DeleteFunctionModule
Remove an ABAP function module from SAP systems with deletion verification. Optionally specify a transport request for transportable objects.
Instructions
Delete an ABAP function module from the SAP system. Includes deletion check before actual deletion. Transport request optional for $TMP objects.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| function_module_name | Yes | FunctionModule name (e.g., Z_MY_FUNCTIONMODULE). | |
| transport_request | No | Transport request number (e.g., E19K905635). Required for transportable objects. Optional for local objects ($TMP). |