Skip to Content
0
Former Member
Mar 20, 2009 at 07:07 PM

method of CRM BADI CRM_DATAEXCHG_BADI is not getting called during inbound

716 Views

Hi,

I have a requirement to trigger a workflow in CRM order, based on the updated system status value coming from R3 to CRM during inbound processing of BDOC.

I have implemented BADI CRM_DATAEXCHG_BADI. As per BADI definition, method CRM_DATAEXCH_R3D_MBDOC_FILL is called after BDOC is filled during inbound processing which is relevant in my case.

Now when I am trying to stop the debugger(using break-point statement) inside this method during inbound processing by de-registering inbound queue in CRM and debugging LUW for this incoming order inbound queue in CRM. The debugger is not stopping inside this method and hence this method is not called during

inbound processing..

Can someone please help me in resolving this issue that why method CRM_DATAEXCH_R3D_MBDOC_FILL is not called during inbound processing .

Thanks-