GetWhereUsed
Find where ABAP objects are referenced in your codebase. Retrieve usage references for classes, interfaces, programs, tables, and other ABAP objects using ADT-compatible workflow with customizable search scope.
Instructions
[read-only] Retrieve where-used references for ABAP objects via ADT usageReferences. Uses Eclipse ADT-compatible two-step workflow with optional scope customization.
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) |