cancel
Showing results for 
Search instead for 
Did you mean: 

Create HU packing data of outbound delivery into ERP from EWM before PGI happens.

piyushvj31
Discoverer
0 Kudos

Hello experts,

There is a custom development which needs to be done for integrating HU packing data into ERP outbound delivery before PGI happens in EWM for outbound delivery.


As per standard the HU packing data gets updated in ERP once the PGI is completed in EWM for outbound delivery.


But our requirement it should get updated in ERP before the PGI happens.


As soon as the packing is completed for outbound delivery in EWM, it should be updated in ERP outbound deliivery.


Can it be achieved through PPF or any BADI that can map HU EWM data to HU ERP in outbound delivery.


Let me know if anyone has faced such scenario.


Thank you in advance!

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member543347
Active Participant
0 Kudos

Hi Piyush,

You will need a development for that. The function module BAPI_OUTB_DELIVERY_CHANGE does not have any structure in its interface to hold handling units (unlike BAPI_OUTB_DELIVERY_CONFIRM_DEC). Therefore, even a custom PPF action in EWM will not solve your problem. You need a custom message type.