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: 

How to find out where sap error messages stored...

Former Member

How to find out where sap error messages stored in our system.like sometime we will get a error message with message number.whr it will be stored and whch table it is?

7 REPLIES 7

Former Member
0 Kudos

Hi ,

It displays a message number and message id Goto to transaction SE91 enter the message id check for the messages .

This all messages are stored in T100 and T100A based on message id number and types.

Please reward if useful.

Former Member
0 Kudos

1. double click on message on status bar at bottom

2. goto SE91

3. give ur message class

4. search for the message number.

5. Find where-used-list for that message numer

6. you can get ur program

7.put a break point and debug an checkout

0 Kudos

this mess only I am getting S:ZY:124,If I chk with 124 message number they given unspecified error.how to resolve this...?

0 Kudos

Hi

i think you r trying to call message no which is not there in the message group.

go to se91 and check the message no and change accordingly.

Thanks

Shiva

0 Kudos

that message does not exist..I count find out whts the error?

0 Kudos

Hi,

I also got the same message when that message no is not there

E:SABAPDOCU:000 test

yours is S-type and message id ZY and message no 127

127 is not there either change the no or create the same

Regards

Shiva

Former Member
0 Kudos

Hi,

the messages are stored in table T100

Regards

Shiva