Sind Sie neu in der SAP-Welt und möchten schnell mitreden? Mit diesem Buch finden Sie sich erfolgreich im SAP-Umfeld zurecht! Sie steigen direkt in die Konzepte und Technologien der SAP-Software ein und lernen die unterschiedlichen Systeme und Prozesse kennen. Schritt für Schritt zeigen die Autoren Ihnen die wichtigsten technischen Aufgaben und die Zusammenhänge zwischen den Objekten. Dank der vielen Beispiele und Abbildungen finden Sie sich schnell im SAP-Umfeld zurecht und können direkt in SAP ERP oder SAP S/4HANA anfangen.
Bei amazon.de ansehen →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 |