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 tables

Former Member
0 Likes
4,849

Hi,

Can any body plz tell in which table are the " Idoc segments" stored.

Thanks & regards,

Sharath

Hi,

Can any body plz tell in which table are the " Idoc segments" stored.

Thanks & regards,

Sharath

8 REPLIES 8
Read only

Former Member
0 Likes
2,035

Hi,

EDIDC table

Read only

Former Member
0 Likes
2,035

Hai Sharth

Hai Check the Data Eliment

'EDILSEGTYP' where used list for tables

Program Name : SAPMSED4

Tables Name : SED4STRUC

Data Eliment : EDILSEGTYP

Screen Field Name : SED4STRUC-OBJECT

Para meter Id 'SEG' for WE31 Transaction

Idoc Tables are

EDIDC Control record (IDoc)

EDIDD Data record (IDoc)

EDIDS Status Record (IDoc)

Thanks & regards

Sreenivasulu P

Read only

Former Member
0 Likes
2,035

Hi,

EDIDC-SEGNAM - Segment Name

EDIDC-SDATA - Segment Data

IDOCs header data

EDIDD Table

Read only

0 Likes
2,035

Hi,

In Idoc under the Basic Type we have certain fields, Under each segment we have few fields, I would like to know the table where in i can see the Idoc segment fields for that particular segment with fields and the data in those fields.

Thanks & regards

Sharath

Read only

0 Likes
2,035

Hi,

Go to Table EDID4 and there give the DOCNUM(IDoc number) and see all the segments and its fields data.

Regards

vijay

Read only

Former Member
0 Likes
2,035

If you are asking about where the segment meta data stored then each segment will have a structure created in Data Dictionary.

If you are asking where the IDOC data is stored then it is EDID4 table.

Regards,

Ravi

Read only

Former Member
0 Likes
2,035

Hi,

EDIDC<<<<-- Control record Infor for an IDoc

<b>EDID4<<<<-- Data records for an IDoc , here you can find all segement info</b>

EDIDS<<<<<--- Status Records for Idoc(error/success/warning).

Regards

vijay

Read only

0 Likes
2,035

go to Tcode we31

Put cursor on input field of segment type and press F1 , goto Technical Information , check the screen fields SED4STRUC-OBJECT now goto se11,and give SED4STRUC in data type and say display..click on component type EDILSEGTYP again click on domain EDILSEGTYP , click on value range, u can see value table EDISEGMENT , double click on EDISEGMENT --- EDISEGMENT this is a table in which your segment is stored.