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 debug SAP Script?

Former Member
36,415

can anybody tell me how to debug SAP Script?

urgent

16 REPLIES 16
Read only

GauthamV
Active Contributor
0 Likes
11,689

hi,

use program RSTXDBUG or u hav option in utilities - activate debugger.

Read only

Former Member
0 Likes
11,689

Hi,

I searched the Form printing forum with the terms 'debug sapscript' and found the answer.

You may want to do the same.

Regards,

Nick

Read only

Former Member
0 Likes
11,689

Hi,

Goto se71, give the form name then select the menu path UTILITIES->ACTIVATE DEBUGGER.

Rgds,

Bujji

Read only

Former Member
0 Likes
11,689

Hi,

use program RSTXDBUG or you have the option in utilities - activate debugger

And u can go to SE71 - Utilities activate debugger ..

Reward if useful

Thanks

Jagadeesh.G

Read only

Former Member
0 Likes
11,689

In se71 goto Utilities-->activate debugger .. and when U

ececute the print program .. u'll go in debugging mode..

Read only

prasanth_kasturi
Active Contributor
0 Likes
11,689

hi

goto sap script

in utilities--->activate debugger

and goto prog

execute it

regards

prasanth

Read only

Former Member
0 Likes
11,689

Hi Lohe,

This can done in two ways:

First u need to active debugging in scripts. then run the driver program.

First goto SE71 initial screen and enter the form name. Goto Menu Path Utilities --> Activate Debugger. and now u run the driver program. Now u get the script editor in debugging mode.

Secondly,

Program is RSTXDBUG.

Now go to SE 38 and enter ur Print Program name and execute the program.

Now you can debug the script Page wise and window wise.

Reward points if useful.

Cheers,

Swamy Kunche

Read only

Former Member
0 Likes
11,689

HI.

1.use program RSTXDBUG .

2.go to SE71 - Utilities activate debugger ..

After activated the debugger ,run your transaction code.

you can debugg window,pages etc as per your requirement.

Regards.

Jay

Read only

Former Member
0 Likes
11,689

Go to se71 and click on utitlities - Activate Debugger .

Read only

Former Member
0 Likes
11,689

We can approach two ways for debug a Form:


    1. In SE71 Enter your Form name  and  go to  Utilities-->activate debugger .. then  Execute the print program .. it will  be go to  debugging mode..

    2.We have an another approach to debug a Form by using Standard Program  RSTXDBUG…and  Execute this Program  for activate Debugger…then Run the print program, it will go for debugging mode.

Read only

Former Member
0 Likes
11,689

Hi,

Go to T-code SE71

Enter your Form name  create it and activate it,

then click on  Utilities-->activate debugger ..

Go to T-code se38 (ABAP Editor)

Create a program for form and activate it,

then  Execute the driver program ..

it will  automatically go to  debugging mode.

Thanks&Regards,

Srikanth

Read only

satyabrata_sahoo3
Contributor
0 Likes
11,689

Very Basic question and Very old post. Its is not necessary to answer the same if the question is already answered.

@Admin- Please lock the thread.

Read only

0 Likes
11,689

Ok... But they are not putting correct answer thats why i answered that questions..  and I am very new to sap.

Can you tell,How i will read recently questions.

Read only

Former Member
0 Likes
11,689

This message was moderated.

Read only

former_member633146
Discoverer
0 Likes
11,689

Activate Debugger in SE 71, If you want to trigger the driver program then go to driver program and keep the Break point there... If any include program present in SAP Script then go to that form and Keep the Debugger.. Once the SAP script.. is called then It will switched to debugging mode..

Read only

0 Likes
11,689

Why are you answering to very old subject ??