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.
The corresponding information on the SAP system can be found on the ‘Manage Result’ screen of the ATC transaction.
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.
ATC with EVENT_SUBTYPE=”CONTENTS_DETAIL”
This event subtype contains the exact code line number having the error.
ATC with EVENT_SUBTYPE=”CONTENTS_TEXT”
This event subtype contains the description of the error and other related helpful information
SAP Navigation
Log in to the SAP system and execute the ATC transaction code. Click on Manage Results to check the ATC results.