DeleteTable
Delete an ABAP table from an SAP system. Includes a deletion check before removal; transport request is optional for $TMP objects.
Instructions
Delete an ABAP table from the SAP system. Includes deletion check before actual deletion. Transport request optional for $TMP objects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | Yes | Table name (e.g., Z_MY_TABLE). | |
| transport_request | No | Transport request number (e.g., E19K905635). Required for transportable objects. Optional for local objects ($TMP). |