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

Errorcode Table

Former Member
0 Likes
412

Hallo,

Do anybodey know, where all error-messages are stored in a sap system. Is there any Transaction to maintain this?

Thanks a lot,

Marcel

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
378

All messages are stored in table T100. You can easily maintain the messages with transaction SE91.

Regards,

John.

3 REPLIES 3
Read only

Former Member
0 Likes
379

All messages are stored in table T100. You can easily maintain the messages with transaction SE91.

Regards,

John.

Read only

0 Likes
378

table <b>t100</b>(Messages)

Read only

Former Member
0 Likes
378

Try this table T100