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 Tables

Former Member
0 Kudos
282

Hello all:

In which tables are located the header and segments of the idocs? I know that EDIDS has the status of them, but I can find the tables with the data

TIA

1 ACCEPTED SOLUTION

Former Member
0 Kudos
105

Hi

Go thru this docu

Filling control record information in a structured variable of

type EDIDC

Filling Data record information in an internal table of type

EDIDD.

Filling of control information in an internal table of type EDIDC.

Where each record of a table contains information of each

receiver.( multiple records in case of multiple receivers ) .

<b>

Database table

EDIDC – Stores Control records

EDID4 – Stores Data records

EDIDS – Stores status records</b>

Thanks

Sunil

5 REPLIES 5

Former Member
0 Kudos
106

Hi

Go thru this docu

Filling control record information in a structured variable of

type EDIDC

Filling Data record information in an internal table of type

EDIDD.

Filling of control information in an internal table of type EDIDC.

Where each record of a table contains information of each

receiver.( multiple records in case of multiple receivers ) .

<b>

Database table

EDIDC – Stores Control records

EDID4 – Stores Data records

EDIDS – Stores status records</b>

Thanks

Sunil

Former Member
0 Kudos
105

Check the EDID4 and EDIDC.

Prakash.

Former Member
0 Kudos
105

hi

check the tables EDIDC, EDID2, EDID4 and EDIDD also

Former Member
0 Kudos
105

Hi,

Look at the below table:-

EDIDC –> Control records

EDIDD –> Data records

EDIDS –> status records

Regards

Sudheer

0 Kudos
105

EDIDD is a strucure not table