Re: copy the order reason from one transaction to another
Hi, I had the same issue, need to copy Reason code from source transaction to follow-up transaction and solved my problem by using IF_EX_CRM_COPY_BADI~ACTIVITY_H the following code....
View ArticleRe: RFC destination CRMLRP does not exist. (termination: RABAX_STATE)
Hi Israel , We are also facing the same problem Webui is giving the CRMLRP not found error when i am trying to access customers either directly from accounts search screen or from parties envolved...
View ArticleRe: How to get data of a context node from one UI component to another UI...
Hi Nicolas, I got the solution, followed your process.Thanks a lot . Regards,Bob.
View ArticleRe: Mass update of BUT000-Z field, but can't use FM BAPI_BUPA_CENTRAL_CHANGE
I forgot: many times in my projects customer did not want to have a lot of "magic" reports in background, for instance to update new fields - if there's simple logic, many times it's better to provide...
View ArticleRe: Mass update of BUT000-Z field, but can't use FM BAPI_BUPA_CENTRAL_CHANGE
Hi Markus, I agree with you, but MASS is something very straight forward, plus, don't support paralelization, so if you want to change a smalll amout of data or you really don't care about performance...
View Articlechanging Logon language for BI report from CRM WEBUI
Hi Experts, I have a requirement . In sap crm webui, there are for few BI report links are added. So when user click on this link it will reach BI system and execute the report. So requirement is...
View ArticleNeed to add new assignment block on BP_HEAD overview page
Hi All, I have requirement to add new assignment block called Contracts to Account Overview Page (BP_HEAD).Currently, the Account Overview Page is having a assignment block called Interaction...
View ArticleRe: Create a watchpoint for object attribute
Hi,Go through this link http://scn.sap.com/community/abap/blog/2013/10/25/how-to-create-watch-point-for-object-attribute Regards,Sreenivas.
View ArticleRe: Parallel processing in crm
hi all i was able to get resolution on same closing the thread regret delayed reply on same
View ArticleRe: Need to add new assignment block on BP_HEAD overview page
Hi CRM Dev, If your CRM version is EhP1 and above, removing ZSEC transaction type from interaction history on the BP overview page can be achieved via configuration....
View ArticleSVH on Custom field
Hi John, Thanks for your response, but am not getting to achive this task through these link. I have another question:How can we get the entered history of the field. example if user enter value in a...
View ArticleChanges not indicated in CN60 for few fields for WBS Element(CJ20N)
Hi All, When a change of the milestones is made in UI, the POC (date and percentage) is not indicated in CN60 transaction. However when we change manually the POC (in CJ20N) in SAP, it appears in CN60....
View ArticleRe: Dispaly mode to Editable mode by using programming in BAdi
How to change a field property from Read Only to Changeable in GUI??????
View ArticleRe: Not able to put Table view in Editable mode. LV_EDITMODE shows values as...
Hi Kaushik,Please change iv_all_rows_editable = 'X' instead of space. Then it should work fine even i faced this issue. if you pass iv_all_rows_editable = 'X' it should work....
View ArticleRe: Dispaly mode to Editable mode by using programming in BAdi
Please go through this standard program. If you are using ALV somewhere , may be it can help.BCALV_EDIT_01 BCALV_EDIT_02 Thanks
View ArticleZ-field not getting saved
Hi all,On the account overview page you can "add" a contact person by clicking on the Add button on the contact person assignment block.Doing this, it takes you to view DP_DATA/AccountContactEF. We...
View ArticleRe: Not able to put Table view in Editable mode. LV_EDITMODE shows values as...
Hello, Check this thread http://scn.sap.com/thread/3437196 Hope it helps. Regards,Ashik
View ArticleRe: ORDERADM_I method not getting called in CRM_COPY_BADI
put a breakpoint in FM CRM_ORDERADM_I_FILL_WREF_OW.
View ArticleRe: Dispaly mode to Editable mode by using programming in BAdi
Thank you.. My issue is similar to that example but how can i change it in my BAdi. Actually i am using Order_save BAdi and Passing the value to the "CRM_ORDER_MAINTAIN". Is there any specified to...
View Article