Chapter 07 - Debugging SAPScripts

You might also like

Download as ppt, pdf, or txt
Download as ppt, pdf, or txt
You are on page 1of 10

IBM Global Services

Debugging SAPScript

Debugging SAPScript | Dec-2008 © 2005 IBM Corporation


IBM Global Services

Objectives

 The Participant will be able to:


 Debug a SAPScript form

2 Debugging SAPScript | Dec-2008 © 2005 IBM Corporation


IBM Global Services

Activate Sapscript Debugger In the Form Printer


choose the form to be
debugged

Choose this
submenu

Status message
confirms that debugger
is activated

3 Debugging SAPScript | Dec-2008 © 2005 IBM Corporation


IBM Global Services

Debugging Sapscript Layout set using Print Program

Click on the OK
button

Run the Print program

Debugger is displayed

4 Debugging SAPScript | Dec-2008 © 2005 IBM Corporation


IBM Global Services

Features of SAPScript Layoutset debugger

5 Debugging SAPScript | Dec-2008 © 2005 IBM Corporation


IBM Global Services

Features of SAPscript Layoutset debugger (Contd.)

6 Debugging SAPScript | Dec-2008 © 2005 IBM Corporation


IBM Global Services

Demonstration

 Debugging a SAPScript Form.

7 Debugging SAPScript | Dec-2008 © 2005 IBM Corporation


IBM Global Services

Practice

 Debugging a SAPScript Form.

8 Debugging SAPScript | Dec-2008 © 2005 IBM Corporation


IBM Global Services

Summary

 SAPScripts can be debugged after activating the SAPScript debugger and


running the print program online.
 Similar to the ABAP/4 debugger, the following options are available in the
debugger to control the processing:
 CONTINUE - continue to the next breakpoint
 EXECUTE - execute the current function module, stop at the start of the next function
module
 SINGLE STEP - execute processing within the current function module in single steps

 EXIT DEBUGGER - deactivate the debugger and continue with the normal layout set
processing

9 Debugging SAPScript | Dec-2008 © 2005 IBM Corporation


IBM Global Services

Questions

 How is the SAPScript debugger activated ?


 What are the default break-points of the SAPScript debugger ?

10 Debugging SAPScript | Dec-2008 © 2005 IBM Corporation

You might also like