‎2010 Jun 24 4:09 AM
hi all,
i have a print program for my form in sapscript,
it is triggered by transaction code HUMO, i have placed a breakpoint in my print program
during debugging though, the breakpoint was not passed
am i missing something?
thanks: AUDI
‎2010 Jun 24 8:54 AM
Hi,
Hope your program is triggered using the output type.
If yes, Put break-point in print program,then before saving the transaction, start debug using /h.
Once the debugger is started, then select the menu option Settings -> Update debugging. System will show the message
"Update debugging switched off" on the status bar. Press F8 to continue the execution.
Control will stop at the place where you created the break point.
Regards
Vinod
‎2010 Jun 24 4:48 AM
Start the program in debugging mode.
Once inside Debugger, you may try to switch on "System Debugging" option in ABAP Debugger.
Press F8. Debugger may stop at your breakpoint.
‎2010 Jun 24 6:41 AM
‎2010 Jun 24 8:41 AM
‎2010 Jun 24 8:51 AM
‎2010 Jun 24 8:54 AM
Hi,
Hope your program is triggered using the output type.
If yes, Put break-point in print program,then before saving the transaction, start debug using /h.
Once the debugger is started, then select the menu option Settings -> Update debugging. System will show the message
"Update debugging switched off" on the status bar. Press F8 to continue the execution.
Control will stop at the place where you created the break point.
Regards
Vinod