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: 

IDOC Segment table names

Former Member
0 Kudos

Hi All,

I know that data records are stored in table EDID4.

But for each segment in EDID4, in which table I can find the fields and the values

Kindly help me out...

Thanks in advance,

Jaffer Ali.S

6 REPLIES 6

ferry_lianto
Active Contributor
0 Kudos

Hi,

Please try to use FM IDOC_READ_COMPLETELY to read segment and values based on IDoc number.

Also check FM IDOC_COMPLETE_SEGMENT_READ to read segment fields.

Regards,

Ferry Lianto

Former Member
0 Kudos

Hi,

EDIDD,EDIDC and EDIDS.

Regards

Aneesh.

Former Member
0 Kudos

Hi,

See following link:

http://www.erpgenie.com/sap/abap/tables_system.htm

REWARD POINTS IF HELPFUL.

Regards.

Srikanta Gope

Former Member
0 Kudos

In EDID4 itself you will find all the values and fields corresponding that object.

Go to se11, in selection screen put a segment name and execute, you will find all the fields and values of that segment.

Former Member
0 Kudos

Hello Jaffer ,

1) EDID4 is a cluster table consisting of a field SDATA.

2) SDATA which is char(1000) long contains the data that is being sent.

Hope u find this answer helpful.

Regards,

Sanghamitra.

sudhakara_reddy4
Participant
0 Kudos

In IDoc programs you can find data content in

EDIDD-SDATA