GetProgFullCode
Retrieve complete ABAP program or function group source code with all includes in structured order for development and debugging purposes.
Instructions
[read-only] Returns the full code for a program or function group, including all includes, in tree traversal order.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | [read-only] Technical name of the program or function group (e.g., '/CBY/MM_INVENTORY') | |
| type | Yes | [read-only] 'PROG/P' for program or 'FUGR' for function group |