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

debug

Former Member
0 Likes
875

hi

i have problem with debugging sap script...........

plz sugest me with solution.

regards.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
854

hello dear,

what is the problem you are getting ? kindly explain your problem?

Regards

Jase

8 REPLIES 8
Read only

GauthamV
Active Contributor
0 Likes
854

hi,

u can debug script by going to utilities - activate debugger

or use standard program RSTXDBUG.

reward points if hlpful.

Read only

Former Member
0 Likes
854

hi

there are 2 separate kinds of debugging available when you try to debug scripts.

1. Debugging the print program : This is the normal debugging we do for our report programs.

2. Debugging the script itself : You Can debug a SAP Script by activating debugger in two ways:

a .In SE71->Menu->Utilities->Activate Debugger, then debugger will be get activated and when your print program is executing Script Debugger will be in active and you can proceed with your debugging.

b. Goto se38-> RSTXDBUG ->Execute this same as going thru in se71-> Menu, now debugger will be activated.

refer to the link below

http://www.howforge.com/how-to-debugging-sapscript-form

Look at the BLOG here, it is well explained

/people/sudheer.junnuthula2/blog/2007/01/09/script-debugging

Reward points if Useful

Read only

Former Member
0 Likes
855

hello dear,

what is the problem you are getting ? kindly explain your problem?

Regards

Jase

Read only

former_member435013
Active Participant
0 Likes
854

Hi,

in SE71 use menu Utlities -> activate debugging.

Regards

Walter Habich

Read only

Former Member
0 Likes
854

Hi,

You need to put a break point and Test the way you are asked to( I mean the steps mentioned in your test case ). If that statement is accessed during the course of execution the debugger will definitely stop there. Please let me know if you need further details.

Regards,

Sai

Read only

Former Member
0 Likes
854

They are two ways to debug the SAPScript.

1). Use Tools - Word Processing - Layout Set (SE71). Enter name of layout set and then Utilities - Activate Debugger.

It is of no consequence which layoutset you enter when selecting the SAPscript debugger. (Menu path: Tools-Wordprocessing - Forms, Utilities - Activate Debugger) The next layoutset called will invoke the debugger.

2). Another way to set the SAPScript debugger is to run program RSTXDBUG.

When you debug Print program it is same as you debug any other ABAP program.

While when you debug SAPScript, you actually debug the code ( scripting) you have written SAPScript Form.

Read only

Former Member
0 Likes
854

hi

Goto se38-> RSTXDBUG

Assigning points means saying thanx

Read only

Former Member
0 Likes
854

thanks