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

Program is not passed during debugging

Former Member
0 Likes
655

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
603

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

5 REPLIES 5
Read only

Former Member
0 Likes
603

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.

Read only

0 Likes
603

i did that, but still it doesnt pass my print program

Read only

0 Likes
603

Hi,

Try using statement,

BREAK-POIINT.

Read only

0 Likes
603

i did that aswell no result

Read only

Former Member
0 Likes
604

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