Re: Discussion: Re-creating webUI Enhancements in New Systems
Hi Mike, Regarding the identification part, you can find a nice overview within the UI Component Workbench itself:Open transaction BSP_WD_CMPWBOpen in UI ComponentIn the menu bar, choose "Environment...
View ArticleRe: Discussion: Re-creating webUI Enhancements in New Systems
Thanks, The menu path you suggested, which I did not know about, front-ends the two tables that I've looked at, and between that and the note you provided, I feel very comfortable that that...
View ArticleRe: Discussion: Re-creating webUI Enhancements in New Systems
And those tables are basically all the metadata that the Framework needs to understand and apply enhancement at runtime. So if you copy the controller and context node extended class from the old...
View ArticleRe: Discussion: Re-creating webUI Enhancements in New Systems
I'm not quite sure there.I do agree and feel comfortable about the component/controller identification.I also feel that as long as everything is set up identical, then we well be able to essentialy use...
View ArticleRe: Table filter showing code and not description
Hi Sayan, You should do some debugging and see what value gets fetched in the attribute in the result list BOL object and how. That should give you some clue about what is happening. It can be noted...
View ArticleRe: Additional text beside the input field
Hi Maren, How about putting the text you want to show as suffix in the prefix itself? Like this: Total Experience (in years) This could be an option depending on what your requirement is....
View ArticleRe: F4 help in WEB UI with bigger font ?
Hi Rosen, The change mentioned in previous reply would affect all your search helps.If you want to change for just one search help then method DO_AT_BEGINNING and RENDER_CELL of standard class...
View ArticleUpdate BOL Entity and display
Hello all... I'm new to CRM. I have a question. I created one table view with BTQRSrvCon. In DO_PREPARE_OUTPUT method, I retrived the data and trying to display it in the table view. there is a column...
View ArticleRe: Update BOL Entity and display
Hi Srikar, in a BOL entity of a search result like BTQRSrvCon, all attributes are set to read only, so you can not change them with SET_PROPERTY_AS_STRING. To set the support team for display purpouses...
View ArticleRe: How to make the workflow tasks displayed in custom manners in the...
Hi Srinivas,thanks for your response.The requirement is:In the homepage of CRM WEB UI(Component:GSWFWC, View:GSWFWC/WorkFlow),group the workflow tasks according to the status and list them in 3...
View ArticleMultilevel Categorization at Item Level
Hi CRM Experts,I am trying to configure Multilevel Categorization at item level for service products. In system how can this be achieved ? , I have created one at header level by assigning a Subject...
View ArticleRe: How to make the workflow tasks displayed in custom manners in the...
Hi Jerry Cui, i have seen GSWFWC/WorkFlow component in that there is a method do_view_init_on_activation here the actual fetching logic for fetching data from genil model. once debug that method you...
View ArticleRe: Table to relate the Serial # with Line item GUID
you can find the set type on the product master where the serial numbers are stored and from there check you can fetch the serial numbers...
View ArticleRe: How can we find out what standard function module/class methods are used...
Hi Swarup, Go to package 'CRM_BUIL' and check the class Library. You will get all the genil classes for an object related to BP. I think 'CL_CRM_BUIL_MKT_ATTRIB' is genil class for marketing attributes...
View ArticleRe: How can we find out what standard function module/class methods are used...
Hi Ankit, Your answer is helpful for me... Thanks for your reply..
View ArticleRe: How can we find out what standard function module/class methods are used...
Hi Srinivas, Thanks for your reply.. My question was not specific to marketing attribute.. I wanted to know the procedure by which I can check the standard FMs/Class methods used in GeniL classes for...
View ArticleRe: Discussion: Re-creating webUI Enhancements in New Systems
there are change name space tools available that you can use. these tools will change almost 75% of code base into new name space but this involves 25% manual work of code re-factoring... Namespace...
View ArticleRe: How to make the workflow tasks displayed in custom manners in the...
Hi Srinivas,do you mean the feching data logic is in method DO_VIEW_INIT_ON_ACTIVATION?But I don't find anying useful, there is just one sentence:mv_view_activation = abap_true.I think the data should...
View ArticleRe: How to make the workflow tasks displayed in custom manners in the...
Hi Jerry Cui, i have attached the logic which you want to write the code in your do_prepare_output try this and let me know.. Thanks & Regards,Srinivas.
View Article