DeleteFunctionModule
Remove ABAP function modules from SAP systems with deletion verification. Specify function group and optional transport request for controlled deletion.
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). | |
| function_group_name | Yes | FunctionGroup name containing the function module (e.g., Z_MY_FUNCTIONGROUP). | |
| transport_request | No | Transport request number (e.g., E19K905635). Required for transportable objects. Optional for local objects ($TMP). |