DeleteFunctionGroup
Delete an ABAP function group from SAP system with a deletion check before removal. Optionally specify a transport request for non-local objects.
Instructions
Delete an ABAP function group from the SAP system. Includes deletion check before actual deletion. Transport request optional for $TMP objects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| function_group_name | Yes | FunctionGroup name (e.g., Z_MY_FUNCTIONGROUP). | |
| transport_request | No | Transport request number (e.g., E19K905635). Required for transportable objects. Optional for local objects ($TMP). |