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 Logical Database Storage

Former Member
0 Likes
1,042

Hi,

I was hoping someone could tell me the name of the table that the IDOC Segment field contents information is stored in?

Regards,

Philip Johannesen

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
761

see edidc, edids, edid4 tables.

Regards,

Ravi

5 REPLIES 5
Read only

Former Member
0 Likes
762

see edidc, edids, edid4 tables.

Regards,

Ravi

Read only

0 Likes
761

Hi,

Thanks for the amazingly quick responses! I've now found the table I required thanks to your help. EDIDS holds the IDOC Segments data at field level. So I was able to do an export of the data.

Many thanks, points awarded as promised.

Regards,

Philip Johannesen

Read only

Former Member
0 Likes
761

Hi,

The IDOC data is stored in EDID4 table. However the storage is little tricky as the entire data of the segment is one field called SDATA. So, you should have structure of the type of the SEGMENT and move SDATA into it.

Functions IDOC_READ_COMPLETELY will help in reading the contents of the idoc.

Regards,

Ravi

Note : Please mark the helpful posts.

Read only

Former Member
0 Likes
761

Hi philip,

1. if u are talking about the metadata

of the idoc segments,

(ie list of segment fields etc)

then the table is IDOCSYN.

regards,

amit m.

Read only

naimesh_patel
Active Contributor
0 Likes
761

Hello,

You could find it in EDSAPPL.

Regards,

Naimesh