GetNodeStructureLow
Fetch node structure from ADT repository for object tree navigation and structure discovery in SAP systems. Maintain session continuity using session parameters.
Instructions
[low-level] Fetch node structure from ADT repository. Used for object tree navigation and structure discovery. Can use session_id and session_state from GetSession to maintain the same session.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parent_type | Yes | Parent object type (e.g., "CLAS/OC", "PROG/P", "DEVC/K") | |
| parent_name | Yes | Parent object name | |
| node_id | No | Optional node ID (default: "0000" for root). Use to fetch child nodes. | 0000 |
| with_short_descriptions | No | Include short descriptions in response | |
| session_id | No | Session ID from GetSession. If not provided, a new session will be created. | |
| session_state | No | Session state from GetSession (cookies, csrf_token, cookie_store). Required if session_id is provided. |