cancel
Showing results for 
Search instead for 
Did you mean: 

Debugging SAP scripts

Former Member
0 Kudos

Hi All,

I have this SAP script and the print program which get triggered from vf03 transaction. I need to check/debug the values in my sap script(text element) when the print preview option of vf03 is selected. How do i go abt this? pls help.

Accepted Solutions (1)

Accepted Solutions (1)

shaik_zia
Explorer
0 Kudos

Hi Sushma,

After entering into SE71 give ur form name and goto UTILITIES and select ACTIVE DEBUGGER.

Then go to VF03 and enter the Billing Doc Num for which u want 2 see the output and then in the menu path select ISSUE OUTPUT, then u will enter in the DEBUGGING screen,, from there i hope u can follow,,,

Regards

Shaik Zia

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Look at the below blog, you will unserstand it

/people/sudheer.junnuthula2/blog/2007/01/09/script-debugging

Regards

Sudheer

anversha_s
Active Contributor
0 Kudos

hi,

<u>DEBUG SAPScript</u>

They are two ways to debug the SAPScript.

1). Use Tools - Word Processing - Layout Set (SE71). 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.

2). 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

anver