DeleteLocalDefinitions
Remove local definitions from an ABAP class by clearing the definitions include, with automatic lock/unlock and optional activation.
Instructions
Delete local definitions from an ABAP class by clearing the definitions include. Manages lock, update, unlock, and optional activation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| class_name | Yes | Parent class name (e.g., ZCL_MY_CLASS). | |
| transport_request | No | Transport request number. | |
| activate_on_delete | No | Activate parent class after deleting. Default: false |