The Function Module SEO_CLIF_COMPONENTS_EXIST (Determine Existence of Components of an Object Type) is a standard Function Module in SAP ERP and is part of the function group SEOY within the package SEO.
Function Module | SEO_CLIF_COMPONENTS_EXIST |
Short Text | Determine Existence of Components of an Object Type |
Function Group | SEOY |
Package | SEO |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CLASS_INTERFACE_ID | LIKE | VSEOCLIF-CLSNAME |
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 |
---|---|---|---|---|
CLIF_COMPONENTS | LIKE | SEOCOMPO | ||
COMPS_DOUBLE | LIKE | SEOCOMPO | ||
COMPS_EXIST | LIKE | SEOCOMPO | ||
COMPS_NONEXIST | LIKE | SEOCOMPO |
This function module does not define any Exceptions.