cancel
Showing results for 
Search instead for 
Did you mean: 

how to debug script?

Former Member
0 Kudos

Hi,

when I executing script it showing blank screen. even constant windows are not displaying...

how to debug script from print program?

please help me...

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Debug SAPScript

You can debug a SAPScript: Use Tools - Word Processing - Layout Set.

Enter name of layout set and then Utilities - Activate Debugger.

It is of no consequence which layout set you enter when selecting the SAPscript debugger. (Menu path: Tools-Word-processing - Forms, Utilities - Activate Debugger) The next layoutset called will invoke the debugger. This is quite handy when verifying which layoutset is being called (Verifying customizing settings).

Another way to set the SAPScript debugger is to run program RSTXDBUG.

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.

Regards,

Priyanka.

null

Former Member
0 Kudos

activate DEBUG frm SE71.

se71--->form name ->Utili->Acticvate Debug.

Regards

Prabhu