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 PPEWICMP_NODE_READ (Einlesen Information zu CMP Knoten) is a standard Function Module in SAP ERP and is part of the function group PPEWICMP within the package CPPEWEB.
Function Module | PPEWICMP_NODE_READ |
Short Text | Einlesen Information zu CMP Knoten |
Function Group | PPEWICMP |
Package | CPPEWEB |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IM_LANGU | TYPE | SY-LANGU | SY-LANGU | R/3-System, aktuelle Sprache |
IM_NO_DETAIL | TYPE | CHAR1 | PPET_FALSE | Gesetzt: Detailinfo zu Knoten/Varianten/Alternativen wird nicht geliefert |
IM_OBJECT_ID | TYPE | PPEWEB_OBJECT_ID | Identifikation von iPPE Objekte für PD Web UI |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
EX_ALL_PARENTS_TAB | TYPE | PPEWEB_RELATION_TAB | Für Detailinformationen zu IPPE-Beziehungen | |
EX_ALTERNATIVE_TAB | TYPE | PPEWEB_ALTERNATIVE_TAB | Für Detailinformationen zu IPPE-Alternativen | |
EX_ASSIGNMENT_DATA_TAB | TYPE | PPEWEB_CUST_NAME_TAB | Customizing Namen des iPPE für PD Web UI | |
EX_ASSIGNMENT_TAB | TYPE | PPEWEB_RELATION_TAB | Assignment-Beziehungen | |
EX_CHILDREN_TAB | TYPE | PPEWEB_RELATION_TAB | Ergibnis Relationen zu Kindern | |
EX_MSG_LOG | TYPE | BAPIRET2_T | Anwendungs-Log: Tabelle mit Messages | |
EX_NODE_DATA | TYPE | PPEWEB_NODE | Detailinformation zu IPPE-Knoten | |
EX_OBJECT_ID_DATA | TYPE | PPEWEB_OBJECT_ID_DATA | Information zu ID von IPPE Objekt | |
EX_PARENT_TAB | TYPE | PPEWEB_RELATION_TAB | Ergebnis Relationen zu Vätern | |
EX_PRTYPE_DATA_TAB | TYPE | PPEWEB_CUST_NAME_TAB | Customizing Namen des iPPE für PD Web UI | |
EX_PVSMDL_DATA_TAB | TYPE | PPEWEB_CUST_NAME_TAB | Customizing Namen des iPPE für PD Web UI | |
EX_USER_INFO_TAB | TYPE | PPEWEB_USER_INFO_TAB | Tabelle mit Informationen zu Benutzern | |
EX_VARIANT_TAB | TYPE | PPEWEB_VARIANT_TAB | Detailinformation zu IPPE-Varianten |
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.