Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.
Bei amazon.de ansehen →The Function Module QPSD_CODEGROUP_SELECTION (Auswahl Codegruppen und Codes) is a standard Function Module in SAP ERP and is part of the function group QPSD within the package QA.
Function Module | QPSD_CODEGROUP_SELECTION |
Short Text | Auswahl Codegruppen und Codes |
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 |
---|---|---|---|---|
CODEGRUPPE_BIS | LIKE | RMQSE-GRUPPE_BIS | ' ' | Code group up to which should be select |
CODEGRUPPE_VON | LIKE | RMQSE-GRUPPE_VON | '*' | Code group from which should be selected |
CODE_BIS | LIKE | QPCD-CODE | Code up to which should be selected | |
CODE_VON | LIKE | QPCD-CODE | Code from which should be selected | |
GUELTIGAB | LIKE | QPAC-GUELTIGAB | Groups valid for this date are selected | |
I_NICHTFREI | LIKE | RMQSE-AUFLOESUNG | ' ' | |
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_BILDSCHLUESSEL | LIKE | RMQSE-BILDSCHL | ' ' | ID: selection screen should be processed in the foreground |
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 code group may be selected |
KZ_SPRACHE_ALT | LIKE | RMQSE-KZSPRALT | ' ' | alternative language allowed |
SPRACHE | LIKE | RMQSE-SPRACHE | SY-LANGU | Language selection |
STEUERSCHLUESSEL | LIKE | RMQSE-STEUERSCHL | 'A' | Control key |
VERSION | LIKE | QPAC-VERSIONAM | ' ' | only this version 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.