‎2007 Oct 04 7:18 PM
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
‎2007 Oct 05 9:16 PM
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.
‎2007 Oct 06 1:45 AM
Hi
Use the transaction SCU3.
Cheers,
Hakim
Mark all useful answers..
‎2007 Oct 06 3:03 AM
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
‎2007 Oct 06 4:01 AM
hi
WE05 is the tcode to see status of idocs
idocs status stores in EDIDS table
regards
Nagesh.Paruchuri