GetProgFullCode
Retrieve complete source code for SAP ABAP programs or function groups, including all includes in tree traversal order, to analyze or modify code structure.
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 |