GetWhereUsed
Find where ABAP objects are referenced in SAP systems. Retrieve usage references for classes, interfaces, programs, tables, and other objects to analyze dependencies and impact.
Instructions
[read-only] Retrieve where-used references for ABAP objects via ADT usageReferences. Returns parsed list of referencing objects with their types and packages.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_name | Yes | Name of the ABAP object | |
| object_type | Yes | Type of the ABAP object (class, interface, program, table, etc.) | |
| enable_all_types | No | If true, searches in all available object types (Eclipse 'select all' behavior). Default: false (uses SAP default scope) |