nodeContents
Retrieve contents of ABAP repository tree nodes to access development objects and manage code structure within ABAP systems.
Instructions
Retrieves the contents of a node in the ABAP repository tree.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parent_type | Yes | The type of the parent node. | |
| parent_name | No | The name of the parent node. | |
| user_name | No | The user name. | |
| parent_tech_name | No | The technical name of the parent node. | |
| rebuild_tree | No | Whether to rebuild the tree. | |
| parentnodes | No | An array of parent node IDs. |