RunAtc
Run ABAP Test Cockpit checks on ABAP objects to identify code issues, returning prioritized findings with check name, message, and source location.
Instructions
Run ABAP Test Cockpit (ATC) checks on an ABAP object and return findings with priority, check name, message, and source location.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maxLines | No | Maximum lines to return (1-100000). Omit to request the rest; the byte cap may return fewer lines. | |
| startLine | No | 1-based line number to start from (default 1). Beyond EOF returns an empty page with hasMore=false. | |
| object_name | Yes | Name of the ABAP object to check (e.g. ZC_TEST_STATUS, ZMY_PROGRAM) | |
| object_type | Yes | Type of the ABAP object. Supported values: PROG, PROG/P, PROG/I, CLAS, CLAS/OC, INTF, INTF/OI, FUGR, FUGR/F, DDLS, DDLS/DF, DEVC, DEVC/K | |
| check_variant | No | Optional ATC check variant name (e.g. S4HANA_READINESS_2023). Omit to use the system default. | |
| maximum_verdicts | No | Maximum number of ATC findings to return (default 100) |