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: 

debug sapscript

Former Member
0 Kudos

i make utilities --> activate debug for VA02 but when i make the

process it's not stop there why?

2. i need to add the field text? how it called

5 REPLIES 5

Former Member
0 Kudos

Again deactivate the debug

Former Member
0 Kudos

Hii

activate the debugger in SE71 or execute the Program RSTXDBUG

one way is to Use <b>Tools - Word Processing - Layout Set (SE71)</b>. Enter name of layout set and then Utilities - Activate Debugger.

It is of no consequence which layoutset you enter when selecting the SAPscript debugger. (Menu path: Tools-Wordprocessing - Forms, Utilities - Activate Debugger) The next layoutset called will invoke the debugger.

Another way to set the SAPScript debugger is to run <b>program RSTXDBUG</b>.

When you debug Print program it is same as you debug any other ABAP program. While when you debug SAPScript, you actually debug the code ( scripting) you have written SAPScript Form.

for the print program , you can set the break point in the driver program..

and activate..

Regards

Naresh

former_member188685
Active Contributor
0 Kudos

Hi,

run this Program <b>RSTXDBUG</b> to activate SAP script Debugger.

Regards

vijay

former_member188685
Active Contributor
0 Kudos

Hi,

for fieldexit related check this..

Regards

vijay

Former Member
0 Kudos

Hi Rani,

i'm not realy shure what you want to do.

Debugg a Sapscript, use SE71 with the Formular. In

the Menu you find a Debug on.

If you whant to gebug VA02 use /h in Tcode-Field an process VA02.

Regards, Dieter