cancel
Showing results for 
Search instead for 
Did you mean: 

debugging script

Former Member
0 Kudos

hi,

How to debug constant window in sapscript.

If i enable debugging it is debugging only variable window.

Please suggest me.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hai Abhi ram,

Got to SE71.

Click ON Activate Debugger .

Then run U r Driver program.

Then it Will First Debug The Main Window.

And Then Variable Window .

Now Both Constant And Variable Windows Are SAME.

Even though U R CREATING IT AS CONSTANT WINDOW IT WILL INTERNALY CONVERT IT INTO VARIABLE WINDOW.

Regards.

Eshwar.

Former Member
0 Kudos

Hi,

To debug a script it is better if you do with some transaction data.

For example if you are issuing a SD delivery document for output, first activate debugger in SE71 for your layout set, then put a breakpoint the print program( In the first executatble statement).

Now issue output using tcode:VL03n(delivery document output). This will automatically take into Script debugger.

Regards,

Ashok

Answers (0)