GetIncludesList
Recursively list all include files within an ABAP program or include. Optionally returns structured JSON with metadata and raw XML.
Instructions
[read-only] Recursively discover and list ALL include files within an ABAP program or include.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_name | Yes | Name of the ABAP program or include | |
| object_type | Yes | [read-only] ADT object type of the parent. Only these four values are supported: 'PROG/P' (program), 'PROG/I' (include), 'FUGR' (function group), 'CLAS/OC' (class). Any other value is rejected by the schema. | |
| 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. |