cancel
Showing results for 
Search instead for 
Did you mean: 

Where are idocs are stored?

manubhutani
Active Contributor
0 Kudos

Hi

I can see the data records of idoc through transaction we02.

but can anybody tell me where in the database i mean in which table these idocs are stored..

ie from where transaction we02 picks and shows..the idoc?

Accepted Solutions (1)

Accepted Solutions (1)

former_member431549
Contributor
0 Kudos

Tables EDIDC, EDID4 and EDIDS.

manubhutani
Active Contributor
0 Kudos

Hi

But i am unable to see the sdata field of edid4 table....

former_member431549
Contributor
0 Kudos

How are you trying to see the data in SDATA field ? It is one long generic field which must be moved in ABAP to a structure depending on the idoc type.

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi gaurav,

the IDOCs are not saved in a single table .

as Idocs contain the 1)control recors

2)data records

3)status records

control records are stored in table EDIDC and all the control records is having the same structure as EDI_DC

status records are stored in table EDIDS

data records are stored in table EDIDD

Former Member
0 Kudos

Hi gaurav,

the IDOCs are not saved in a single table .

as Idocs contain the 1)control recors

2)data records

3)status records

control records are stored in table EDIDC and all the control records is having the same structure as EDI_DC

status records are stored in table EDIDS

data records are stored in table EDIDD

Former Member
0 Kudos

Hi there

you'll find the tables with se16 EDID*, e.g. the segment records are stored within EDID4, the control records within EDIDC... etc.

BR,

Dirk

former_member181959
Contributor
0 Kudos

hi,

check following tables,

EDID2 IDoc Data Record from 3.0C onwards

EDID3 IDoc Data Record from 3.0 onwards

EDID4 IDoc Data Records from 4.0 onwards

EDIDC Control record (IDoc)

EDIDD_OLD IDoc Data Record

EDIDO Value table for IDoc types

EDIDOCINDX Control record (IDoc)

EDIDOT Short description of IDoc types

EDIDS Status Record (IDoc)

hope this helps.

-Prasad.

Former Member
0 Kudos

hi it is very simple

please do shdb recording or st05 for we02 tcode or its program.

u will get the list of tables

bye