debuggerSetVariableValue
Modify debugger variable values during ABAP debugging sessions to test different scenarios and fix issues.
Instructions
Sets the value of a debugger variable.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| variableName | Yes | The name of the variable. | |
| value | Yes | The new value of the variable. |