GetObjectInfo
Retrieve the hierarchical tree structure of ABAP objects including packages, classes, programs, and function groups. Optionally enrich nodes with description and package details.
Instructions
[read-only] Return ABAP object tree structure for packages (DEVC), classes (CLAS), programs (PROG), function groups (FUGR), and other objects. Shows root, group nodes, and terminal leaves up to maxDepth. Enrich each node with description and package via SearchObject if enrich=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| enrich | No | [read-only] Whether to add description and package via SearchObject (default true) | |
| maxDepth | No | [read-only] Maximum tree depth (default depends on type) | |
| parent_name | Yes | [read-only] Parent object name | |
| parent_type | Yes | [read-only] Parent object type (e.g. DEVC/K, CLAS/OC, PROG/P) |