Application Development and Automation 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: 
Read only

Debugging dynamic error messages

Former Member
0 Likes
1,986

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
Read only

Former Member
1,158

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
Read only

Former Member
1,159

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

Read only

Former Member
0 Likes
1,158

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...

Read only

0 Likes
1,158

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.

Read only

matt
Active Contributor
0 Likes
1,158

Set a watchpoint of sy-msgno <> 0.

matt

Read only

Former Member
0 Likes
1,158

Solved

Read only

0 Likes
1,158

This message was moderated.