GetObjectInfo
Return the ABAP object tree for packages, classes, programs, and function groups. Enrich nodes with descriptions and packages to explore structure and dependencies.
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) |