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: 

How to debugg particular statement in sap script

Former Member
0 Kudos

hi friends,

i want to know How to debugg particular statement in sap script.

plz reply.

thanks in advance,

regards

bhaskar

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hi

execute rstxdbug to activate script debugger...once the driver program reaches open_form, a popup box will come where u can mention the name of a command, call functinon, text element, etc to place a break point...once it gets into the debugging mode, double click on any line to set a break point, after that pressing f8 will get you to that line

if helpful, reward

Sathish. R

9 REPLIES 9

Former Member
0 Kudos

Put a break point in print program and select activate debugger.

Thanks

Former Member
0 Kudos

hi

good

write a hard coded break-point before that statement.

thanks

mrutyun^

0 Kudos

hi friend,

thanks for reply.

is there is another option other than break-point statement.

if i want to apply break point on standard script i cant insert break-point statement there so is there is another option other than break-point statement.

regards,

bhaskar.

0 Kudos

Standard program you cant insert break-point statement,but you can put breakpoint.

other option is in Layout you will see Activate debugger option select it and it will take you to debugging screen.

Thanks

Former Member
0 Kudos

hi

execute rstxdbug to activate script debugger...once the driver program reaches open_form, a popup box will come where u can mention the name of a command, call functinon, text element, etc to place a break point...once it gets into the debugging mode, double click on any line to set a break point, after that pressing f8 will get you to that line

if helpful, reward

Sathish. R

0 Kudos

hi friends,

thanks for reply.

problem is solved.

0 Kudos

Bhaskar can you share how you solved the issue?

former_member225631
Active Contributor
0 Kudos

Go to menu in se71 screen: Utilities->activate debugger

0 Kudos

Hi ,

Yes, it’s possible by using transaction SE71 and go to Utilities -> Activate debugger.

Then go to your driver program (SE38) and execute it, we can debug by pages or windows by using ‘/H’.

Thanks,

Jagadeesh D