Reg: CRM_BADI_RF_Q1O_SEARCH
Hi all, I came to know the BADI CRM_BADI_RF_Q1O_SEARCH will be used for Opportunity search.I tried to put a break-point in CL_EXITHANDLER n see all the BADIs getting triggered. But, I am not getting...
View Articlesap crm web ui unable to change form view title description
Hi I am unable to change the Form View Title.I have redefined the method IF_BSP_WD_HISTORY_STATE_DESCR~GET_STATE_DESCRIPTION for the viewyet its not changing. Overview Pagemethod...
View ArticleRe: How to delete 'crm_order_maintain' FM raised messages in WebUI
Hi Amit, I want to delete standard message. message id ' CRM_SERVICE_OS' and message no. 121. when user enters duplicate serial nos. in complaint then this error message has been raising from std FM...
View ArticleRe: Dump when displaying target group
I had the same problem and the note resolved it So thanks.
View ArticleRe: Join BUT000 & CRMD_ORDERADM_H
Hi Faisal, The only relevant join for this case is crmd_partner-partner_no --> but000-partner_guid.....there should be a work around....
View ArticleRe: How to delete 'crm_order_maintain' FM raised messages in WebUI
Hi Nitish,You can create a custom implementation for the BADI "CRM_SERVICE_OS_BADI" and add code in CRM_SRV_OSSET_CHECK method.Add code as shown below, lv_guid = is_srv_osset-ref_guid . CALL FUNCTION...
View ArticleRe: sap crm web ui unable to change form view title description
Hi,You dont have configuration tab in your overview page?You can give your custom title name configuration. Best Regards,Dharmakasi.
View ArticleWeb UI How to add an Image in a custom view
I want to add a image, similar to one in the screenshot attached in the view. Can anyone suggest how this can be done.
View ArticleHow to Enhance search help for product groups. Currently no ability to add...
Hi All, In CRM Web UI, there is no multi selection option for product group id f4 help for Custmer event creation or edit screen under “Product” tab=> Product Group ID field. Web UI Component...
View ArticleRe: CRM Web UI Personalization Issue
Hi Lalitha, Reset to default button, resets the configuration of the view as per available in bsp_wd_cmpwb. I guess in your case, the correct configuration is not getting picked up as you are...
View ArticleRe: How to enhance the standard search with custom field?
Hi Ezhno, I think it can be done without implementing a BADI. 1. As stated above, the first step is to add a new field in the search structure, lets say ZZ_TESTFIELD1. 2. Make the following entry in...
View ArticleHow do we delete/read the contents of a POPUP window?
Hi, I have a POP UP window designed on the ACTION push button . This POP up window contains another 3 buttons. I want to delete/disable the last entry in this pop up , i.e, 'Request Deal Approval'.The...
View ArticleRe: sap crm web ui unable to change form view title description
hi bubai, go to over view double click.click on config tab there is title box provide required title.now the title will display in your web ui. Thanks & Regards,Srinivask
View ArticleRe: How to enhance the standard search with custom field?
Well, I had to deal with that enhancing the WebUI MASS (I know is not the same, but IMHO is valid example) Enhance mass change process for Sales Orders in Web UI - Enhance Item Query I also found this...
View ArticleCRM/ChaRM UI Custom field 'BTAdminH not bound' error
Hello,I am new to CRM/ChaRM and BSP so please bear with me. There is a missing step here somewhere...I just don't know what it is. I need to add several custom fields to the Request for Change BSP...
View ArticleChanging the default search for option
Hi All, Recently I got a requirement while creating the service order In General data we have a field called Component..when we click on that field we will get one search help..my requirment is I...
View ArticleSAP CRM WEB UI - read custom dropdown field data in my view implementation class
hi guys,I have a field in my view which I created as dropdown in bsp controller.how can I read custom dropdown field data in my view implementation class. control must go to the implementation class...
View ArticleRe: SAP CRM WEB UI - read custom dropdown field data in my view...
Hi Babai, To achieve this, create an event in your view implementation class. lets say name is "EH_DROPDOWNVALUE". Go to the get_p method of your attribute. write the code as below.Now, when ever you...
View ArticleRe: Changing the default search for option
Hi Susan, To achive that, you just have to make few configuration changes.1. get to know which configuration is getting open there by pressing F2.2. go to the component using bsp_wd_cmpwb and choose...
View Article