‎2009 Jun 27 1:08 PM
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
‎2009 Jun 27 1:19 PM
Hi,
Code the BREAK-POINT statement either in the INITILIZATION event or in the AT SELECTION-SCREEN OUTPUT event.
Regards,
Ankur Parab
‎2009 Jun 27 1:31 PM
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
‎2009 Jun 27 1:37 PM
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
‎2009 Jun 28 4:51 AM
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
in command field and press /H
.
<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.OENTER