createAtcRun
Run ATC checks on an ABAP object or package using a worklist ID from atcCheckVariant, returning a run result ID for worklist processing.
Instructions
STEP 2 of an ATC run. Runs ATC over an object/package and returns an object whose id is the runResultId for atcWorklists. IMPORTANT: variant here must be the worklistId returned by atcCheckVariant — NOT the check variant name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mainUrl | Yes | The ADT URI of the object/package to check (e.g. /sap/bc/adt/programs/programs/ZREPORT). Obtain it via objectStructure/findObjectPath — do not guess it from the name. | |
| variant | Yes | The worklistId returned by atcCheckVariant (a token) — NOT the check variant name. | |
| 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. | |
| maxResults | No | Max findings (maximumVerdicts). Defaults to 1000 here; set higher for large scopes. Low values truncate results and diverge from SAP GUI. |