atcCheckVariant
Opens an ATC worklist for a specified check variant and returns a worklist ID token for use in creating an ATC run.
Instructions
STEP 1 of an ATC run. Opens an ATC worklist for the given check variant and RETURNS a worklistId (a token string), NOT informational text. Feed that returned worklistId into createAtcRun. Use the same check variant the SAP GUI uses, or the system default from atcCustomizing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| variant | Yes | The NAME of the ATC check variant (e.g. the one used in SAP GUI). | |
| 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. |