Application Development 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: 

Test an idoc posting to corresponding SAP document

Former Member
0 Kudos

We do not have EDI set up completely but i want to test a standard idoc and check where exactly in the SAP document does the idoc fields are posted to. For example if i have a shpmnt05 idoc, i want to know where in the shipment document(VT02n) do the idoc segment/fields go into? Is there any way to find that out by posting an idoc?

Thanks,

Anju.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hello,

You can go to Transaction WE19 and Post the IDoc Manually. See if the Shipment Number is updated in VT02N. The Segment E1EDT20 will contain the Shipment Number.

To know the Exact Segment Definitions, that is to know which Segment contains what Kind of Shipment / Delivery / Partner Data, you can go to WE60 and enter the IDoc Type SHPMNT05 and press F8. You'll be able to see all the Segment Definitions / Segment Structures along with the Field descriptions.

For Example,

E1EDT20 - Shipment Header Data - Occurs only once

E1EDL20 - Delivery Header Data - May occur more than once

E1EDL24 - Delivery Item Data - May occur more than once

etc,.

If this is not the answer what you want, please provide more information for an exact solution.

Thanks and Regards,

Venkat Phani Prasad Konduri

Edited by: Konduri Venkata Phani Prasad on Sep 15, 2008 1:51 PM

2 REPLIES 2

Former Member
0 Kudos

Hello,

You can go to Transaction WE19 and Post the IDoc Manually. See if the Shipment Number is updated in VT02N. The Segment E1EDT20 will contain the Shipment Number.

To know the Exact Segment Definitions, that is to know which Segment contains what Kind of Shipment / Delivery / Partner Data, you can go to WE60 and enter the IDoc Type SHPMNT05 and press F8. You'll be able to see all the Segment Definitions / Segment Structures along with the Field descriptions.

For Example,

E1EDT20 - Shipment Header Data - Occurs only once

E1EDL20 - Delivery Header Data - May occur more than once

E1EDL24 - Delivery Item Data - May occur more than once

etc,.

If this is not the answer what you want, please provide more information for an exact solution.

Thanks and Regards,

Venkat Phani Prasad Konduri

Edited by: Konduri Venkata Phani Prasad on Sep 15, 2008 1:51 PM

0 Kudos

Thanks Phani! This helps...