‎2007 Aug 30 7:52 PM
hi all,
I have been given a task to debug a problem in SAP ERP. If we run a SAP transaction, we get information message which is from custom message class. I am required locate & remove that message. I debugged the transaction but not able to locate the message. When in Debug mode & I click F8, the screen is displayed properly but no message.
Can you please suggest how to address this issue?
thanks,
LSP
‎2007 Aug 30 8:01 PM
‎2007 Aug 30 8:17 PM
goto Se91 -> enter message class -> display
Keep the cursor on message number -> click on where used list,now it shows list of programs.
keep the break point the all programs and run your transaction,now it stops there.
if you do not get any program if you use where used list.
then run your transaction with debugging using /H ,create watch point ,use varaible is message number,input is message class
comparisin value is =
Now it stops exact point
Thanks
Seshu
‎2007 Aug 31 5:34 AM
Hi,
in these types of scenarios when you get the error message please double click on it ,then a pop up will be dipalyed with the error message as wel as message class and number.Take this and start ur debugging again.place a break point at this message ,it should stop at that message.
if the message is called in a different program that is called from urs it may not stop.
then its better to go to se91 and make a where used and put a break point according to ur process area.
Regards,
sasi