Get_ATC_ResultList
Retrieve ABAP Test Cockpit results from central hub or local system. Filter by time period, creator, or contact person to find specific findings.
Instructions
Retrieve ATC (ABAP Test Cockpit) result list. Use scope=central for central hub results or scope=local for local system results. Filter by period (today/yesterday/older), createdBy, and contactPerson.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | Result scope: "central" (central ATC hub) or "local" (local system). Default: local | |
| period | No | Time period filter. today=ageMin/Max 0, yesterday=1, older=2-14 days. Default: today | |
| createdBy | No | Filter by user who created the ATC run (* = any). Default: * | |
| maxResults | No | Maximum number of results to return (default 20, max 50) | |
| contactPerson | No | Filter by contact person responsible for findings (* = any). Default: * |