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

Tcode for Error

Former Member
0 Likes
936

what is the Tcode to see the standard error message ID, TYPE and DESC?

8 REPLIES 8
Read only

former_member222860
Active Contributor
0 Likes
912

Hi,,

it is SE91

thanks

Mahesh

Read only

Former Member
0 Likes
912

Hi ,

SE 91 is the tcode to view all the message classes.

Regards,

Rohan.

Read only

Former Member
0 Likes
912

its SE91.

Read only

Former Member
0 Likes
912

Hello,

You can see all the standard message thru T code SE91. Use it as error, information, status depends on the program.

Thanks,

Jayant

Read only

former_member203501
Active Contributor
0 Likes
912

hi ,

to see all the messages(error or information or system or warning or Abend) go to the table T100 or go to tcode se91

give the message class

and message number then choose display then you will get the message

Read only

Former Member
0 Likes
912

you can also use FM FORMAT_MESSAGE.

Regards,

Read only

Former Member
0 Likes
912

SE91

Read only

GauthamV
Active Contributor
0 Likes
912

hi,

if you want to check only message details of error use SE91 transaction.

if you want error details use ST22 transaction.