Application Development 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: 

SAPscript Debugging

Former Member
0 Kudos

Can we set dynamic break-points in SAPscripts ??

1 ACCEPTED SOLUTION

0 Kudos

hi,

1.In layout it is not possible to write brak point like in reports.

2.the break-point is not valid in scripts.

3.utilities --->activate debugger or rstxdebug.

4.Place a break point subroutine pool.

4 REPLIES 4

0 Kudos

hi,

1.In layout it is not possible to write brak point like in reports.

2.the break-point is not valid in scripts.

3.utilities --->activate debugger or rstxdebug.

4.Place a break point subroutine pool.

0 Kudos

thanks mahesh..

4th point I din't understand... Can u pls elaborate it?

0 Kudos


HI,

If u are calling a subroutine pool inside the perform set the break point in the subroutine pool.

eg :   

/:   perform 'XYZ'

0 Kudos

When the SAPscript debugger has started, you should first remove all Breakpoints (Edit -> Remove all). After that you can navigate with picture up and down buttons in your sapscript form. To set a Breakpoint double-click in the first column of the row you wish to get the breakpoint (You should see a * there after that).

Now you can jump to the breakpoint.

But it is not possible to set a breakpoint in form definition or something like that.

Regards