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 PPEUILOAD_CREATE_WITH_PROFIL (Anlegen iPPE-Objekt mit Profil) is a standard Function Module in SAP ERP and is part of the function group PPEUILOAD within the package CPPEGUI.
Function Module | PPEUILOAD_CREATE_WITH_PROFIL |
Short Text | Anlegen iPPE-Objekt mit Profil |
Function Group | PPEUILOAD |
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_MSG_OPT | TYPE | PPET_MSG_OPT | 'A' | Nachrichten-Handling im iPPE |
IM_PROFIL_ID | TYPE | PVS_PROFIL_ID | Nummer des iPPE-Benutzungsprofils |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
EX_ACCESS_OBJ_TAB | TYPE | PPED0_ACCESS_OBJ_TAB | Ladbare / sichtbare Objekte der iPPE-Workbench | |
EX_CLASS | TYPE | PPET_CLASS-CLASS | Klasse | |
EX_EX_OBJ_ID | TYPE | PPET_APPL_EX_OBJ_ID | ID-Satz eines externen Objektes | |
EX_KLART | TYPE | PPET_CLASS-KLART | Klassenart | |
EX_PALTID | TYPE | PPET_PALTID_LI | ID-Satz einer iPPE-Alternative | |
EX_PNODID | TYPE | PPET_PNODID_LI | ID-Satz eines iPPE-Knotens | |
EX_POSVID | TYPE | PPET_POSVID_LI | ID-Satz einer iPPE-Variante |
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 |
---|---|
CREATE_ERROR | Fehler beim Anlegen eines iPPE-Objektes |