Alert not displayed on IC Webclient
Good day experts, I need some assistance please. I have configure an alert on BPConfirmed on the CRM 7 Webclient which is working when you access the Webclient directly from the application server. But...
View ArticleAET Field case sensitive issue
Hi , using the AET we added a new field from type CHAR20 to CRMD_ORDERADM_H. We also marked this in AET as relevant for search. After we added the field to the UI configuration of the searchview this...
View ArticleRe: AET Field case sensitive issue
Hi Vishwanatha, You have to create the domain with lower case checked and create data type with that domain instead of CHAR20. than it will behave case sensitive. Regards,Deepika.
View ArticleRe: AET Field case sensitive issue
Hi Vishwanatha, If you check the table BUT000, you will see the corresponding text fields for name 1 and name 2( or first name and last ) as MC_NAME1, MC_NAME2. These are the fields which makes the...
View ArticleRe: AET Field case sensitive issue
Hi Vishwanath, Have you given direct char20 while creating the field? system is storing the values in DB in upper case. What you can do is inside search event you can take value entered for the field...
View ArticleRe: AET Field case sensitive issue
Hi Dharmakasi Faisal PCDeepika Chandrasekar Please see below screen this field is lowercase enabled... My issue is its work for the exact word onlyFor Example I have 2 entries with TEST123(uppercase)...
View ArticleRe: Web ui Applications not loading
Hi Dharmakasi, Yes. SICF services are already active. Thank youAnji
View ArticleRe: As to Partner Determination on Web UI
as Arden suggested you can implement the COM_PARTNER_BADI. you can use below code to read user role. lo_profile ?= cl_crm_ui_profile=>get_instance( ). lv_role =...
View ArticleRe: AET Field case sensitive issue
Hi Vishwanatha, As already mentioned, a case insensitive search is generally achieved by storing data in two different fields in the table - once in its actual case and next time in all uppercase. When...
View ArticleRe: Copying view to the same component is not working
Hi, The issue is fixed now. The attribute 'View' in the super class of the copied class was pointing to the original class. I have changed the attribute and also changed the constructor of the class to...
View Articlemodifying lt_selection_parms to add our selection filter
Hi, When I login into web UI, and click search button of accouts, I receive 3 partners. When I debug the search button of account search, I see that lt_selection_parms is filled with 2 selection...
View Articlecreate number range and assign new product id
hi,can anyone tell me the steps to create the number range and assign it to the product id.. and replace existing product id to the new one through program or.. is there any standard program is...
View ArticleHow to get a desired information from import parameter of a BAdI?
Hello CRM-Experts. I have created a BAdI implementation IF_WCF_ALTER_UI_MESSAGES~ALTER_MESSAGES for the enhancement Spot WCF_MESSAGES. For my implementation I need to know an opportunity type. As...
View ArticleRe: modifying lt_selection_parms to add our selection filter
Hi Rangerlet, You can Enhance the Search View page & on the event handler in the view, you can write your own logic to pass values as ypou have metnioned above. Ravi
View ArticleRe: create number range and assign new product id
Hi Dhinesh I'm not sure that any of what you are asking for is a Standard Feature in SAP CRM. Do you have any documentation indicating this is possible? Regards Arden
View ArticleRe: hide search criteria from displaying
Hi Madhukar, This you can achieve by enhance the method GET_POSSIBLE_FIELDS in your search impl class just debug the method. This method will gives the fields which are there in your search...
View ArticleRe: issue with clearing a grayed out search criteria field
Hi, I have written the code in do_prepare_output..Can I hide the field from the selection criteria, in the do_prepare_output itself? But it should exist among the search filters in the background.......
View Articleremoval of standard default search criteria values
Hi, I was debugging the SEARCH event handler method for the BSP component of the Accounts search...Before get_selection_param_table() is not executed, lt_selection_params is empty. After...
View ArticleRe: Hiding codes in Categorization dynamically
Its not dropdown field. Its in Hierarchical Tree Structure. -> Catalog --> Code group --> Code Based on some conditions, particular codes to be hidden or deactivated.
View ArticleRe: removal of standard default search criteria values
Hi, The user who logged in is considered as Employee Responsible of the Transaction. So instead of finding and filtering the Partner, if you dont want Partner details, you can clear the...
View Article