findDefinition
Finds the definition of a symbol in ABAP code by specifying the source URL and cursor line and column position.
Instructions
Find symbol definition
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| line | Yes | ||
| endCol | Yes | ||
| source | Yes | ||
| startCol | Yes | ||
| mainProgram | No | ||
| implementation | No |