The Function Module CLCM_CLASS_FEATURE_ADD_DELETE (Assign Characteristics to Class / Delete Characteristics from Class) is a standard Function Module in SAP ERP and is part of the function group CLCM within the package CL.
Function Module | CLCM_CLASS_FEATURE_ADD_DELETE |
Short Text | Assign Characteristics to Class / Delete Characteristics from Class |
Function Group | CLCM |
Package | CL |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CHANGE_NUMBER | LIKE | KSML-AENNR | Change number | |
CLASSNAME | LIKE | KLAH-CLASS | Class name / class number | |
CLASSTYPE | LIKE | KLAH-KLART | Class type |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ERROR | LIKE | SY-BINPT | Error (message logged) |
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 |
---|---|---|---|---|
TCABN_O | LIKE | CLA_CH_CHG | Characteristics: overwritten data | |
TCAWNT_O | LIKE | CLA_CH_VDS | Value descriptions: overwritten | |
TCAWN_O | LIKE | CLA_CH_VAL | Values: overwritten | |
TFEATURES | LIKE | CLMERK | Characteristics |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
CLASS_INVALID_CHANGE | Change class without commit work first |
NO_RETAIL_CLASS | No processing of R/3 Retail classes |