Skip to content

ABAP Keyword Documentation →  ABAP Programming Guidelines →  ABAP-Specific Rules →  Checks for Correctness 

ABAP Test Cockpit

Other versions: 7.31 | 7.40 | 7.54

Background

ABAP Test Cockpit (ATC) is a framework that is integrated into ABAP Workbench; it simplifies considerably the handling of the tests required during development. ATC makes it possible to execute and display results for various tests on development objects, for example:

  • Extended program checks
  • Static performance tests
  • Module tests with ABAP Unit
  • Static usability tests
  • Package checks
  • Security Checks

Whereas Code Inspector is only integrated into the development environment by way of the standard check and can otherwise only be used by calling a separate transaction, ATC is completely integrated into Object Navigator and Transport Organizer, and is available there for tests during development. ATC allows quality managers to perform mass tests. In the ABAP Development Tools (ADT), some tests are provided only from ATC.

Rule

Configuring and Using ABAP Test Cockpit Correctly

If ABAP Test Cockpit is available in your system, make sure that an ATC run is performed on all involved development objects and that no messages are displayed before you release the objects for transport. The ATC check should be integrated directly into the transport release.

Details

ATC is a tool that can be used both by SAP developers and as part of central quality assurance management. For example, if a developer checks all development objects of a package in the development system using the same ATC configuration used by a quality manager as part of a mass run in a consolidation system, he can go ahead and correct all messages without having to wait for feedback from the quality manager.

If ATC is configured correctly, the above rule includes the previous rules for syntax warnings, extended program checks, and Code Inspector.


Notes

  • More specifically, the security checks in the extended program check can be executed and managed from ATC, which makes their integration into the transport release possible.

  • Outside of SAP, ATC is available from the following releases:

  • SAP NetWeaver AS ABAP 7.0, EhP2, Support Package 12

  • SAP NetWeaver AS ABAP 7.0, EhP3, Support Package 05

  • SAP NetWeaver AS ABAP 7.3, EhP1, Support Package 05

  • SAP NetWeaver AS ABAP 7.4, Support Package 02