GetIncludesList
List all include files nested within an ABAP program or include recursively.
Instructions
[read-only] Recursively discover and list ALL include files within an ABAP program or include.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | [read-only] Timeout in ms for each ADT request. | |
| detailed | No | [read-only] If true, returns structured JSON with metadata and raw XML. | |
| 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) |