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 mapping

Former Member
0 Likes
3,383

how do I know which fields are updated in SAP PO ME23 when an incoming ORDRSP IDOC is created? I want to know the mapping between any IDOC and SAP apps. do you where to find it?

7 REPLIES 7
Read only

ferry_lianto
Active Contributor
0 Likes
1,216

Hi Samuel,

The easy way to find out the mapping for inbound ORDRSP IDoc is to generate the outbound ORDRSP IDoc and use the output values to map back for incoming information.

Hope this will help to start with.

Regards,

Ferry Lianto

Read only

0 Likes
1,216

Is there some kind of mapping documentation for each IDOC?

Read only

ferry_lianto
Active Contributor
0 Likes
1,216

You may try to look at WE60 (IDoc types documentation) to know more detail about the control and data record structure of ORDRSP.

Read only

0 Likes
1,216

we60 won't tell me which SAP tables/fields to map? e.g which IDOC segment update EKKO/ebeln

Read only

ferry_lianto
Active Contributor
0 Likes
1,216

Please look at include program LVEDAF2U.

This will help you to understand how to interpret IDoc order and each segment. Good Luck!

Read only

0 Likes
1,216

we are on 3.1H, no such program

Read only

Former Member
0 Likes
1,216

check the Segment fields in WE31, OR TRY DEBUGGING. Check the FM attached to process Code. This FM will explain the processing done.