set_debugger_variable_value
Change a variable value during debugging in SAP systems via ABAP Development Tools REST API. Specify variable name and new value, optionally with system ID.
Instructions
Set a variable value during debugging
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| variable_name | Yes | Variable name to modify | |
| value | Yes | New value to set | |
| system_id | No | SAP system ID (e.g. DEV). Omit to use default system. |