cancel
Showing results for 
Search instead for 
Did you mean: 

Debug Sap Script

Former Member
0 Kudos

Dear All

how to debug Sap Script form step bystep

Thanks and ARegards

Suresh

Accepted Solutions (0)

Answers (7)

Answers (7)

Former Member
0 Kudos

check the link below:

Regards.

Former Member
0 Kudos

Hi,

Go to se71

Type the Script name

On the menu bar:Utilities-->Activate debugger

Press on display button

Execute the script

Then the script will be in debugging mode

Press

F5 for step by step

F6 for coming out of loop

F7 for coming out of programme

Former Member
0 Kudos

Hi Suresh,

1. Go to SE71,

2. Give your form name

3. Then goto Utilities

4. And click "Activate Debugger".

This will go to the debug screen, when you execute the Print program!!

Former Member
0 Kudos

if u want to debug a sap scripts.

there are 2 ways to do it .

1. execute the program RSTXDBUG it is activtate the debugging mode for SAP SCRIPt.

2. goto SE71 transaction

then goto UTILITIES

select ACTIVATE DEBUGGER.

if useful reward with points.....

Former Member
0 Kudos

Hi

Go to tx SE71--> Utilities --> Activate Debug

Regards

Gregory

Former Member
0 Kudos

Hi,

you can debug the script in the following ways,

1) goto SE71, select "Utilitie" menu bar option and select the "Activate debugger" option.

2) set break point in your print program.

3) write the hard code break-point in the window editor

4) put '/h' in your command box before executing the print program.

Reward if useful.

Thanks,

Sreeram.

Former Member
0 Kudos

Hi,

Step1: Go to se71

Step2: Type the Script name

Step3:On the menu bar:Utilities-->Activate debugger

Step4:Press on display button

Step 5:Execute the script

Then the script will be in debugging mode

Press F5/F6/F7/F8 as your requirement.

Regards,

Rama.Pammi