GetObjectsByType
Retrieves all ABAP objects of a given type, such as classes or tables, under a specified parent node for listing within a package or composite object.
Instructions
[read-only] Retrieves all ABAP objects of a specific type (classes, tables, programs, interfaces, etc.) under a given parent node. Useful for listing all objects of one type within a package or composite object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parent_name | Yes | [read-only] Parent object name | |
| parent_tech_name | Yes | [read-only] Parent technical name | |
| parent_type | Yes | [read-only] Parent object type | |
| node_id | Yes | [read-only] Node ID | |
| format | No | [read-only] Output format: 'raw' or 'parsed' | |
| with_short_descriptions | No | [read-only] Include short descriptions |