Application Development 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: 

Table name

Former Member
0 Kudos

Hi any idea which table displays all the error message of the idoc?

7 REPLIES 7

Former Member
0 Kudos

The database table for all messages is T100.

vinod_vemuru2
Active Contributor
0 Kudos

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.

SantoshKallem
Active Contributor
0 Kudos

EDIDS -- table for status records.

EDIDC -- Control records.

regards.

santhosh reddy

Former Member
0 Kudos

-->there is a structure EDIDS(contains IDOC status)

-->also check Table T100

Regards

Ankur Sharma

Former Member
0 Kudos

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.

Former Member
0 Kudos

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.

Former Member
0 Kudos

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.