UpdateLocalDefinitions
Update local definitions in an ABAP class, managing lock, check, update, and unlock with optional activation.
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 |