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 activate debugger in sapscript?

Former Member
0 Kudos

hi friends,

i am new to sapscript.

i cant see the option of 'activate debugger' in

se71->utilities

i am using ecc5.0

is there any other option to activate debugger?

also can i write a select query in a form?

thanks in advance...

regards,

aj

1 ACCEPTED SOLUTION

Former Member
0 Kudos

even i am also in ECC5.0.but i am able to see the option 'ACTIVATE DEBUGGER' from the menu path UTILITIES->

YOU can not do direct SELECT statement in script layout.instead you can use PERFORM to get the required data into the layout.

check this link, to know how to call a FORM from a layout.

http://www.sap-basis-abap.com//abap/how-to-call-a-subroutine-form-sapscripts.htm

Regards

srikanth

Message was edited by: Srikanth Kidambi

3 REPLIES 3

Former Member
0 Kudos

even i am also in ECC5.0.but i am able to see the option 'ACTIVATE DEBUGGER' from the menu path UTILITIES->

YOU can not do direct SELECT statement in script layout.instead you can use PERFORM to get the required data into the layout.

check this link, to know how to call a FORM from a layout.

http://www.sap-basis-abap.com//abap/how-to-call-a-subroutine-form-sapscripts.htm

Regards

srikanth

Message was edited by: Srikanth Kidambi

0 Kudos

i am sorry.

there is activate debugger option in se71->utilities.

thanks,

aj

Former Member
0 Kudos

Hi,

You can Debug the Script in 2 ways

1) Execute the Program <b>RSTXDUBG</b>

2) In the Script, Utilities --> Activate Debug

when you execute the Script, it will go into Debug,

If you want Debug the the Print program along with the layout, do one of the aboe things and put a Break-Point in the print program

Regards

Sudheer