cancel
Showing results for 
Search instead for 
Did you mean: 

External System Handling Units to SAP ECC System and Pack Outbound DO

Former Member
0 Kudos

Hi Guru

Packing Is done in External System for SAP ECC Sales Order Before Outbound Delivery Creation.

How to capture External System Handling Units in to SAP ECC System and Pack Outbound Delivery Line Items.

Please help

Thanks In Advance

SR

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member1115366
Active Participant
0 Kudos

Bit of a cart-before-the-horse situation here.

Lets assume that your business process goes ahead and creates a delivery note, but leaves it unpicked and unpacked. Picking and packing will occur with the inbound IDoc from your external system.

Map the external system data into a basic IDoc type DELVRY0X. I think the current one is DELVRY07.

Use an inbound IDoc message type SHPCON to carry the external system data into your ECC system.

The process code DELV works well with DELVRY0X inbounds. It has lots of user exits. You will need them because you will need a determination process to know which delivery note to update with the external system data.

When you map the handling unit data correctly into the IDoc, the process code will create the handling units on your delivery. The external handling unit numbers should end up in VEKP- EXIDV.

Regards,

zKen

Former Member
0 Kudos

Thanks for Reply

If Delivery is created we can easily assign HU to Delivery Document.

But When We want to assign HU to Delivery , The Delivery may not exist in the System.

How to create HU with help of IDOC or any other way and assign them to While delivery creation.

Thanks in Advance

SR

former_member1115366
Active Participant
0 Kudos

I have never used an inbound IDoc to create a delivery that references an internal sales order. But perhaps it can be done. The DELVRY07 segment E1EDL18 (Controlling) has several qualifiers documented in WE60. While none of them seem to indicate "Create delivery document" for an inbound IDoc, perhaps you could create a custom qualifier and then user-exit your way through the process.

A much more standard process would be to simply execute the delivery due list with a scheduled job and then update the existing delivery notes with the inbound IDoc.

Regards,

zKen

Former Member
0 Kudos

Hi Zken

I am trying to pack outbound delivery with Inbound IDOC as you advised .

But IDOC has error Specification of destination HU missing.

Could you please help to resolve the issue to Pack the outbound delivery with IDOC.

Thanks

SR