GetIncludesList
Recursively discover and list all include files within an ABAP program or include to analyze dependencies and structure.
Instructions
[read-only] Recursively discover and list ALL include files within an ABAP program or include.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_name | Yes | Name of the ABAP program or include | |
| object_type | Yes | [read-only] ADT object type (e.g. PROG/P, PROG/I, FUGR, CLAS/OC) | |
| detailed | No | [read-only] If true, returns structured JSON with metadata and raw XML. | |
| timeout | No | [read-only] Timeout in ms for each ADT request. |