DeleteFunctionModule
Delete ABAP function modules from SAP systems with a built-in verification step and optional transport request handling.
Instructions
Delete an ABAP function module from the SAP system. Includes deletion check before actual deletion. Transport request optional for $TMP objects.
Input 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). |