GetObjectInfo
Retrieve ABAP object tree structure for packages, classes, programs, function groups, and other objects. Shows root, groups, and leaves up to specified depth, with optional enrichment of descriptions and packages.
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 |
|---|---|---|---|
| parent_type | Yes | [read-only] Parent object type (e.g. DEVC/K, CLAS/OC, PROG/P) | |
| parent_name | Yes | [read-only] Parent object name | |
| maxDepth | No | [read-only] Maximum tree depth (default depends on type) | |
| enrich | No | [read-only] Whether to add description and package via SearchObject (default true) |