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

Former Member
0 Likes
495

Hello friends,

I have a report program and I have called some screens in it.

I want to debug the complete program. I can start with debugging but when i enter some wrong data in the screen it directly pop up with an error message. I want to see why the message pops up in the debug mode.

Any advice?

Shejal Shetty.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
474

Hi,

Start debugging the report program by giving /h in the command..

Then in the debugging screen do as mentioned above..

It will stop in all the message statements..Check in which condition the error message is coming..

Thanks,

Naren

5 REPLIES 5
Read only

Former Member
0 Likes
474

Hi,

IN the debugging mode..Do this..

In the menu..Break point -> Break point at -> statement..

Give MESSAGE..It will stop at all the message statements..

Thanks,

Naren

Read only

0 Likes
474

Thanks Narendran,

You mean first go the program in SE38 and then

In the menu..Break point -> Break point at -> statement..

Give MESSAGE..It will stop at all the message statements..

I am sorry but i didnt get it can u explain me once again.

Shejal shetty.

Read only

Former Member
0 Likes
475

Hi,

Start debugging the report program by giving /h in the command..

Then in the debugging screen do as mentioned above..

It will stop in all the message statements..Check in which condition the error message is coming..

Thanks,

Naren

Read only

ferry_lianto
Active Contributor
0 Likes
474

Hi,

You can also set a breakpoint at a system exception.

Choose Breakpoint -> Breakpoint at -> System exception.

Regards,

Ferry Lianto

Read only

0 Likes
474

Thanks, Narendran and Ferry.

Shejal.