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 QPSD_SET_SELECTION (Auswahl Codegruppen) is a standard Function Module in SAP ERP and is part of the function group QPSD within the package QA.
Function Module | QPSD_SET_SELECTION |
Short Text | Auswahl Codegruppen |
Function Group | QPSD |
Package | QA |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
AUSWAHLMENGE_BIS | LIKE | RMQSE-AMENGE_BIS | ' ' | Selected set up to which should be selected |
AUSWAHLMENGE_VON | LIKE | RMQSE-AMENGE_VON | '*' | Selected set from which should be selected |
GUELTIGAB | LIKE | QPAC-GUELTIGAB | SY-DATUM | Quantities valid for this date are selected |
I_NICHTFREI | LIKE | RMQSE-AUFLOESUNG | ' ' | code version to be read |
KATALOG_BIS | LIKE | RMQSE-KATLOG_BIS | ' ' | Catalog up to which should be selected |
KATALOG_VON | LIKE | RMQSE-KATLOG_VON | '*' | Catalog from which should be selected |
KZ_AUFLOESUNG | LIKE | RMQSE-AUFLOESUNG | ' ' | Selected sets should be deleted |
KZ_BILDSCHLUESSEL | LIKE | RMQSE-BILDSCHL | ' ' | Selection screen should be displayed |
KZ_GUELTIGVERS | LIKE | RMQSE-AUFLOESUNG | ' ' | ID: only the valid version is displayed in each case |
KZ_KATALOG_ANZEIGE | LIKE | ' ' | ID : only display catalog type on selection screen | |
KZ_LEER | LIKE | RMQSE-AUFLOESUNG | ' ' | ID: empty selected set may be selected |
SPRACHE | LIKE | RMQSE-SPRACHE | SY-LANGU | Language selection |
STEUERSCHLUESSEL | LIKE | RMQSE-STEUERSCHL | 'A' | Control key |
VERSION | LIKE | QPAC-VERSIONAM | '000001' | select exactly this version |
WERKS_BIS | LIKE | RMQSE-WERKS_BIS | ' ' | Plant up to which should be selected. |
WERKS_VON | LIKE | RMQSE-WERKS_VON | '* ' | Plant from which should be selected |
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 |
---|---|---|---|---|
SELEKTIERTE_ZEILEN | LIKE | QKAT | Table with the required entries |
This function module does not define any Exceptions.