DeleteLocalTypes
Clears local type declarations from an ABAP class by removing the implementations include, with automatic 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
| 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 |