renameEvaluate
Evaluate a rename refactoring on an SAP ABAP object by specifying the URI and location. Returns validation results to confirm rename feasibility.
Instructions
Evaluates a rename refactoring.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | Yes | The URI of the object to rename. | |
| line | Yes | The line number. | |
| endColumn | Yes | The ending column. | |
| connection | No | Optional: SAP connection name to use for THIS call only (overrides the active connection; see listConnections). Immune to server restarts and concurrent switches. | |
| startColumn | Yes | The starting column. |