cancel
Showing results for 
Search instead for 
Did you mean: 

Debug on sapscript

Former Member
0 Kudos

Hello

how do I debug a sapscript but when my form perfoms a rutine I have...

Inside the form I have a

perform xxxx in program xxxx.

10nks!!

Gabriel P.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

GO to SE71..In the menu..UTILITIES -> ACTIVATE DEBUGGER..

Then you debug the sapscript text..

For the subroutine...

But a break point in the program..

BREAK-POINT.

Thanks

Naren

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Gabriel,

If you want to debug script, in SE71, in the menu bar go to 'Utilities' - click on 'Activate Debugger'.

To debug the subroutine you are calling from script, put a breakpoint in the subroutine.

Award points if found useful.

Regards

Indrajit

Former Member
0 Kudos

Thanks!!

Former Member
0 Kudos

Hi Gabriel,

RSTXDBUG is the program to debug SAPscript.

For the subroutine, use Break point <username>

Reward points if useful.

Thanks

Aneesh.

Former Member
0 Kudos

put in statement 'break <user-id>'. (Bascially puttting break point). This should work.