Saturday, August 16, 2014

Test Tools in the ABAP Workbench

This SAP article will guide you all about “Test Tools in the ABAP Workbench”.


Test Tools :- Workbench testing tools are used to test, check and verify the codes entered in the SAP system by users. The important testing tools are used in Workbench are as follows-


  1. ABAP Debugger

  2. ABAP Runtime Analysis

  3. Performance Analysis

1. ABAP Debugger: - ABAP debugger executes the programs section by section, line by line and process the programs step by step. Debugger allows user to check the processing logic of the abap program and also users can check the outcome of statement in the programs.


ABAP debugger can start by using one of the following method.


  1. Creating break point and then running the Advance Business Application Program (ABAP).

  2. ABAP program can be run directly in debugging mode.

ABAP Debugger Functions : - The important functions of debugger are as follows.


  1. It executes all the steps.

  2. It displays internal table contents.

  3. It process the programming debugging up to end of the program or next break point.

  4. It execute the program line by line code.

debug tablejpeg.0


2. ABAP Run Time Analysis :-


It is a tool used for optimize the programs. ABAP Run time analysis used to trace the performance of program and how long it takes to process ABAP code.


How to start run-time analysis SAP screen: – In SAP run-time analysis screen can be open by using one of the following method


  • By using transaction code “SE30“

  • SAP Menu Path: – SAP Menu > Tools > ABAP Workbench > Test > Runtime analysis.

 


runtime analysis 3. Performance Analysis


Performance analysis is used to check the system perform while accessing database, performing locking activities, remotely calling reports and transactions. It is also used to track files which keeps the database access, calling reports and transactions.


Performance analysis SAP screen can be start by using one of the following method.


  • Transaction code: – SAP Menu >> Tools >> ABAP Workbench >> Test >> SQL Trace

  • SAP Menu Path: – ST05

sql trace


Now, you must have got clear idea about “Test Tools in the ABAP Workbench”.


 



Test Tools in the ABAP Workbench

No comments:

Post a Comment