debuggerSetVariableValue
Update the value of a specific variable during ABAP debugging to test different scenarios or modify execution state.
Instructions
Sets the value of a debugger variable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | The new value of the variable. | |
| variableName | Yes | The name of the variable. |