findDefinition
Locate the definition of a symbol at a specified position in ABAP source code, with optional support for finding implementations.
Instructions
Find symbol definition
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| line | Yes | ||
| endCol | Yes | ||
| source | Yes | ||
| startCol | Yes | ||
| 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. | |
| mainProgram | No | ||
| implementation | No |