RuntimeListDumps
List and filter ABAP runtime dumps from SAP systems to analyze errors. Supports user filtering, pagination, and returns parsed JSON data for debugging.
Instructions
[runtime] List ABAP runtime dumps with optional user filter and paging. Returns parsed JSON payload.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | No | Optional username filter. If omitted, dumps for all users are returned. | |
| inlinecount | No | Include total count metadata. | |
| top | No | Maximum number of records to return. | |
| skip | No | Number of records to skip. | |
| orderby | No | ADT order by expression. |