The Function Module CLVF_VB_DELETE_CLASSIFICATION (Klassifizierung: Löschen der Zuordnungen) is a standard Function Module in SAP ERP and is part of the function group CLVF within the package CLCL.
Function Module | CLVF_VB_DELETE_CLASSIFICATION |
Short Text | Klassifizierung: Löschen der Zuordnungen |
Function Group | CLVF |
Package | CLCL |
Module Type | Update Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CALLED_FROM_CU | LIKE | SY-BATCH | SPACE | Kennzeichen: Aufruf von Konfiguration |
CHANGE_SERVICE_NUMBER | LIKE | RMCLF-AENNR1 | Change number | |
DATE_OF_CHANGE | LIKE | RMCLF-DATUV1 | Change date | |
TABLE | LIKE | TCLO-OBTAB | SPACE | Table name of classifiable object |
This function module does not define any EXPORTING parameters.
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 |
---|---|---|---|---|
DELETETAB | LIKE | RMCLDEL | Table of all assignments to be deleted |
This function module does not define any Exceptions.