sap_read_tree
Read data from tree controls, returning node hierarchy with texts and column values. For large trees, use step-by-step navigation instead.
Instructions
Read data from a tree control (TableTreeControl, ColumnTreeControl, etc.).
Returns node hierarchy with texts and column values. For large trees (e.g., SPRO with 1000+ nodes), use sap_get_tree_node_children for step-by-step navigation instead. Use sap_search_tree_nodes to find specific nodes by text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tree_id | Yes | ||
| max_nodes | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||