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: 

Error Log - Where does Message class and number after run time ?

former_member229445
Participant
0 Kudos

Hi Team,

Where can we get the message class and numbers after run time?

Example Run time: After executing the transaction if there is any unsatisfactory data we get some specific error message in the status bar.

What if we want to know the error message triggered in the system for that day /Time .

Like : ST22 -- For dump error .

not talking about Table = T100 .

Thanks

Murali . V

3 REPLIES 3

FredericGirod
Active Contributor

Could you clarify ? and maybe give a screenshot

I am pretty sure the answer will "it depends"

most of the log are in the SLG1 trans

RAF
Active Contributor
0 Kudos

Hi,

you can add the message into the application log and persist this on DB.

SLG1 you can display the log.

SLG0 you create your own log object.

Function modules for ABAP to integrate this log are located in package SZAL

DoanManhQuynh
Active Contributor
0 Kudos

for message displayed in status bar, just click on it and you will see a pop-up tell you what is message class and number.

in ST22, there is "Content of system fields" section where you can see sy-msgid...too. but for error analysis, you should check all the content, not just message.

Other "run time" object will depend on what you mean. there is no function to view everything.