debuggerSetVariableValue
Set a new value for a debugger variable in an ABAP session to test different conditions during code analysis.
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. |