0% found this document useful (0 votes)
5 views

Chapter 07_Debugging SAPScripts

The document outlines the objectives and procedures for debugging SAPScript forms using the SAPScript debugger. It details the activation process, features of the debugger, and provides options for controlling processing during debugging. Additionally, it includes a demonstration and practice section to reinforce learning.

Uploaded by

Aniruddha_Ghosh
Copyright
© © All Rights Reserved
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views

Chapter 07_Debugging SAPScripts

The document outlines the objectives and procedures for debugging SAPScript forms using the SAPScript debugger. It details the activation process, features of the debugger, and provides options for controlling processing during debugging. Additionally, it includes a demonstration and practice section to reinforce learning.

Uploaded by

Aniruddha_Ghosh
Copyright
© © All Rights Reserved
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
You are on page 1/ 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