RuntimeGetDumpById
Retrieve and analyze a specific ABAP runtime dump by its ID, returning a parsed JSON payload with key facts like exception, program, and user.
Instructions
[runtime] Read a specific ABAP runtime dump by dump ID. Returns parsed JSON payload. Use response_mode="both" or "summary" to also include a compact key-facts summary (title, exception, program, line, user, date...).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view | No | Dump view mode: default payload, summary section, or formatted long text. | default |
| dump_id | Yes | Runtime dump ID (for example: 694AB694097211F1929806D06D234D38). | |
| response_mode | No | Controls what is returned: "payload" (default, legacy) — full parsed dump data only, "summary" — compact key facts only (title, exception, program, line, user, date...), "both" — summary + full payload. | payload |