Analysis and Test Tools: IBM Global Business Services
Analysis and Test Tools: IBM Global Business Services
Dec-2008
Objectives
The participants will be able to:
Have a basic understanding of how to analyze and test ABAP code, using:
Program Extended Syntax Check.
Runtime Analysis.
SQL Trace.
Computer Aided Test Tool (CATT).
Dec-2008
Transaction SLIN
Double click
Dec-2008
Runtime Analysis
Transaction SE30
Dec-2008
Dec-2008
Dec-2008
Dec-2008
SQL Trace
Transaction ST05
Dec-2008
Transaction SCAT
The Computer Aided
Test Tool (CATT) is
fully integrated into the
ABAP/4 Development
Workbench. It allows
you to assemble and
automate business
processes in test
procedures.
Dec-2008
Summary
The Program Extended Syntax check is the simplest and least CPU-intensive
analysis tool. It can be found from ABAP Editor by following the menu path:
Program-> Check->Extended program Check.
The Runtime Analysis Tool lets you analyze the performance of any transaction
or program created in the ABAP Workbench in more detail. An additional very
valuable function of the Runtime Analysis tool is the Tips and Tricks. This lists
coding tips and examples, which can be used to improve coding efficiency.
(Transaction SE30)
You can use the SQL Trace tool to examine the database interfaces of reports
and transactions. (Transaction ST05)
The Computer Aided Test Tool (CATT) is fully integrated into the ABAP/4
Development Workbench. It allows you to assemble and automate business
processes in test procedures.
10
Dec-2008
Demonstration
Run Extended Syntax Check for any customer program and rectify the
errors,warnings, if any.
11
Dec-2008
Practice
Run Extended Syntax Check for any customer program and rectify the
errors,warnings, if any.
12
Dec-2008
Questions
How do you measure runtime of a program?
SQL TRACE allows you to see how OPEN SQL statements get converted to
EMBEDDED SQL. True or False?
13
Dec-2008