GetProgram
Retrieve ABAP program definitions from SAP systems. Read active or inactive versions of programs to support development and maintenance workflows.
Instructions
Retrieve ABAP program definition. Supports reading active or inactive version.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| program_name | Yes | Program name (e.g., Z_MY_PROGRAM). | |
| version | No | Version to read: "active" (default) for deployed version, "inactive" for modified but not activated version. | active |