abap_debug_value
Drill into an ABAP variable path during debugging to view its detailed value, page through table rows, and adjust nesting depth.
Instructions
Tier-2 drill-in: render one variable path in detail, with a row window for tables.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | No | First row — tables only. Default 1. | |
| path | Yes | Variable path, e.g. LT_ITEMS[42]-MATNR. Field symbols keep their angle brackets, e.g. <LS_ITEM>. Unknown paths return empty, not NOT_FOUND. | |
| count | No | Tables only. Default 20, max 200. Page with "from". | |
| depth | No | Max nesting depth. Default 3. | |
| stateId | Yes | From the most recent start/step/stack/frame response. |