Das Standardwerk zum Änderungs- und Transportmanagement in der 4. Auflage! In diesem Buch finden Sie alle Informationen, die Sie zum Planen, Implementieren und Warten von Systemlandschaften benötigen. Sie lernen die Grundlagen und die Bedienung aller relevanten Werkzeuge und erhalten detaillierte Anleitungen zur Änderungs- und Transportverwaltung. Diese Neuauflage berücksichtigt Neuerungen in den Bereichen SAP NetWeaver AS Java und Development Infrastructure, CTS+, SAP Solution Manager und Enhancement Packages. Bringen Sie ihr Wissen auf den neuesten Stand!
Bei amazon.de ansehen →The Function Module CLSC_SELECT_WITH_GIVEN_OBJECTS (FB veraltet. Bitte CLSC_SEARCH_OBJECTS verwenden.) is a standard Function Module in SAP ERP and is part of the function group CLSC within the package CLCL.
Function Module | CLSC_SELECT_WITH_GIVEN_OBJECTS |
Short Text | FB veraltet. Bitte CLSC_SEARCH_OBJECTS verwenden. |
Function Group | CLSC |
Package | CLCL |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IMP_DIRECTION | LIKE | SY-BATCH | SPACE | Sort in ascending or descending order |
IMP_KLAH | LIKE | KLAH | Class header data | |
IMP_LANGUAGE | LIKE | SY-LANGU | SY-LANGU | Language indicator for sorting language-dependent values |
IMP_NO_ALLOWED_VAL | LIKE | SY-BATCH | SPACE | Allowed values for chars are not regarded |
IMP_NO_MESSAGE | LIKE | SY-BATCH | SPACE | No message output |
IMP_NO_OF_ALLOC | LIKE | SY-DBCNT | Number of allocations to class performance | |
IMP_NO_OF_SORTCOLUMNS | LIKE | CLDAR-DAR_SRT_N | 5 | Number of value columns to be sorted |
IMP_OBJECT_FEATURE | LIKE | SPACE | Internal use | |
KEY_DATE | LIKE | SY-DATUM | SY-DATUM | Validity time |
NO_INITIAL_VALUES | LIKE | SY-BATCH | SPACE | Excluded objects with initial values |
OBJECTTYPE | LIKE | TCLAO-OBTAB | SPACE | Object type (for example, MARA for material, see TCLAO) |
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 |
---|---|---|---|---|
EXP_OBJECTS | LIKE | CLOBJ | Objects found | |
EXP_VALUES | LIKE | AUSP | Objects with values found | |
IMP_FEATURES | LIKE | Characteristics used in search | ||
IMP_FEATURE_NEW | LIKE | CLSELFEATURES | Characteristics adapted to the environment | |
IMP_FEATURE_VALUES_NEW | LIKE | API_VALUE | Values adapted to the environment | |
IMP_SELTAB | LIKE | COMW | Search criteria |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
NO_OBJECTS_FOUND | No objects found to match criteria |
ONE_OBJECT_FOUND | Only 1 object found |