atcCentralResult
Retrieve and inspect persisted central ATC results by display ID. Get summary and detailed findings, with options to filter by object name, limit findings, or include exemptions.
Instructions
Reads a PERSISTED central ATC result by its display id (from SATC_AC_RESULTH / the ATC Result Browser), returned COMPACT (summary + per-object findings). This is the endpoint for CENTRAL runs — atcWorklists only works for transient worklist tokens and returns empty for central display ids. Findings include itemId/index (needed for exemptions), location with line, processor and lastChangedBy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| displayId | Yes | The DISPLAY_ID of the central result (32-char hex from SATC_AC_RESULTH). | |
| connection | No | Optional: SAP connection name to use for THIS call only (overrides the active connection; see listConnections). Immune to server restarts and concurrent switches. | |
| objectName | No | Filter findings to this object name only (recommended: central results can have thousands of findings). | |
| maxFindings | No | Max findings detailed in the response (default 200). The summary always counts ALL findings; a `truncated` flag signals when detail was capped. | |
| includeExempted | No | Include exempted findings. |