renameEvaluate
Analyzes rename refactoring in ABAP code to identify impacts before execution, ensuring code integrity and preventing errors in SAP systems.
Instructions
Evaluates a rename refactoring.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | Yes | The URI of the object to rename. | |
| line | Yes | The line number. | |
| startColumn | Yes | The starting column. | |
| endColumn | Yes | The ending column. |