The Function Module W_FRM_GENERATE_PO (Anlegen von Bestellungen) is a standard Function Module in SAP ERP and is part of the function group WFR3 within the package WFRM.
Function Module | W_FRM_GENERATE_PO |
Short Text | Anlegen von Bestellungen |
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_RUNTIME_ANALYSIS | TYPE | CPO_RUNTIME_ANALYSIS | '0' | Anlegen Sammelbestellung: Laufzeitanalyse einschalten |
I_SHOW_PROGRESS_INDICATOR | TYPE | WFRM_FLAG | SPACE | Anzeige SAPGUI_PROGRESS_INDICATOR |
I_SIMULATION_MODE | TYPE | WFRM_FLAG | SPACE | Anlegen der Bestellung nur simulieren (Verarbeitung ohne POST) |
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 |
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
T_COMMLOG | TYPE | WFRM_ERROR_LOG_T | Nachrichtenprotokoll | |
T_DELETED_GEN_DELS | TYPE | WFRM_INDEX_PO_TAB | nicht berücksichtigte Einteilungen | |
T_EKET | LIKE | EKET | Bestellung Einteilungen | |
T_EKKO | LIKE | RM06EU | Bestellung Kopf | |
T_EKPO | LIKE | EKPO | Bestellung Position | |
T_EKPV | LIKE | BEKPV | Bestellung Versanddaten | |
T_GEN_DEL | TYPE | WFRM_INDEX_PO_TAB | Beschaffungsdaten | |
T_MATWERK | TYPE | WFRM_MATERIAL_PLANT_TEXT_TAB | benötigte Materialstammdaten | |
T_ORDERS | TYPE | WFRM_INDEX_TAB | Abgabedaten | |
T_VBAK | LIKE | VBAK | kundenauftrag Kopf | |
T_VBAP | LIKE | VBAPVB | Kundenauftrag Position | |
T_VBEP | LIKE | VBEPVB | Kundenauftrag Einteilungen | |
T_VBFA | LIKE | VBFAVB | Vertriebsbelegsfluß | |
T_VBUK | LIKE | VBUK | kundenauftrag Kopf Status | |
T_VBUP | LIKE | VBUPVB | kundenauftrag Position Status |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
ERROR_AT_UNIT_CONVERSION | Fehler bei der Einheitenkonvertierung |
NOTHING_TO_DO | Fehler beim Aufruf |