abap_debug_vars
Surveys every variable in scope at an ABAP debugger stop, returning complex values as stubs. Filter variables by name and scope to focus on relevant data.
Instructions
Survey of every variable in scope at a debugger stop; complex values come back as abap_debug_value stubs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | Default all. | |
| filter | No | Substring match on name. | |
| stateId | Yes | From the most recent start/step/stack/frame response (12-char token; full id or a prefix of at least 8 chars also accepted). |