Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Idoc type, message type and process code for EDI 940 & 945

former_member723628
Active Participant
0 Likes
11,382

Hi,

We are implementing a scenario wherein we are required to send a Wharehouse Shipping Order to the warehouse (forwarding agent) using EDI 940. The output of the o/b is triggered from the Delivery (VA01) after creation of a Delivery in SAP. Once the warehouse ships the goods, it notifies us back by sending EDI 945 (Warehouse Shipping Advice). Using this inbound 945 we are required to update the existing delivery in SAP, i.e., it should do the Pick, Pack and PGI.

Can someone tell me which Idoc type, Message Type and Process code should be used for the above scenario.

Thanks in advance for the help.

Regards,

Gajendra

4 REPLIES 4
Read only

ferry_lianto
Active Contributor
0 Likes
5,556

Hi Gajendra,

For EDI940, you can use message type SHPORD or WHSORD, IDOC type DELVRY01 and process code DELV.

For EDI945, you can use message type SHPCON or WHSCON, IDoc type DELVRY01 and process code DELV.

Hope this will help.

Regards,

Ferry Lianto

Please reward points if helpful.

Read only

0 Likes
5,556

Thanks Ferry,

This helped a lot. I have one more small question. What are the segments relevant to Picking for inbound 945 at item level.

Regards,

Gajendra

Read only

ferry_lianto
Active Contributor
0 Likes
5,556

Hi Gajendra,

Please check segment E1EDL18 and use process code DELV for message type WHSCON/SHPCON .

Again, hope this will help.

Regards,

Ferry Lianto

Please close the thread and reward points if solved.

Read only

0 Likes
5,556

Are there any practical differences between WHSCON and SHPCON or will either work? Do they have the same code under the covers?