cancel
Showing results for 
Search instead for 
Did you mean: 

How to track error message

former_member192897
Active Contributor
0 Kudos

Hi,

Cud anyone please explain how to track an error message using message no.

Urgent..

Reg,

Ashok

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi

Transaction SE91, put the message class and number and go for display.

For eg ERROR MESSAGE FB2000

message class FB2

number as 000

Regards

Answers (3)

Answers (3)

Former Member
0 Kudos

Go to SE91 & enter "Message class" ex: M8

and Enter Message Number ...then Click Display..

then click " Attributes " you can see the application Area in Short text " Invoice Verification/Valuation "

Former Member
0 Kudos

Hi,

You can not track just based on the Message number whether it is Error or Warning Message and where it is effecting.

But for this message number you will have Message class/Application Area Based on this Message class you can check on which area (Masterdata/Purchasing/Inv Mgmt/LIV) this message number is effecting.

Then in SE91 you can enter this Message class then system will show you which area it is related,what is the message number description.

Then in MM IMG Settings you can check message number for that Particular Area.--Define Attibutes for System messages in every area.

rgds

Chidanand

Former Member
0 Kudos

Hi there baiscally you can start debug with /h then create a stop (breakpoint) at messages.

or in the code search for you error msg (though most of the time you do not see them because there kind of dynamic).

good luck!