The Function Module CLCM_CHECK_KLBASIC (Check Basic Data of Class) is a standard Function Module in SAP ERP and is part of the function group CLCM within the package CL.
Function Module | CLCM_CHECK_KLBASIC |
Short Text | Check Basic Data of 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 |
---|---|---|---|---|
ACTIVITY | LIKE | RMCLM-BASISD | SPACE | Activity 0-Create, 1-Change, 2-Display |
CLASSNAME | LIKE | KLAH-CLASS | Class | |
CLASSTYPE | LIKE | KLAH-KLART | Class Type | |
KLBASIC | LIKE | KLBASD | Structure of Basic Data Fields | |
MESSAGE_COLLECT | LIKE | RMCLM-BASISD | Collect Messages in Log |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ERROR | LIKE | SY-BINPT | Indicator: Error Found | |
ERROR_MSGID | LIKE | SY-MSGID | ID of Error Message | |
ERROR_MSGNO | LIKE | SY-MSGNO | Number of Error Message | |
ERROR_MSGV1 | LIKE | SY-MSGV1 | Message Variable 1 | |
ERROR_MSGV2 | LIKE | SY-MSGV2 | Message Variable 2 | |
ERROR_MSGV3 | LIKE | SY-MSGV3 | Message Variable 3 | |
ERROR_MSGV4 | LIKE | SY-MSGV4 | Message Variable 4 | |
KLBASIC | LIKE | KLBASD | Structure of Basic Data Fields |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
CLASS_OR_CLASSTYPE | Class or Class Type Missing |