The Function Module W_CPO_CREATE_PO (Anlegen Sammelbestellung: Erzeugung der Bestellungen) is a standard Function Module in SAP ERP and is part of the function group WFR3 within the package WFRM.
Function Module | W_CPO_CREATE_PO |
Short Text | Anlegen Sammelbestellung: Erzeugung der Bestellungen |
Function Group | WFR3 |
Package | WFRM |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_ASYNCHRONOUS_CALL | TYPE | FRM_FLAG | 'X' | Funktionsbaustein wurde asynchron gerufen (über ARFC) |
I_PARAMETERS | TYPE | CPO_PARAMETER_TYPE | Anlegen Sammelbestellung: Steuer- und Selektionsparameter | |
I_SHOW_PROGRESS_INDICATOR | TYPE | FRM_FLAG | SPACE | Anzeige SAPGUI_PROGRESS_INDICATOR |
I_SIMULATION_MODE | TYPE | FRM_FLAG | SPACE | Anlegen der Bestellung nur simulieren (Verarbeitung ohne COMMIT) |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_PARAMETERS | TYPE | CPO_PARAMETER_TYPE | Anlegen Sammelbestellung: Steuer- und Selektionsparameter | |
E_RUNTIME_DOC_DATA | TYPE | CPO_RUNTIME_DOC_DATA_TYPE | Anlegen Sammelbestellung: Laufzeitanalyse Datenmengen |
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CT_PROCUREMENT_DATA | TYPE | CPO_PROCUREMENT_DATA_TAB | Anlegen Sammelbestellung: Tabellentyp Beschaffungsdaten | |
CT_SELLING_DOCS | TYPE | CPO_SELLING_DOC_DATA_TAB | Anlegen Sammelbestellung: Tabellentyp Abgabebelege | |
ET_CPO_KEY | TYPE | MDS_EKKO_KEY_TAB | Nummern der erzeugten Sammelbestellungen | |
ET_MESSAGES | TYPE | FRM_MESSAGE_TAB_T | Nachrichtenprotokoll der Aufbereitung | |
ET_SELLING_KEY_PO | TYPE | MDS_EKKO_KEY_TAB | Nummern der verarbeiteten (Umlager-) Bestellungen | |
ET_SELLING_KEY_SO | TYPE | MDS_SALES_KEY_TAB | Nummern der verarbeiteten Kundenaufträge | |
IT_SUBITEMS | TYPE | CPO_SELLING_DOC_SUBITEMS_TAB | Anlegen Sammelbestellung: Abgabebelege, Unterpositionen |
This function module does not define any Exceptions.