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

How to cross reference Idoc fields with Table fields

Former Member
0 Likes
747

Someone please help me to find out the data Idoc fields are referring to?. How to correlate Idoc structure fileds with actual data?. For example with We60 tcode I have E1MBEWM.PEINH in MATMAS03. How to find the related data field and value?. Thaks for any suggestions or clarifications.

Message was edited by: Ram Krish

2 REPLIES 2
Read only

Former Member
0 Likes
575

A crude way is to see get the table name hint from the segment name.

In this case MBEW is the table you should look for (for field PEINH).

Read only

sridhar_k1
Active Contributor
0 Likes
575

Almost every E1*** segment there will be a E3*** segment which contains actual sap dataelemt, refering to E3*** segment gives you some idea about where you can find the data. In ur example refer to E3MBEWM segment.

Regards

Sridhar