sap_get_tree_node_children
Retrieves direct children of a tree node for efficient navigation of deep trees like SPRO. Specify node_key for subnodes or omit for root; expand the node first if needed.
Instructions
Get direct children of a tree node. Much faster than read_tree for step-by-step navigation of deep trees (e.g., SPRO).
Omit node_key or pass empty string for root-level nodes. Set expand=true to expand the node first (requires write permission).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expand | No | ||
| tree_id | Yes | ||
| node_key | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||