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 error message report

Former Member
0 Likes
2,941

To see most of the EDI IDOC errors, we need to go into additional log to check that, is there any report were we can get list of idoc errors in one go for the users

Can any one tell me the tables which get updated when error shows up

pls help

vin

4 REPLIES 4
Read only

Jelena_Perfiljeva
Active Contributor
0 Likes
1,280

The tables are EDIDC (IDoc control segment) and EDIDS (Status messages). From EDIDC you can select IDoc numbers that have errors (check STATUS field) and then link EDIDS by DOCNUM and STATUS (note that there might be multiple entries, you may use additional criteria to skip what you don't need).

If you need the segment data then the table is EDID4 (or could be another number depending on the release).

Hope this helps.

Read only

abdul_hakim
Active Contributor
0 Likes
1,280

Hi

Use the transaction SCU3.

Cheers,

Hakim

Mark all useful answers..

Read only

Former Member
0 Likes
1,280

Hi Vins,

You can monitor IDoc in T.code WE02 by giving IDoc no.

Tables for IDoc : EDIDC - Control Data

EDID4 - IDoc Data

EDIDS - Status Data.

Hopes it helps you.

Ali

Read only

paruchuri_nagesh
Active Contributor
0 Likes
1,280

hi

WE05 is the tcode to see status of idocs

idocs status stores in EDIDS table

regards

Nagesh.Paruchuri