GetStructuresList
Recursively list all embedded structures and includes within an ABAP structure, displayed as a tree. Optionally include extension append structures.
Instructions
[read-only] Recursively list the structures embedded in an ABAP structure (.INCLUDE / append), as a tree.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | [read-only] Timeout in ms for each ADT request. | |
| version | No | Version to read: "active" (default) or "inactive". | active |
| structure_name | Yes | Structure name (e.g., Z_MY_STRUCTURE). | |
| 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. |