The Function Module CTMS_OBJECT_HAS_FIRST_CLASS () is a standard Function Module in SAP ERP and is part of the function group CTMS within the package CLCL.
Function Module | CTMS_OBJECT_HAS_FIRST_CLASS |
Short Text | |
Function Group | CTMS |
Package | CLCL |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CLASSTYPE | LIKE | KLAH-KLART | Class type | |
DATE_OF_CHANGE | LIKE | RMCLF-DATUV1 | SY-DATUM | Change date |
OBJECT | LIKE | KSSK-OBJEK | Object key | |
TABLE | LIKE | TCLT-OBTAB | Table of classifiable object | |
WITH_TEXT | LIKE | 'X' | X - read with class description |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CLASS | LIKE | KLAH-CLASS | Class | |
CLASSTEXT | LIKE | SWOR-KSCHL | Class description | |
CLASSTYPE | LIKE | KLAH-KLART | Class type | |
CLINT | LIKE | KLAH-CLINT | Internal class number |
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 |
---|---|
INTERNAL_ERROR | Class header no longer exists |
NO_CLASSIFICATION | No allocations |
TABLE_NOT_ALLOWED | Table not found/no standard class type |