ABAP - Keyword Documentation →  ABAP - ABAP Release News →  News for ABAP Release 7.0 and its EhPs →  News for ABAP Release 7.0, EhP2 → 
Mail Feedback

Tools in ABAP Release 7.0, EhP2


1. ABAP Editor

2. Class Builder

3. ABAP Debugger

4. Coverage Analyzer

5. ABAP Unit

6. Runtime Analysis

7. ABAP Test Cockpit

8. Checkpoint Groups



Modification 1  

ABAP Editor

Code Completion has been added to the new ABAP front-end editor. This tool proposes appropriate ABAP words and operands for the current code location. By default, Code Completion is called using Ctrl+Space. The following units can be completed:

The proposals can be accepted as they are or as patterns with prefilled parameters.



Modification 2  

Class Builder

The <ZK>Source Code-Based Editor</> setting is used to expand the internal include programs of a class pool. This displays the entire source code of a global class like a program in ABAP Editor and it can then be edited. When saved, the modified source code is then split among the associated include programs.



Modification 3  

ABAP Debugger

The following functions have been added to the two-process debugger:





Modification 4  

Coverage Analyzer

Coverage Analyzer has been modified to include the following:

Code coverage is visualized in different colors in the new ABAP front-end editor. To measure the coverage of test runs, Coverage Analyzer has been integrated into ABAP Unit.



Modification 5  

ABAP Unit

In ABAP release 7.0, EhP2, the additions introduced for the statement CLASS ... FOR TESTING, namely RISK LEVEL and DURATION, have replaced the pseudo comments introduced in ABAP release 7.0, namely "#AU Risk_Level ... and "#AU Duration ..., used for defining the test properties of test classes.

An ABAP Unit Browser integrated into Object Navigator in ABAP Workbench allows:

For the latter item, test coverage can be measured and displayed using Coverage Analyzer.

Class CL_ABAP_UNIT_ASSERT replaces class CL_AUNIT_ASSERT. New methods are now assigned to the new class only. Existing unit tests do not have to be converted to the new class. It is recommended, however, that the new class is used only in new tests.



Modification 6  

Runtime Analysis

The runtime analysis tool has been switched to the new transaction SAT (the previous transactions were SE30 and ATRA). The new runtime analysis tool





Modification 7  

ABAP Test Cockpit

ABAP Test Cockpit (ATC) is a framework that is integrated into ABAP Workbench to execute various tests for development objects and to show the results of these. The following are some of the tests that are currently integrated:

The external release takes place in support package 12.



Modification 8  

Checkpoint Groups

A time limit now applies to activation settings for checkpoint groups. When an activation setting is saved in transaction SAAB, either a validity period (valid for the current day or week) or a validity end date must be specified. The default value (valid for the current day) is generally suitable for most applications.