cancel
Showing results for 
Search instead for 
Did you mean: 

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

Former Member
0 Kudos
2,320

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 (3)

Answers (3)

Former Member
0 Kudos

Varun ,

We had the same requirement. The way I had to overcome this is by creating a custom class which does the same thing as the PGI would do and put in Schedule conditions. Creating a custom action profile will cause issue as the standard is looking for a specific profile. Hence I had to use th standard and modify the class by creating a Z class and put in logic similar ot the one post GI, except sending the GM. Also this will not pull in HU information, hence I had to activate the outboudn processing badi and populate the HU details before the informationis sent to ECC. This works perfectly fine.

What I am trying to do now is when the operator changes the weight of the HU manually, i am trying to trigger this PPF.

Let me kow if you need any clasrifications.

Thiru

0 Kudos

Dear Thirumalai,

I came across your post on integrate HU packing data of outbound delivery into ERP from EWM before PGI happens. I liked your idea of using ppf action. I have similar requirement. Can you please share more information on this. My personal mail id is manish1406@gmail.com

Regards

Manish Bhavsar

mrsagar
Discoverer
0 Kudos

Hello Thiru,

Can you please suggest which BADI you Implement to add HU Data. I did exactly same thing to pass HU Details to S4/ERP and it is not getting HU Item details and just showing HU Header details. I need to pass HU complete details so that Queue can update S4/ERP delivery with HU and details within same. Please send details on vinay.s1011@gmail.com if possible or Post it here.

Thanks & Regards,

Vinay Sharma

Adi_Bathineni
Participant
0 Kudos

Hi All,

Can you please share the details how you achieved this requirement? Our requirement is to update all the HU's with Tracking Numbers from the Carrier before the PGI happens in EWM / S4. in Our scenario, external system will send the Tracking Numbers and we should update the tracking number against each HU.

really appreciate if you can provide what Action Profile / BADI was used.

Thanks,

Adi

veerababu_alladi
Explorer
0 Kudos

Hi adibathineni

Did you got any technical Information regarding this development? Action Profile or BADI? Because I have created Custom PPF and Custom Condition table and assigned custom Definition to it on Packaging Status. But Still it doesn't trigger. If you got any idea let me know.

Thanks

Adi_Bathineni
Participant
0 Kudos

Hi Veerababu,

I didn't get any technical information yet. if you want to share the ideas, can we connect together? Please let me know .

Thanks,

Adi.

Former Member
0 Kudos

Hi Varun,

What is the business requirement? Why client want to see the HU in ERP OD before the GI or just after the packing in EWM?

Just trying to understand if we can achieve this requirement in alternative means.

Regards

Shivakumar

Former Member
0 Kudos

Hi Shiva,

This happens in Invoice before Goods Issue Scenario.

0 Kudos

Hi!

You can send delivery data before PGI when you created outbound delivery. More information:

Invoice Creation Before Goods Issue - Goods Issue - SAP Library

BR, Alex.

Former Member
0 Kudos

Hi Alex,

Thanks for the info. But my client requirement is to map EWM outbound delivery data to ERP once packing is completed in EWM. We generally use /SCWM/GM_POSTING method to trigger GM which then replicates in ERP through qrfc.

However in our case it should happend before goods movement. i.e. when HU packing happens. It is not standard process but this is what client requires. I have found BADI /SCWM/IF_EX_MAPOUT_OD_CONFDEC but dont know how to trigger it because it gets triggered only when i am doing goods issue either manually or through PPF.

Former Member
0 Kudos

Hi Alex,

Thanks for the info. But my client requirement is to map EWM outbound delivery data to ERP once packing is completed in EWM. We generally use /SCWM/GM_POSTING method to trigger GM which then replicates in ERP through qrfc.

However in our case it should happend before goods movement. i.e. when HU packing happens. It is not standard process but this is what client requires. I have found BADI /SCWM/IF_EX_MAPOUT_OD_CONFDEC but dont know how to trigger it because it gets triggered only when i am doing goods issue either manually or through PPF.

Former Member
0 Kudos

Hi Varun As you have badi call that badi in status profile program to send required data. or Create z action in del PPF on packing status and send data as req with your badi. Regards Suraj