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

Table name

Former Member
0 Likes
1,232

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

7 REPLIES 7
Read only

Former Member
0 Likes
958

The database table for all messages is T100.

Read only

vinod_vemuru2
Active Contributor
0 Likes
958

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.

Read only

SantoshKallem
Active Contributor
0 Likes
958

EDIDS -- table for status records.

EDIDC -- Control records.

regards.

santhosh reddy

Read only

Former Member
0 Likes
958

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

-->also check Table T100

Regards

Ankur Sharma

Read only

Former Member
0 Likes
958

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.

Read only

Former Member
0 Likes
958

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.

Read only

Former Member
0 Likes
958

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.