RuntimeGetDumpById
Read a specific ABAP runtime dump by its ID. Choose from payload, summary, or both response modes.
Instructions
[runtime] Read a specific ABAP runtime dump by its ID. First use RuntimeListFeeds to find dumps and get their IDs, then pass dump_id here to read the full dump content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dump_id | Yes | Full runtime dump ID (e.g. from RuntimeListFeeds). | |
| view | No | Dump view mode: default payload, summary section, or formatted long text. | default |
| response_mode | No | Controls what is returned: "payload" — full parsed dump data, "summary" — compact key facts only (title, exception, program, line, user, date…), "both" — summary + full payload. | both |