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 degug script

Former Member
0 Kudos

Hi all,

i have a print program zvxxxxx.

its a billing out put.

for one billing document its not displaying the correct output.

i want to debug the script .

how can i do this . can anybody please give me step by step approach

1 ACCEPTED SOLUTION

former_member188685
Active Contributor
0 Kudos

Hi,

run this Program <b>RSTXDBUG</b>, this enables script debugging.

Regards

vijay

9 REPLIES 9

former_member188685
Active Contributor
0 Kudos

Hi,

run this Program <b>RSTXDBUG</b>, this enables script debugging.

Regards

vijay

Former Member
0 Kudos

Hi Sairam,

Go se71 and give your script name, from menu

Utilities -> Activate debugger.

Now you excute your driver program then it will take

you to debug mode.

Thanks&Regards,

Siri.

former_member188685
Active Contributor
0 Kudos

Hi,

from SE71 enter the script name ,choose menu <b>Utilities->Activate Debugger</b>

Regards

vijay

Former Member
0 Kudos

Hi,

goto se71->utilities->Activate debugger

activating debugger will allow u to debug ur script

reagards

ganesh

plz reward with points

Former Member
0 Kudos

HI Sai,

One way to start the script debugger is: Se71->utilities->activate debugger. This may be a time-consuming process. Instead, open a session and execute the program RSTXDBUG. Even if you follow the above menu path to activate the script, it will internally execute the program RSTXDBUG. So you are saving some time in going through all of the above processes.

Hope it helps.

Regards

Laxmi

Former Member
0 Kudos

Sai,

go with se71 in that in the menu bar u will find the utilities in that go with activate debugger

se71->utilities->activate debugger

Regards,

Naveen

Former Member
0 Kudos

HI

GOOD

One way to start the script debugger is: Se71->utilities->activate debugger. This may be a time-consuming process. Instead, open a session and execute the program RSTXDBUG. Even if you follow the above menu path to activate the script, it will internally execute the program RSTXDBUG. So you are saving some time in going through all of the above processes.

thanks

mrutyun

Former Member
0 Kudos

Hi,

Script:In SE71 give your form name and in Utilities-->Active debugger.

Then put a break point in your print prog where ever you want to stop it.

After that you need to go to your transaction like VF03/../..etc for Invoice you need to execute it by giving Outtype.

Then your print prog and form will debugg step by step.

Thanks.

Former Member
0 Kudos

Hi,

Go through the following thread

Thanks,

Ramu N.