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

urgent: script

Former Member
0 Likes
652

hi to all,

1. how to debug a script?

2. how we will put a break point at a particular line

in the form?

please help me in this regard

thanks

sun

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
610

hi sundeep,

SE71 --> Your Sapscript Name >Select Utilities>Click Activate Debugger

or can also use RSTXDBUG

4 REPLIES 4
Read only

Former Member
0 Likes
611

hi sundeep,

SE71 --> Your Sapscript Name >Select Utilities>Click Activate Debugger

or can also use RSTXDBUG

Read only

Former Member
0 Likes
610

Hi Sun deep,

In SE71,> Utilities,> Active debugger.

Other wise in VF02, before saving press /h in command button. Then press SAVE. Here in debugging in Settings tab , click update debugging and then save. Click F8 . You will see another screen . Here put at break point using menu Breakpoint -> Breakpoint At Subroutine.

Give your program name and subroutine name here.

Then press F8 , your program will stop now.

Regards,

Laxmi.

Read only

Former Member
0 Likes
610

Hello Sundeep,

To activate the debugger go to

<b>SE71>UTITLIES>Activate Debugger</b>

When u r issuing the ouput a small popup will comw.

In that u can mention the Window name, text element like those stuff.

If useful reward .

Vasanth

Read only

Former Member
0 Likes
610

hi sundeep,

for debugging sap scripts

go with se71->utilities -> activate debugger

then execute the form it will go to debugging mode other options r

u can use the program RSTXDBUG program also

check the below link for the setting bp in scripts

http://help.sap.com/saphelp_nw04/helpdata/en/b1/a14582eba211d4b2eb0050dadfb92b/frameset.htm

Regards

Naveen