The Function Module CLAF_OBJECTS_OF_CLASS (Read objects for a class with classification data) is a standard Function Module in SAP ERP and is part of the function group CLAF within the package CLCL.
Function Module | CLAF_OBJECTS_OF_CLASS |
Short Text | Read objects for a class with classification data |
Function Group | CLAF |
Package | CLCL |
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 | AENR-AENNR | SPACE | Change Number |
CHANGE_SERVICE_CLF | LIKE | TCLA-AEDIEZUORD | 'X' | |
CLASS | LIKE | KLAH-CLASS | Class number (external) | |
CLASSES | LIKE | RMCLM-BASISD | SPACE | Include subordinate classes |
CLASSTEXT | LIKE | RMCLM-ANZUKZ | Include class description (default: without) | |
CLASSTYPE | LIKE | KLAH-KLART | Class type | |
FEATURES | LIKE | RMCLM-ANZUKZ | 'X' | Include characteristics (default: with) |
INHERITED_CHAR | LIKE | RMCLM-BASISD | SPACE | With inherited characteristics |
INITIAL_CHARACT | LIKE | RMCLM-BASISD | 'X' | Display initial characteristics |
KEY_DATE | LIKE | SY-DATUM | SY-DATUM | Valid from |
LANGUAGE | LIKE | SY-LANGU | SY-LANGU | Language |
NO_VALUE_DESCRIPT | LIKE | RMCLM-BASISD | Value instead of value description | |
OBJECTTABLE | LIKE | TCLA-OBTAB | SPACE | |
OBJECT_HIGH | LIKE | KSSK-OBJEK | SPACE | to object number (optional) |
OBJECT_LOW | LIKE | KSSK-OBJEK | SPACE | from object number (optional) |
UPDATE_MODE | LIKE | RMCLM-BASISD | SPACE | X - call in update, space - dialog |
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 |
---|---|---|---|---|
I_SEL_CHARACTERISTIC | LIKE | SEL_CHAR | Characteristics as additional selection criteria | |
T_CLASS | LIKE | SCLASS | Class data | |
T_NO_AUTH_CHARACT | LIKE | KLMERKS | Characteristics without organizational area authorization | |
T_OBJECTDATA | LIKE | CLOBJDAT | Classification data of object for classes | |
T_OBJECTS | LIKE | CLOBJEKTE | Objects for the class |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
INVALID_CLASS_TYPE | No authorization for class type |
NO_CLASSIFICATION | No classifications of the class are available |