The Function Module CLCM_CLASS_CREATE (Create Class in Background (Without Screens)) is a standard Function Module in SAP ERP and is part of the function group CLCM within the package CL.
Function Module | CLCM_CLASS_CREATE |
Short Text | Create Class in Background (Without Screens) |
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 | |
CLASSTYPE | LIKE | KLAH-KLART | Class Type | |
KLADDITIONAL | LIKE | KLZUSD | Additional data for class | |
KLBASIC | LIKE | KLBASD | Basic data for class | |
KLDOCUMENT | LIKE | KLDOKM | Document key | |
KLNORMDATA | LIKE | KLNORM | Standards data | |
WWSKZ | LIKE | RMCLM-WWSKZ | SPACE | SAP Retail Only: Type of SAP Retail Class |
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 | |
TCATCH | LIKE | SCHLAG | Keywords Table (All Languages) | |
TCAWNT_O | LIKE | CLA_CH_VDS | Value descriptions: overwritten | |
TCAWN_O | LIKE | CLA_CH_VAL | Values: overwritten | |
TFEATURES | LIKE | CLMERK | Characteristics | |
THEADER | LIKE | THEAD | Long texts: header (for SAPTEXT) | |
TKLAT | LIKE | KLKLAT | Table of descriptions for long texts | |
TLINES | LIKE | TLINE | Long texts: lines (for SAPTEXT) |
This function module does not define any Exceptions.