Re: LEAD DEDUPLICATION
Hi Santhosh, At the time of save as per your logic, you ll have to trigger the pop-up. You can implement the below piece of code to trigger the pop-up. Regarding the handling of the options while...
View ArticleRe: display warning like error
Hi joshua I have provided you the BADI above , you can give it a try once ! /Hasan
View ArticleRe: Reg : Component usage
Hi Ajay, You can add fields from Configuration of calling view itself. And if you done proper binding in WD_USAGE_INITIALIZE you also get the data in you calling view.Or you want to ask something else...
View ArticleRe: Component Usage Error
Hi Nishant, You would be having a personalization for the overview page. Try resetting the personalization and check. Thanks and Best Regards, Leon
View ArticleHow to get access from BOL to component created by AET ?
Hello! We have created some component with AET (application enhancement tool) and a BSP application also. Now we have table ZATAB00* generated. But now I have a task to implement some BADI and perform...
View ArticleRe: Exception after SP11 upgrade
Hi Saurabh, I had just checked support portal and I think the below note is the cause for your issue. Check the Causes - Side effects section of this note 1367626...
View ArticleRe: cannot save available assignment blocks in displayed assignment block
Issue solved with OSS note 1591120 implemented in Solution Manager system.
View ArticleRe: Reg : Component usage
Hi Ajay, You can have three different configuration and switch them based on your condition in the 'do_config_determination' method the view in which these fields belongs. There is no component usage...
View ArticleRe: Color change - Complete Overviewpage
Hi Nikhil, Method 'SET_CURRENT_SKIN' of Class 'CL_THTMLB_PERSONALIZATION' is being used to change the skin. Please check if it helps. ThanksKumar Gaurav.
View ArticleRe: Color change - Complete Overviewpage
Hi Gaurav, I tried capturing the SKIN setting by the system in the class - CL_THTMLB_PERSONALIZATION and Method - SET_CURRENT_SKIN but this is not getting triggered. I found this method...
View ArticleRe: passing parameters between UIs
Hi Jerome in the event in where you are calling the pop up collect the data you need to pass it to the pop up and pass it to lr_coll type ref to cl_crm_bol_bo_col and create an inbound...
View ArticleRe: Reset Password by User
Hi Markus, Can you please specify what function modules should I use? Thanks,Tanuja
View ArticleRe: Color change - Complete Overviewpage
Hi, I have given the wrong name of the class. Actually the class 'CL_THTMLB_UTIL' getting loaded when we login into UI as given by Samantak. Here in the get_current_skin method you can load the...
View ArticleRe: Reset Password by User
Hello Tanuja, the function modules we used are listed in my post above from Jun 14, 2013 4:51 PM. What else do you need? Regards,Markus
View ArticleRe: Configurable areas are not shown in WebUI.
Hi Maddy, This should not be an authorization issue as you have SAP_ALL assigned to your ID. ThanksKumar Gaurav.
View ArticleRe: Configurable areas are not shown in WebUI.
Hi Maddy, Also check below link . There may be some authorization object issue.http://help.sap.com/saphelp_crm70/helpdata/en/46/e184bc8dd846279689d356c693e1bd/content.htm ThanksKumar Gaurav.
View ArticleRe: How to upload excel file into internal table in sap crm
Hi, Try the code snippet from the below link. It will help you to upload excel file(*.xsl) into SAP CRM.Its working fine, customize it as you...
View ArticleRe: display warning like error
Hi Joshua, As you know, in the IMG we can change the default system message type from Warning to an Error. This is business logic. This does not depend on the User Interface. So whether the message is...
View Article