0% found this document useful (0 votes)
11 views9 pages

ABAP Test Cockpit ATC 1722572170

Uploaded by

akshaytravel42
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views9 pages

ABAP Test Cockpit ATC 1722572170

Uploaded by

akshaytravel42
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 9

CONFIDENTIAL

ABAP Test Cockpit (ATC) is a new tool introduced by SAP that is used
to check the quality of the ABAP program. it is compatible with ABAP Code
Inspector for enabling smooth code migration.

ATC is directly integrated into the ABAP workbench and ABAP


Development Tools for Eclipse and allows the users to check their codes
from within the development environment.

Some of the key features and benefits of ATC include:

1. Extended Program Checks: ATC performs a static code analysis to identify possible
syntax errors, potential bugs, and code vulnerabilities.
2. Code Inspector Integration: ATC is based on the Code Inspector and utilizes its
checks to assess the quality and adherence to coding guidelines.
3. Check Variant Management: Developers can create and manage different check
variants based on specific requirements and project standards.
4. Custom Check Development: ATC allows developers to create their custom checks
to enforce specific coding rules.
5. Transport Check Results: The results of ATC checks can be incorporated into the
transport process, ensuring that issues are addressed before moving code to
production.
6. Centralized Check Configurations: ATC provides the ability to centrally manage
check configurations and share them across different projects and systems.

CONFIDENTIAL
CONFIDENTIAL

How to use the ATC tool?


Please follow the steps below to check the ATC tool:

Tool > ABAP Workbench > Development >


ABAP Dictionary > ABAP Editor

Next, enter the Program name and click on Display

Note: You can also create a new ABAP program.

CONFIDENTIAL
CONFIDENTIAL

Now in the ABAP Editor go to Program > Check > Extended Program
Check.

CONFIDENTIAL
CONFIDENTIAL

Next click on the Run ATC relevant check - from extended program
check option and make sure all the checkboxes under are checked.

CONFIDENTIAL
CONFIDENTIAL

Now come down to the Additional Function tab and check all the checklists.

Next, click the Run Check button.

CONFIDENTIAL
CONFIDENTIAL

The screen will show you the following report.

CONFIDENTIAL
CONFIDENTIAL

Now go back to ABAP editor Program > Check > ABAP Test Cockpit .

CONFIDENTIAL
CONFIDENTIAL

You will get to the following screen.

You will see in the above report that all the issues are listed with their priorities
(1 and 2 are high priorities and cant be ignored).

CONFIDENTIAL
CONFIDENTIAL

To get more details about any error, double-click on that error message and you
will get more details about that error below:

we have successfully checked your ABAP program using ATC tool.

CONFIDENTIAL

You might also like