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

Regarding Debugging in Selection screen

Former Member
0 Likes
832

Hi All,

I have a program when it will call a screen screen it will go to the debugging screen , could you plz tell me the ans.

Regards,

Nihar

4 REPLIES 4
Read only

Former Member
0 Likes
555

Hi,

Code the BREAK-POINT statement either in the INITILIZATION event or in the AT SELECTION-SCREEN OUTPUT event.

Regards,

Ankur Parab

Read only

0 Likes
555

Hi Ankur Parab ,

Thanks for replay , actually the questiion is: they have a report program and inside the report it will call a selection screen of another program , when it call that selection screen it will go debugging mode and also they want to do debugging for message. plz help me

Read only

0 Likes
555

Hi,

Sorry I fail to understand your scenario.

If you want to go to debugging screen of the selection-screen then in that program code the break-point statement in the AT SELECTION-SCREEN OUTPUT event.

When you call the screen the debugger will be show before the screen is output.

Regarding also they want to do debugging for message I do not understand what do you mean by that.

regards,

Ankur Parab

Read only

0 Likes
555

Hi Nihar, steps to go in debug mode in called program. <li>Put break-point on SUBMIT statement. Submit statement calls another program. <li>Before run calling program after entering selection-screen, give

/H
in command field and press
ENTER
. <li> Now Check , Break-point At menu in the menu bar, select statement and now give MESSAGE statement.It stops when MESSAGE is reached. I hope that it helps you. Thanks Venkat.O