usageReferences
Find where a selected ABAP symbol or object is used in the system, returning a list grouped by package, object, and location.
Instructions
Where-used for the symbol at a cursor position, or for the whole object when no position is given. The answer is a flat list that is really a tree - one row per package, per object, and per place inside it - so it is large: a widely used class answers with hundreds of rows and over a hundred thousand characters, past the response cap. Prefer impactOf, which asks this and rolls it up; use whereUsedMethod for one method by name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| line | No | ||
| column | No |