findDefinition
Locate the declaration of a symbol in ABAP source at a given line and column, returning the object and position where it is defined.
Instructions
Where the symbol under a cursor position is defined - the F3 of ADT. Takes the source URL with a line and column, and answers with the object and position of the declaration, so it needs the source read first to count the position. To go the other way, use usageReferences or impactOf.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| line | Yes | ||
| endCol | Yes | ||
| source | Yes | ||
| startCol | Yes | ||
| mainProgram | No | ||
| implementation | No |