cancel
Showing results for 
Search instead for 
Did you mean: 

Debug between CRM and ECC

Former Member

Hi Dear Experts,

Here I encounter an issue. When user make a change to the order in CRM, the corresponding order in ECC will get change, which is unacceptable by the user.

CRMD_ORDER, when we changed the 'shipping condition', in ECC, its item 'delivery group' will get changed. As we know, in CRM, there is no data about 'delivery group', so we can not debug within CRM. so bad....... I need to debug from CRM to ECC to watch the whole process where 'delivery group' get changed.......

Could you please me tell how to debug such case. It cross server/client. I checked the Idoc, it is not triggered by Idoc to exchange data between ECC and CRM. Seems related with FM CRM_ORDER_SAVE but not sure...

Could anyone give me any hints. It bothered me couple of hours

Thank you

Jay

Accepted Solutions (0)

Answers (1)

Answers (1)

kakshat
Advisor
Advisor
0 Kudos

Hi,

Did you try setting a breakpoint in FM CRM_R3_SALESDOCUMENT_UPLOAD in your CRM system? This is the FM where the BAPI for creating/update the sales document in ERP gets called.

Akshat