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 Kudos
377

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
Read only

Former Member
0 Kudos
200

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
Read only

Former Member
0 Kudos
201

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

Read only

Former Member
0 Kudos
200

Check the EDID4 and EDIDC.

Prakash.

Read only

Former Member
0 Kudos
200

hi

check the tables EDIDC, EDID2, EDID4 and EDIDD also

Read only

Former Member
0 Kudos
200

Hi,

Look at the below table:-

EDIDC –> Control records

EDIDD –> Data records

EDIDS –> status records

Regards

Sudheer

Read only

0 Kudos
200

EDIDD is a strucure not table