GetStructuresList
Recursively list all nested includes and append structures within an ABAP structure, returning a tree of embedded components.
Instructions
[read-only] Recursively list the structures embedded in an ABAP structure (.INCLUDE / append), as a tree.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| structure_name | Yes | Structure name (e.g., Z_MY_STRUCTURE). | |
| version | No | Version to read: "active" (default) or "inactive". | active |
| include_extensions | No | [read-only] Also find extension (append) structures via where-used (objects that `extend type <this> with …`). Default true. Set false to skip the (slower) where-used lookups and return includes only. | |
| timeout | No | [read-only] Timeout in ms for each ADT request. |