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

Scripts Debugging

Former Member
0 Likes
768

hi,

can anybody tell me how we can debug the scripts?

regards,

vijaya.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
741

Please search the forum before posting question.

http://www.sapdevelopment.co.uk/sapscript/sapscript_debug.htm

Regards,

ravi

7 REPLIES 7
Read only

Former Member
0 Likes
743

Please search the forum before posting question.

http://www.sapdevelopment.co.uk/sapscript/sapscript_debug.htm

Regards,

ravi

Read only

valter_oliveira
Active Contributor
0 Likes
741

Hello.

In scripts you have 2 kinds of debug:

1 - driver program: insert a break point on it

2 - in script itself: SE71 (first screen)->Menu Utilities->Activate Debug

Regards,

Valter Oliveira.

Read only

Former Member
0 Likes
741

Hi Vijaya lakshmi,

We have standard report for debugging SAP script RSTXDBUG.

or

First we need to put Break point in Print program where ever you want to stop the execution.

After in SE71 give your form name and go to Utilities-->Active De-bugger.

Then go to your transcation like VF03(for Invoice or Credit memo) etc to see the print preview or print the form execute it.

When you execute it the the form Debugging will get activated and you can see your Form execution step by step.

Best regards,

raam

Read only

Former Member
0 Likes
741

Hi,

At the initial screen of Se71 trancation,

You can go to: Utilites-->Activate Debugger.

Regards,

rama.

Read only

Former Member
0 Likes
741

hi vijaya,

You can go to se71 initial screen... give the form name and goto UTILITIES -> ACTIVATE DEBUGGER

Whenever you run the print program you can debug the script.

another way is

run the standard program RSTXDBUG before executing your print program.

regards

padma

Read only

Former Member
0 Likes
741

use search option of SDN by giving debug the scripts.

Amit.

Read only

bpawanchand
Active Contributor
0 Likes
741

HI

got to se71 write thename of the script you wanna debug and goto

utilities--> activate debugger

or

goto se38 and execute RSTXDBUG standard program.

Regards

Pavan