Re: SAP CRM WEB UI - read custom dropdown field data in my view...
Hi jatsaroop,Plz check the code i wrote in page controller. This field is manually created .htm page of the view and not related to context node. There are no context node attributes and so no getter...
View ArticleRe: How do we delete/read the contents of a POPUP window?
Hi Anjua kumari, i think that popup calling standard means there is some sort of function setting will be there. if you observe cl_crm_uiu_bt_action_tools=>get_actions_popup_by_adminh( ir_adminh =...
View Articleprint popup page
Hi. I created Z component that is shown as popup. Now I would like to enable also print functionality of the page shown. I tried to use client event crmFrwPrint() that is usualy used in method...
View ArticleRe: SAP CRM WEB UI - read custom dropdown field data in my view...
Thanks Jotsaroop !!!
View ArticleRe: PPFTTRIGG table issue
Thanks Christian.Your explanation and the blogs are of great help.I checked the conditions across all the systems and they are the same but still its not working in the production system and working in...
View ArticleCRM UI field value validations - check badi?
I have created 2 custom fields on the Request for Change BSP. I need to be able to make the User enter one of these two fields. Is there a check BADI I should use to validate the fields are populated....
View ArticleRe: How to Read UI Error message in BADI
Hi Imran, You can try to read the messages that are referenced to a business transaction by reading corresponding BOL entity. Something like this: DATA lr_core TYPE REF TO cl_crm_bol_core.DATA...
View ArticleRe: BDoc Errors
Hi Sudhir, I'm using the FM ERP_IDOC_INPUT_DEBITOR called from IDOC_INPUT_DEBITOR using inbound IDoc DEBMAS. I'm seeing that after CALL TRANSACTION statement the BDCMSGCOLL table doesnt have any...
View ArticleDon't save all transaction in EH_ONFORWARDCALL
Hi, In standard SAP, the end button on WEBIc save all object. I want to eject just some object of this save. I enhance the EH_ONFOWARD_CALL like : DATA: lr_core TYPE REF TO cl_crm_bol_core,...
View ArticleRe: Don't save all transaction in EH_ONFORWARDCALL
Hi Carole, Why do you want to do so. I would suggest you to check the data in order_save badi rather than trying to play with transaction_context. In order_save badi you can check for the object type...
View ArticleRe: CRM_UI log files
Hi Graham, what are you tying to do? What is the task that fails?Its much easier to provide useful hints if we know what exactly the problem is. best,Christian
View Articlei created a custom component say ZBSPCOMP in bsp_wd_cmp_wb,
i created a custom component say ZBSPCOMP in bsp_wd_cmp_wb, now i want use this component in another component. how to register the custom component in spro transaction to use. can any tell me the...
View Articleaet tool discussion
while creating the custom field through AET we will get the option to select the business objects to choose . there we will get the list of business objects.these business objects where we can see in...
View ArticleRe: aet tool discussion
Hi Bala, You may check this view in SM30 : BSPDLCV_OBJ_TYPE Thanks,San
View Articleassignment block not appearing..
i create a assignment block in web ui page . and in the same web page i also created another assignment block. i have written the code in .htm page. and the views also assigned to viewset. but at last...
View Articlei have made one field as drop down in web ui. there are 3 values in drop down...
i have made one field as drop down in web ui. there are 3 values in drop down suppose a, b , c.now i want to make c value as default value in drop down what to do?
View ArticleRe: i have made one field as drop down in web ui. there are 3 values in drop...
Hi Bala,If you want to make last value of your drodown list value to be default for the field, you can do it by doing changes in get_v method of the attribute. You need to sort the dropdown table by...
View ArticleRe: Error: Entry NONE is too long after clicking Edit
Hi Chiru, Try putting a break point in CL_BSP_WD_MESSAGE_SERVICE->ADD_MESSAGE( ) method. This will help you to know when this UI message is getting raised. Thanks,San
View ArticleRe: How to Read UI Error message in BADI
Hi Imran, Try adding your custom error message in DO_PREPARE_OUTPUT method using FM: CRM_MESSAGE_COLLECT Thanks,San
View Article