GetObjectInfo
Retrieves the hierarchical tree structure of ABAP objects (packages, classes, programs, etc.), showing root, groups, and leaves, with optional enrichment of descriptions and package names.
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) |