Menu

SAP Function Module CLSC_SEARCH_OBJECTS

The Function Module CLSC_SEARCH_OBJECTS () is a standard Function Module in SAP ERP and is part of the function group CLSC within the package CLCL.

Technical Information

Function Module CLSC_SEARCH_OBJECTS
Short Text
Function Group CLSC
Package CLCL
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
I_CLASSTYPE LIKE TCLA-KLART Class Type
I_CTMS_DDB_LOADED TYPE CLSELBOOL SPACE
I_KEYDATE LIKE SY-DATUM SY-DATUM Key Date
I_KMAT TYPE OBJNUM
I_LANGUAGE LIKE SY-LANGU SY-LANGU Language
I_LOWER_DATE LIKE SY-DATUM Date lower limit
I_MAFID LIKE KSSK-MAFID SPACE
I_MAX_HITS LIKE CLSELINPUT-MAX_HITS 0 Maximum No.of Hits
I_NOT_VALUATED LIKE CLSELINPUT-DAR_UNB SPACE
I_NO_AUTH_CHECK TYPE CLSELBOOL SPACE No authorization check
I_OBJECTNAME LIKE KSSK-OBJEK
I_STATUS_FREE LIKE KSSK-STATU 'X'
I_STATUS_INCOMPLETE LIKE KSSK-STATU SPACE
I_STATUS_LOCKED LIKE KSSK-STATU SPACE
I_SUBCLASSES TYPE XFELD SPACE X: Suche auch in Unterklassen der Einstiegsklasse
I_TOP_CLASS_STRUC LIKE KLAH Initial Class

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_NO_STATISTICS TYPE CLSELBOOL
E_RESULT_INCOMPLETE TYPE CLSELBOOL

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
I_E_OBJECTS_TAB LIKE CLSEL_SEARCH_OBJECTS Objects Found
I_E_VALUES_TAB LIKE AUSP Values
I_R_CHARACTERISTICS_TAB LIKE CLSEL_R_ATINN
I_R_OBJECTTYPES_TAB LIKE MCLS_R_TABELLE
I_R_SUBCLASSES_TAB LIKE CLSEL_R_CLINT
I_SELECTION_CRITERIA_TAB LIKE COMW Selection Criteria

Exceptions

This function module does not define any Exceptions.