‎2008 Apr 05 1:12 PM
Hi any idea which table displays all the error message of the idoc?
‎2008 Apr 05 1:44 PM
‎2008 Apr 05 4:45 PM
Hi Saranya,
Check below tables.
T100 -All Messages
EDIMSGT -Short description of SAP message types
EDI_CNVMES -Conversion Table for Logical Message Types
Thanks,
Vinod.
‎2008 Apr 05 7:15 PM
EDIDS -- table for status records.
EDIDC -- Control records.
regards.
santhosh reddy
‎2008 Apr 07 8:37 AM
-->there is a structure EDIDS(contains IDOC status)
-->also check Table T100
Regards
Ankur Sharma
‎2008 Apr 07 11:56 AM
These are all the names of the tables that might be useful to u! hope it helps u.
T100 -All Messages
EDIMSGT -Short description of SAP message types
EDI_CNVMES -Conversion Table for Logical Message Types
EDIDS -- table for status records.
EDIDC -- Control records.
‎2008 Apr 07 6:54 PM
For viewing purpose,use the transaction code WE02 to see all statuses and messages for a particular IDOC number.
For reporting purpose see the below one.
Use the table EDIDS.
In addition to the status EDIDS table also has the following fields that gives you the error/all messages of the given IDOC.
STAMID - Status message ID
STAMNO - Status message number
Then go to the table T100 with the message number and ID to get the text of the message.
Some messages are having the parameter symbols '&'. You can get the values for these symbols using the below fields from EDIDS table.
STAPA1 - Parameter 1
STAPA2 - Parameter 2
STAPA3 - Parameter 3
STAPA4 - Parameter 4.
‎2008 Apr 08 11:06 AM
Hi,
you can check all the status of the IDOC in WE47 Tcode
EDIMSGT---Short description of SAP message types
EDIDS -- table for status records.
EDIDC -- Control records.
Regards,
kavitha.