Wenn der Standard nicht ausreicht: Mit diesem Buch lernen Sie, IDocs selbstständig zu programmieren und zu erweitern. Die Autorin beschreibt Customizing-Techniken, die Erweiterung der Standardbausteine und komplette Eigenentwicklungen. Ob Rückmeldungen von Statuswerten, E-Mail-Workflows oder Serialisierung – für alle Aufgaben finden Sie Anleitungen und Tipps aus der Programmierpraxis. Neu in dieser Auflage: Überwachung und Fehlerbehandlung mit dem SAP Application Interface Framework.
Bei amazon.de ansehen →The Function Module C_PDM_IPPE_NODE_CREATE (Instantiieren einer Instanz der ABAP-Klasse CL_PDM_IPPE_NODE) is a standard Function Module in SAP ERP and is part of the function group CPDMDATACOLLECTORIPPE within the package C_PDM_BROWSER_IPPE.
Function Module | C_PDM_IPPE_NODE_CREATE |
Short Text | Instantiieren einer Instanz der ABAP-Klasse CL_PDM_IPPE_NODE |
Function Group | CPDMDATACOLLECTORIPPE |
Package | C_PDM_BROWSER_IPPE |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
PNGUID | TYPE | PVS_PNGUID | Interne Nummer des iPPE-Knotens | |
RFCDEST | TYPE | PDM_TREE-RFCDEST | logische Destination (Wird bei Funktionsaufruf angegeben) | |
VALIDFROM | TYPE | SYST-DATUM | SYST-DATUM | Datum und Zeit, aktuelles (Applikationsserver-)Datum |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IPPE_NODE_DATA | LIKE | PDM_IPPENODE | iPPE Knoten im Produktstrukturbrowser |
These are the CHANGING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
C_LOGSYS | TYPE | PDM_FIELDCATALOG-LOGSYS | Logisches System |
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
FILTER_DEF | LIKE | FILTERDEF | Operative Filtereinträge für den Produktstrukturbrowser |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
EXCL_BY_FILTER | Der iPPE Knoten wird durch den Filter ausgeschlossen |
NOT_EXIST | Der iPPE Knoten existiert nicht |