GetWhereUsed
Find all ABAP objects that reference or depend on a given object, such as classes, interfaces, tables, or programs. Answers where an object is used or called.
Instructions
[read-only] Search where-used references — find all objects that reference or depend on a given ABAP object. Answers: "where is X used", "who calls X", "what depends on X", "show usages of X". Supports classes, interfaces, tables, data elements, programs, function modules, etc. Returns referencing objects with 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) |