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

break point in sapscript

Former Member
0 Likes
818

hi all,

how can i stop with break point in sapscript.

i know the way: utilities, activate debugger and a lot of f5 or f8 until i came to the place i need to stop. this is a very slaw way. it's something more quickly ?

thanks,

dany

4 REPLIES 4
Read only

eddy_declercq
Active Contributor
0 Likes
626

Hi,

Pls check note 19104

Eddy

Read only

Former Member
0 Likes
626

Hi Dany,

I think you can use 'BREAK username' command in the sapscript text editor.

Regards,

Rajeev

Read only

Former Member
0 Likes
626

Hi Dany

What you already know is again going to serve your purpose again but with some additional knowledge.

Just see the 'ELEMENT' in the SapScript code in which relevent information is there where you would like to stop. Say, you would like to stop at ELEMENT 'LINES'...

When you run your program with Sapscript debugger activated, when it goes to debugger on script very first time, you get a POP-UP window which you might be always ignoring by simple pressing button for 'Continue' but that is really useful!

You can exploit the options there for your advantage.

Example: there is a field there for 'ELEMENT', you can simply put your element name and see the magic. there are other options also like 'WINDOW', etc. to filter what you want to debug.

Cheers

Ashish

Read only

0 Likes
626

Hi,

Pls don't forget to reward points if you find the answers usefull and close the question.

Eddy