UpdateProgram
Modify existing ABAP program source code by uploading new code, checking syntax, and optionally activating the updated program.
Instructions
Update source code of an existing ABAP program. Locks the program, checks new code, uploads new source code, and unlocks. Optionally activates after update. Use this to modify existing programs without re-creating metadata.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| program_name | Yes | Program name (e.g., Z_TEST_PROGRAM_001). Program must already exist. | |
| source_code | Yes | Complete ABAP program source code. | |
| activate | No | Activate program after source update. Default: false. Set to true to activate immediately, or use ActivateObject for batch activation. |