DeleteLocalTypes
Remove local types from an ABAP class by clearing the implementations include, handling lock management and optional activation.
Instructions
Delete local types from an ABAP class by clearing the implementations include. Manages lock, update, unlock, and optional activation.
Input Schema
TableJSON 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 |