DeleteLocalMacros
Remove local macros from ABAP classes to clean up code and maintain compatibility with newer ABAP versions. Handles locking, updating, and optional activation automatically.
Instructions
Delete local macros from an ABAP class by clearing the macros include. Manages lock, update, unlock, and optional activation. Note: Macros are supported in older ABAP versions but not in newer ones.
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 |