cancel
Showing results for 
Search instead for 
Did you mean: 

Message ID, Msg.no,and Msg.typ

02-28-2020 12:05 PM
pnagar Participant
5172 views 3 comments Go to solution
0 Likes
SAP Managed Tags
Subscribe

Dear Experts,

what is Message ID Msg.no. Msg.type and how to use them as a basis guy.

Below is the screenshot from sm36 joblog in which i got all of these things.

Thanks & Regards.

0 Likes

Accepted Solutions (1)

Accepted Solutions (1)

ArthurParisius
Contributor

These fields indicate where the message text is stored, it's just extra information.

Message Id is the message class en Msg No is the specific message in the class. You can view these using transaction SE91. However since the actual complete message text is already shown in the log, it isn't really anything you have to worry about as a basis guy.

Sandra_Rossi
Active Contributor

Developers can use it to help users understand why the message is sent, by identifying which ABAP code is responsible of sending this message (where-used list in SE91, although the where-used table is often not up to date).

Answers (1)

Answers (1)

RaymondGiuseppi
Active Contributor

Those are key to message definitions stored in SE91. In SE91 you have often a long description text with more explanation, also later Abaper could perform some search with those data.