Using the SAPscript Form Debugger 

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.

  1. Activate the debugger by choosing Utilities ® Activate debugger in the Form: Request screen. You can then generate printer output in dialog.
  2. A dialog box containing the default breakpoints appears.

  3. Track each call of a SAPscript function module, each INCLUDE call, and each warning in the debugger.

To switch off the debugger, choose Debugger -> Exit in the debugger window.

For more information on the debugger, see Note 19104.