cancel
Showing results for 
Search instead for 
Did you mean: 

about script debug

Former Member
0 Kudos

hi experts,

i am poor in script debug can u please help me.

can u please tell me how to debug layout and driver program.

please give me step by step.

layouts driver program

order confirmation rvorder01 rvador01

poorder medruck sapfm06p

invoise etc...

please provide step by step.

thanksin addvance

swarna

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi

Welcome to SDN Community.

First of all my advice is dont underestimate yourself. Keep confidense on you keep on moving thats it

This can done in two ways:

In the form Utilities->debugger / RSTXDBUG FM for debugging script

The Procedure for debugging SAP script is:

Generally SAP script contains the Layout and corresponding print program.

First go to SE71 and enter ur script name. In the same screen go to Utilities->click on activate debugger option.

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.

If u want to perform seperately in your report then just simply give command /h after activating and execute the report

Regards

Pavan

Former Member
0 Kudos

Hi,

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.

Another advantage of using this program: when a developer works in the support environment and the client requests to makes some changes to a form, but doesn't know which form, he can just show the form output and request for changes.

former_member196280
Active Contributor
0 Kudos

goto SE71, now from menu..goto, Utilities --> activate debugger...

EX: goto VF03 and give billing document number and from menu try to display the output on screen... you will be taken to debugging screen, click ok and start using F5, F6, F7, F8 keys.

Close the thread once your question is answered.

Regards,

SaiRam

Former Member
0 Kudos

Hi,

Go to SE71..in the menu..UTILITIES -> ACTIVATE DEBUGGER..

Then execute the print program..it will go through the sapscript texts..then step through the sapscript

Thanks

Naren