GetObjectsByType
Retrieve ABAP objects of a specific type under a given node in SAP systems. Use this tool to find and list development objects by type for analysis or integration tasks.
Instructions
[read-only] Retrieves all ABAP objects of a specific type under a given node.
Input Schema
TableJSON 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 |