UpdateClass
Modify existing ABAP class source code in SAP systems by providing new code, handling locking and validation, with optional activation after changes.
Instructions
Update source code of an existing ABAP class. Locks, checks, updates, unlocks, and optionally activates.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| class_name | Yes | Class name (e.g., ZCL_TEST_CLASS_001). | |
| source_code | Yes | Complete ABAP class source code. | |
| activate | No | Activate after update. Default: false. |