UpdateLocalDefinitions
Updates local definitions in an ABAP class with automatic lock management and optional activation. Supply the class name and updated source code.
Instructions
Update local definitions in an ABAP class (definitions include). Manages lock, check, update, unlock, and optional activation.
Input 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 |