PowerConnect for SAP Solutions
Breadcrumbs

ATC - ABAP Test Cockpit Results

Data Description

The ATC event (corresponding to SAP transaction 'ATC->(Manage) Results' functionality in SAP Business Suite systems) is used to obtain ATC check results.

Potential Use Cases

This event could be used in the following scenarios:

  • To display and analyze ATC findings and Identify the precise location of errors in source code

  • Determine ATC errors/findings trend over time

  • These help to improve code quality and develop security risk-free code

Splunk Event

ATC with EVENT_SUBTYPE=” “

This event subtype contains the ATC run details.

image-20221027-090713.png


The corresponding information on the SAP system can be found on the ‘Manage Result’ screen of the ATC transaction.

image-20221027-091019.png


ATC with EVENT_SUBTYPE= ”CONTENTS”

This event subtype contains the details high-level details about the technical object having the error as well as the priority of the finding.

image-20221027-091302.png


ATC with EVENT_SUBTYPE=”CONTENTS_DETAIL”

This event subtype contains the exact code line number having the error.

image-20221027-092222.png


ATC with EVENT_SUBTYPE=”CONTENTS_TEXT”

This event subtype contains the description of the error and other related helpful information

image-20221027-092551.png


SAP Navigation

Log in to the SAP system and execute the ATC transaction code. Click on Manage Results to check the ATC results.

image-20221027-092632.png


image-20221027-091019.png