Show TOC

Using the SAPscript Form DebuggerLocate this document in the navigation structure

Procedure

Errors in the print program or the form that occur when printing in dialog mode (not when printing in background mode or in the update task) can often be identified quite easily by using the SAPscript form debugger.

Activate the debugger by calling form maintenance using transaction SE71 and choosing Start of the navigation path Utilities Next navigation step Activate Debugger End of the navigation path. You can then generate the print output in dialog.

A dialog box containing the default breakpoints appears. Then the debugger tracks each call of a SAPscript function module, each INCLUDE call, and each warning. To switch off the debugger, choose Start of the navigation path Debugger Next navigation step Exit End of the navigation pathin the debugger window.

Note

For more information on the debugger, see SAP Note 19104.