UpdateLocalDefinitions
Modify local definitions in ABAP classes by updating source code, managing locks, and optionally activating changes in SAP systems.
Instructions
Update local definitions in an ABAP class (definitions include). Manages lock, check, update, unlock, and optional activation.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| class_name | Yes | Parent class name (e.g., ZCL_MY_CLASS). | |
| definitions_code | Yes | Updated source code for local definitions. | |
| transport_request | No | Transport request number. | |
| activate_on_update | No | Activate parent class after updating. Default: false |