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_METHOD_VALID_READ (Lesen der gültigen Methodenversion) is a standard Function Module in SAP ERP and is part of the function group QPSD within the package QA.
Function Module | QPSD_METHOD_VALID_READ |
Short Text | Lesen der gültigen Methodenversion |
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 |
---|---|---|---|---|
GUELTIGAB | LIKE | QMTB-GUELTIGAB | SY-DATUM | Key date |
I_QMASTMOD | TYPE | QMASTMOD | Modus für Berechtigungsprüfung | |
KZ_NICHTFREI | LIKE | QM00-QKZ | code version to be read | |
METHODE | LIKE | QMTB-PMTNR | ||
SPRACHE | LIKE | QMTT-SPRACHE | SY-LANGU | |
WERK | LIKE | QMTB-WERKS |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
QMTB_EXP | LIKE | QMTB | selected method data record | |
QMTB_KTEXT_METH | LIKE | QMTT-KURZTEXT | Short text of selected method | |
QMTT_EXP | LIKE | QMTT | Read text segment of method |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
NO_AUTHORIZATION | keine Berechtigung für die Prüfmethode |
NO_METHOD | No method exists yet |
NO_VALID | no valid version is available |