GetWhereUsed
Retrieve all where-used references for any ABAP object, listing referencing objects with their types and packages. Supports classes, interfaces, tables, programs, function modules, and more.
Instructions
[read-only] Find where-used references (cross-references, usages, dependencies) for ABAP objects — classes, interfaces, tables, data elements, programs, function modules, etc. Returns list of all referencing objects with their types and packages.
Input 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) |