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 W_FRM_GET_PO_CO (Bestimmen der Bestellungen und Kundenaufträge für die Sammelbestellung) is a standard Function Module in SAP ERP and is part of the function group WFR3 within the package WFRM.
Function Module | W_FRM_GET_PO_CO |
Short Text | Bestimmen der Bestellungen und Kundenaufträge für die Sammelbestellung |
Function Group | WFR3 |
Package | WFRM |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_CREATE_SELECTION_PROTOCOL | TYPE | WFRM_FLAG | SPACE | Erzeugung internes Selektionsprotokoll |
I_SHOW_PROGRESS_INDICATOR | TYPE | WFRM_FLAG | SPACE | Anzeige SAPGUI_PROGRESS_INDICATOR |
SELECTOPTION | TYPE | WFRM_SELECTOPTION | Allgemeine Selektionsoptionen |
This function module does not define any EXPORTING parameters.
These are the CHANGING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
C_RUNTIME_DATA | TYPE | CPO_RUNTIME_DATA_TYPE | Anlegen Sammelbestellung: Daten für Laufzeitanalyse | |
T_MARC_KEY | TYPE | FRM_MARC_KEY_TAB | Tabelle mit MARC-Schlüsseln (vollständig) |
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
T_ABNNR | TYPE | WFRM_ABNNR_TAB | Range Abnehmer | |
T_EKET | LIKE | EKET | Bestellung Einteilungen | |
T_EKKO | LIKE | RM06EU | Bestellung Kopf | |
T_EKPO | LIKE | EKPO | Bestellung Position | |
T_EKPV | LIKE | BEKPV | Bsetellung Versanddaten | |
T_MATKL | TYPE | WFRM_MATKL_TAB | Range Warengruppe | |
T_MATNR | TYPE | WFRM_MATNR_TAB | Range Material | |
T_VBAK | LIKE | VBAK | Kundenauftrag Kopf | |
T_VBAP | LIKE | VBAPVB | Kundenauftrag Position | |
T_VBEP | LIKE | VBEPVB | Kundenauftrag Einteilungen | |
T_VBFA | LIKE | VBFAVB | Vertriebsbelgsfluß | |
T_VBUK | LIKE | VBUK | Kundenauftrag Kopf Status | |
T_VBUP | LIKE | VBUPVB | Kundenauftrag Position Status | |
T_WERKS | TYPE | WFRM_WERKS_TAB | Range Verteilzentren (nur 1 unterstützt) |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
AVAILABILITY_CHECK_FAILURE | Fehler bei der Verfügbarkeitsprüfung |
NO_ORDERS | Keine Beleg vorhanden |
SCHEDULING_ERROR | Fehler bei Erzeugen der Einteilungen |
SELECTION_FAILURE | Fehler bei der Datenbankselektion |