Icon_history missing after upgrade
Hi Experts, We have recently upgrdaed from SP6 to SP9 and after upgrade the standard icon is missing. Same thing is working fine in the quality system where upgrade activity is not yet performed....
View ArticleRe: Reading attribute from a Web ui view
Hi, First thing you are not using GET_PROPERY method any where,which you have code above.If you are using GET_PROPERTY( ) to read attribute data,you need to pass attributes which you are maintained in...
View ArticleRe: Reading attribute from a Web ui view
Hi What is type of variable lv_processtype. It should be string type for get_property_as_string. Regards,Harish Kumar
View ArticleAdding new field to CRMUI screen
Hi Experts, I have added new field "External Refererence" to Web UI screen of Defect Correction (SMTM) and saved the changes. But when i logoff and relogin i dont see the new field. In the...
View ArticleRe: Reading attribute from a Web ui view
also check lr_entity ?= lv_coll->get_first( )whether field status exist in lr_entity and what is complete name for attribute that you are fetching.
View ArticleRe: Adding new field to CRMUI screen
Hi Imran, When you press F2 on the field you would be able to see the Role Config Key, Component Usage, Object Type, Object Subtype values based on which they system would search the config on the left...
View ArticleRe: Is it possible to choose default sorting order in Web UI blocks ?
You can use the following code for sorting. data: lv_sort_order TYPE char1. lv_sort_order = cl_bsp_wd_collection_wrapper=>sort_descending. TRY....
View ArticleRe: Transaction Launcher "Transaction ICEXECUTE is unknown"
did you maintain the url for ERP system as well go to tcode CRMS_IC_CROSS_SYS in crm system and maintain the URL for ERP system also to which you are trying to connect if this is not done already...
View Articlehow to add a new AB on a view that does not have the icon configure page
Hello, Ineed to adda new view,but whereI want to adddoes not show the"configure page" icon ,how I cando to addthis viewifI do not havethis option available? If it ispossible?I should clarifythat...
View ArticleRe: Getting Dump when i am trying to execute Custom Genil component in Genil...
Simple rule is, while adding or retrieving objects from Genil data container object (if_genil_cont_root_object), use uniform structure.
View ArticleRe: Getting Dump when i am trying to execute Custom Genil component in Genil...
Hi,We add ROOT Object to the Root List. In above example EMPLOYEE is root object. The structure that we pass to the add_object method must correspond to the createDDIC structure that we use while...
View ArticleRe: How functionally crm cycle component connect with standard objects or...
Go to the particular transaction(Lead, opportunity, etc) in WebUI and press F2, you will get all the information of transaction type like Component name, view name, attribute name and etc. Thanks,Singla
View ArticleRe: Reading attribute from a Web ui view
You can also fetch Status of transaction from table "CRM_JEST" by passing guid. Thanks,Singla
View Articlehelp for task based UI!!!please!!!
Hi Kumar, thks for reply, my question is:can i insert in my single step ( of my roadmap ) a whole web ui ( for example the whole page of the creation of a service order, with all functionality like...
View ArticleRe: Reading attribute from a Web ui view
Hi Nirgun, The context node BTAdminH doesn't have a attribute called STATUS so it is giving you error. Check with the attribute name.
View ArticleRe: Reading attribute from a Web ui view
Hi, if it is AET Extended field, then check in ZTYPED_CONTEXT , instead of TYPED_CONTEXT . Some fields which are enhanced will be available in this one. THanks and Regards,NIkhil Kulkarni
View ArticleRe: Edit column inside of table view context node
Hi Mike, You definitely did not confuse me completely Now coming to your questions, yes it is instance behavior what you would see. Here you are not at all editing the BOL Entity, you are just using...
View ArticleRe: Inbox : is enhancing search possible ?
Hi Eli, If the Main Category is a DDLB( which I am assuming ), then contains does not makes much sense here. Users would be able to click on + symbol you see over there to add multiple values into the...
View ArticleRe: how to add a new AB on a view that does not have the icon configure page
Hi Try to add AB from tc BSPWD_CMP_WB. Regards,Harish Kumar
View ArticleRe: Contract creation : how to automatically fill in sold-to-party ID...
Hi, Yes , this possible. There are two ways:-1. You can use Partner determination Procedure and then assign it to your transaction type.2. You can use below code to get the confirmed account and then...
View Article