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

where do the idoc segment data (sdata) go into (Database table)

Former Member
0 Likes
1,799

Hi EDI Folks,

Which is the database table i should look into for the IDoc segment data.

I know the table EDID4 contains the data records, but this table doesn't contain any segment data.

I want to compile a report from the data stored in the custom IDoc segments.

How can i possibly do that?

Thanks,

Matt

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
632

Hi Mathew,

the Data is stored under EDID4 table but it is 1000 character field so you can not see at se16..

if you want to see the data go to we02 or we05 and enter idoc numner and execute and see

or write select query and try to write the EDID4-sdata field it will show the data.

Regards,

Prabhuda

1 REPLY 1
Read only

Former Member
0 Likes
633

Hi Mathew,

the Data is stored under EDID4 table but it is 1000 character field so you can not see at se16..

if you want to see the data go to we02 or we05 and enter idoc numner and execute and see

or write select query and try to write the EDID4-sdata field it will show the data.

Regards,

Prabhuda