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 PPEU1_PRTYPE_GET (Auswahl eines PRTYPEs) is a standard Function Module in SAP ERP and is part of the function group PPEU1 within the package CPPEGUI.
Function Module | PPEU1_PRTYPE_GET |
Short Text | Auswahl eines PRTYPEs |
Function Group | PPEU1 |
Package | CPPEGUI |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IM_API_MODE | TYPE | C | ' ' | API-Mode: bei mehr als einem mögl. PRTYPE wird der erste gewählt |
IM_CONTEXT | TYPE | PPET_CONTEXT | Kontext | |
IM_MSG_HANDLING | TYPE | PPET_MSG_OPT | 'A' | Kontrolliert das Error Handling |
IM_OTYPE1 | TYPE | PVS_OTYPE | Objekttyp der PVS | |
IM_OTYPE2 | TYPE | PVS_OTYPE | Objekttyp der PVS | |
IM_PREL_TYPE | TYPE | PPET_PREL | Steuerstruktur für PREL_TYPEs | |
IM_PXTYPE1 | TYPE | CPRTYPE-PTYPE1 | PVS-Objekttyp 1 (Knoten, Alternative,Variante) | |
IM_PXTYPE2 | TYPE | CPRTYPE-PTYPE2 | PVS-Objekttyp 2 (Knoten, Alternative,Variante) |
This function module does not define any EXPORTING parameters.
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_PRTYPE_FOUND | es wurde kein PRTYPE gefunden |
NO_PRTYPE_SELECTED | es wurde kein PRTYPE ausgewählt |