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

how to activate debugger in sapscript?

Former Member
0 Likes
503

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
Read only

Former Member
0 Likes
455

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
Read only

Former Member
0 Likes
456

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

Read only

0 Likes
455

i am sorry.

there is activate debugger option in se71->utilities.

thanks,

aj

Read only

Former Member
0 Likes
455

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