cancel
Showing results for 
Search instead for 
Did you mean: 

Change the data in PGI queue sent from EWM

Former Member
0 Kudos

Hi,

My requirement is to remove the HU header and item information from the queue generated when PGI is done for PDO in EWM. I could not locate where this queue gets generated. A PPF action is triggered - Send ERP messages but even in this I could not find the point of queue generation.

Please tell me how can I change the data in queue at runtime in code? Is there a BADI?

Accepted Solutions (1)

Accepted Solutions (1)

Ajit_Routray
Active Contributor
0 Kudos

Hello,

Please check below.

Spot: /SCWM/ES_ERP_MAPOUT

BADI: /SCWM/EX_ERP_MAPOUT_OD_CONFDEC

Kind Regards,

Ajit

Answers (2)

Answers (2)

Former Member
0 Kudos

Set an external breakpoint and it worked.

Ajit_Routray
Active Contributor
0 Kudos

PPF is Transaction RFC in nature.

Former Member
0 Kudos

Thanks Ajit, this does seem to be the right one, but somehow my debugger is not stopping at this point when PPF is triggering. Any idea why? Even if I set a dynamic pointer for Call Badi, it doesnt stop. Are there any setting to be done?