ABAP Test Cockpit ATC 1722572170
ABAP Test Cockpit ATC 1722572170
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.
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
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.
CONFIDENTIAL
CONFIDENTIAL
CONFIDENTIAL
CONFIDENTIAL
Now go back to ABAP editor Program > Check > ABAP Test Cockpit .
CONFIDENTIAL
CONFIDENTIAL
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:
CONFIDENTIAL