‎2007 Oct 02 10:45 AM
Hello Expert
do you know where i can find (tables) data contained in wrong idoc?
I have 2000 MATMAS idoc in wrong status and i need to create for all these materials new idoc , therefore i need a list of all materials memorized in these idocs.
Do you have any idea?
please let me know
thanks
Boris
‎2007 Oct 02 11:41 AM
‎2007 Oct 02 12:41 PM
Table EDIDS contains the status records and table EDID4 contains the actual IDOC data
Regards,
Michael
‎2007 Oct 03 6:23 AM
Hi
Tcode WE05 - We can display all the IDOCs based on selection criteria.
Tcode : BD87 idoc Status Monitor and Reprocessing.
These tcodes may help u.
<b>Reward if Helpful.</b>
‎2007 Oct 03 6:56 AM
IDOC consists of three types of Records
Control record-EDIDC
Data Recors -EDID4
Status Record- EDIDS
u can use BD87 for reprocessing
IF you want to write a program then make a join on three tables u will get errorneous record (for particular status value).