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: 

Debugging dynamic error messages

Former Member
0 Kudos

Hi All ,

Is there any possibility to debug an error message that is thrown dynamically (ie) we cannot trace the error message number in SE91.

Thanks & Regards ,

Balaji.

1 ACCEPTED SOLUTION

Former Member

Hi,

1)Search from the table T100 .

2) search is tha message declared in the text elements and using as the error message.

3) check is thre any message class using if using check from the SE24

Thanks!!

Edited by: M Prasanth on Jan 19, 2009 1:13 PM

6 REPLIES 6

Former Member

Hi,

1)Search from the table T100 .

2) search is tha message declared in the text elements and using as the error message.

3) check is thre any message class using if using check from the SE24

Thanks!!

Edited by: M Prasanth on Jan 19, 2009 1:13 PM

Former Member
0 Kudos

while debugging put a Breakpoint at Statement -> Message

and execute...it ll come to ur error message line..u can check msg id and all from der...

0 Kudos

Hi ,

The problem here occurs while trying to process data manually in a given t-code and when we try to save the changes it throws up an error message in the status bar. When we click on that and get the message number and search for it in SE-91 , the message class does not exist hence the standard program from where the error message is getting throwed up could not be traced for us to set the break point and debug.

Thanks & Regards

Balaji.

matt
Active Contributor
0 Kudos

Set a watchpoint of sy-msgno <> 0.

matt

Former Member
0 Kudos

Solved

0 Kudos

This message was moderated.