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

Error message tables

Former Member
0 Likes
12,111

Hi,

Is there any table where the error messages gets saved.For example Message no. V1775 gets generated when a sales order line item is given reason for rejection.

Regards,

3 REPLIES 3
Read only

moazzam_ali
Active Contributor
0 Likes
4,077

Hi

SAP saves messages in table T100. When you perform such action where message is required it is fetched from this table in SAP programming.

Now with what perspective you are asking this?

Thank$

Read only

0 Likes
4,077

Hi,

My client wants a log of messages if some body tries to assign a reason for rejection to any particular sales order line item.

Regards,

Read only

0 Likes
4,077

I dont think so you can get all possible messages at one place which system can generate when we reject some item. V1 messages are for Sales order processing but there are Hundreds of messages which system generates on different events. You can test all possible scenarios and list down messages manually because in system it is not possible to get these messages at one place.

Thank$