GetObjectInfo
Retrieve hierarchical ABAP object trees from SAP systems. Analyze object structures with configurable depth and enriched metadata for development and documentation purposes.
Instructions
[read-only] Return ABAP object tree: root, group nodes, and terminal leaves up to maxDepth. Enrich each node via SearchObject if enrich=true. Group nodes are included for hierarchy. Each node has node_type: root, point, end.
Input Schema
TableJSON 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) |