The Function Module FCOM_DELETE_RULE_CV (Regel löschen) is a standard Function Module in SAP ERP and is part of the function group FCOM_MON_UTILS within the package FCOM_MONITOR.
Function Module | FCOM_DELETE_RULE_CV |
Short Text | Regel löschen |
Function Group | FCOM_MON_UTILS |
Package | FCOM_MONITOR |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ID_MONAPPL | TYPE | FPB_MONAPPL | Monitoranwendung | |
ID_RULEID | TYPE | FPB_RULEID | Regelnummer | |
ID_UNAME | TYPE | SYUNAME | R/3-System, Anmeldename des Benutzers |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ED_SUBRC | TYPE | SYSUBRC | Rückgabewert, Rückgabewert nach ABAP-Anweisungen |
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ET_RETURN | TYPE | FPB_T_BAPIRETURN1 | Tabellentype zu BAPIRETURN1 |
This function module does not define any Exceptions.