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 PPEDBHDR_READ_OBJ_BY_PGUID (Lesen der PPEOBJ-Objekte von der Datenbank nach Kantenansatzobjekt) is a standard Function Module in SAP ERP and is part of the function group PPEDBHDR within the package CPPEHDR.
Function Module | PPEDBHDR_READ_OBJ_BY_PGUID |
Short Text | Lesen der PPEOBJ-Objekte von der Datenbank nach Kantenansatzobjekt |
Function Group | PPEDBHDR |
Package | CPPEHDR |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IT_PGUID | TYPE | PPET_GUID_TAB | interne Identifikation für PVS Objekte | |
IV_ONLY_PRODVER | TYPE | C | SPACE | Nur Fertigungsversionseinstiege |
IV_PPETYPE | TYPE | PPEHDR-PPETYPE | SPACE | Typ des iPPE Einstiegobjektes |
IV_WITH_HEADER | TYPE | C | SPACE | Mit Einstiegsdaten |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ET_HEADER | TYPE | PPET4_V_PPEHDR_TAB | Einstiegsparametertabelle | |
ET_PPEHDR | TYPE | PPET4_PPEHDR_TAB | Header Tabelle | |
ET_PPELNK | TYPE | PPET4_PPELNK_TAB | Linktabelle | |
ET_PPEOBJ | TYPE | PPET4_PPEOBJ_TAB | Objekttabelle |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.