Re: CRM WebUI Enhancements - A general question
I also concur with Christian's points above. Implicit Enhancements are normally for situations where you have no other means of enhancing the system or the provided enhancement points won't work. They...
View ArticleRe: ERP Quotation not getting displayed in the Transaction History of...
Hi,please make sure that note 1787977 is implemented in your system. The relevant function module is CRM_OPP_SD_QUOT_DOC_FLOW if you want to debugg. Furthermore please check the RFC settings in BD97...
View ArticleNot able to export report data in XL format
Hi Friends, I am facing some issue with report in CRM Web UI, not able to export and save the report data to local system in the XL format as far as the result is shown in the screen after executing...
View ArticleRe: CRM WebUI Enhancements - A general question
Thank you Stephen and Christian for your valuable inputs. Thanks,San
View ArticleAET fields in uploading program
Hi Friends, In our project we extended business partner using AET. now we want upload data for business partners for that we are using FM :BAPI_BUPA_CREATE_FROM_DATA . my problem is how to upload or...
View ArticleRe: AET fields in uploading program
Hi Shiva, I hope you might have created aet fields in BUT000 table itself. There is one option you can fill aet fields using direct but000 table update using modify sql statement. When you create BP...
View ArticleRe: cx_crm_genil_general_error=>illegal_reentry?
Hi Jens, I had the same error, so I analyzed the problem. SAP throws this error when BOL Entity Methods are used after a cl_crm_bol_core->modify call. You have to use API Methods/Functions if you...
View ArticleRe: ELM Issue URGENT
Hi reddy, I am having the same Issue. Requirement is to load Accounts with multiple Addresses with Contact Relationships.I can handle the relationship and email and phone. But when it comes to...
View ArticleRe: AET fields in uploading program
Hi Shiva, After creating the business partner (either in memory or DB) you can use FM BUPA_CENTRAL_EXTINCL_CHANGE or BUPA_CENTRAL_CHANGE to update your AET bp fields. Kind regards,Garcia
View ArticleRe: Assign User ID in Business Partner
Hi Ruediger, I believe you'll have to use two function modules for your first issue. First use BP_CENTRALPERSON_GET to get person ID for corresponding business partner, and then use...
View ArticleRe: Not able to export report data in XL format
Hi, Please let me know the minimum system settings(like software prerequisites, browser settings or prerequisites) required to execute reports in CRM Web UI application and save the data to the local...
View ArticlePrevent Navigation from BP_DATA/AccountContactViewset with error
Hi Experts, I want to prevent navigation in View BP_DATA/AccountContactViewset when certain conditions are met. I have redefined EH_ONDONE to throw error message and when this condition is met the user...
View ArticleRe: Prevent Navigation from BP_DATA/AccountContactViewset with error
Hi, If you want to implement a data loss popup please follow below links. Raising Data Loss Popup for Custom Component How-to implement dataloss popup - CRM - SCN Wiki Br,Navn
View ArticleRe: Not able to export report data in XL format
Hi Venkat, May be this will help you. Enable 'Export to spreadsheet' option for solman | SCN Export to Spreadsheet - Generic User Interface Functions - SAP Library To disable the authorization for the...
View ArticleRe: Prevent Navigation from BP_DATA/AccountContactViewset with error
Hi Naveen, I don´t want to implement something on my own. This popup already got called from this view, so the implementiation is already there, if a Standard message got thrown. What I want is: I have...
View ArticleCentral Search Issue for Inbox Search
Dear Experts, we are using central search for quickly search a ticket based on object id hence we have configured system for the same. Now as per new requirement they need Inbox result view hence I am...
View ArticleRe: CRM WebUI Enhancements - A general question
And to add to the very good points that Christian made, since your modifications are all tied to an Enhancement Set and that Enhancement Set can be dynamically loaded at runtime, you can create a...
View ArticleNew Value Getting OverWritten in Attribute - WEB-UI
Hello Expert, I am facing one issue where old value in Field - Product id is overwritting the new value which i am giving. ( The view is table view)I have tried to set the new Value via SET_PROPERTY...
View ArticleRe: Not able to export report data in XL format
Hi Navn, Thanks for your detailed explanation, as you mentioned above, i check everything and user having required authorization to see and export data from report. Could please let me know what kind...
View ArticleRe: New Value Getting OverWritten in Attribute - WEB-UI
Hi Manish, Please check you are not changing a read only attribute through set_property method. If it is not a read only attribute then use below code to change the value....
View Article