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

SAPscript: breakpoint in print program

Former Member
0 Likes
492

Hi all,

I have put a breakpoint (tried both hardcoded and session break) in my print program of my SAPscript, but it is not 'breaking' at that point. I am sure this is the correct print program and have also looked in the forums, but have found nothing.

Has anyone experienced this before? This is for opening the packing slip in VL02N

2 REPLIES 2
Read only

Former Member
0 Likes
442

try turning on debugging in the SAPScript itself, instead...then it will step through each variable, etc.

Read only

0 Likes
442

Ended up using /h

The reason why it didn't break is because the code wasn't under a 'form'.