GetObjectStructureLow
Retrieve ABAP Development Tools object structures as compact JSON trees for analysis and integration purposes.
Instructions
[low-level] Retrieve ADT object structure as compact JSON tree. Returns XML response with object structure tree. Can use session_id and session_state from GetSession to maintain the same session.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_type | Yes | Object type (e.g., "CLAS/OC", "PROG/P", "DEVC/K", "DDLS/DF") | |
| object_name | Yes | Object name (e.g., "ZMY_CLASS", "ZMY_PROGRAM") | |
| 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. |