sap_get_tree_node_children
Fetch direct children of a tree node to navigate deep hierarchy structures efficiently. Optionally expand the node before retrieval.
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 |
|---|---|---|---|
| tree_id | Yes | ||
| node_key | No | ||
| expand | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||