The Function Module W_FRM_PO_CLOSE (Schließen von Bestellungen in Warenverteilungen) is a standard Function Module in SAP ERP and is part of the function group WFR12 within the package WFRM.
Function Module | W_FRM_PO_CLOSE |
Short Text | Schließen von Bestellungen in Warenverteilungen |
Function Group | WFR12 |
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_GENERATE_OPEN_DELS | TYPE | WFRM_FLAG | SPACE | Schalter: Lieferungen generieren |
I_INTERNAL_COMMIT | TYPE | WFRM_FLAG | 'X' | Schalter: COMMIT WORK intern im FB setzen |
I_NO_LOCKS | TYPE | WFRM_FLAG | SPACE | Schalter: keine Sperren intern setzen |
I_NO_UPDATE_ASSIGNM | TYPE | WFRM_FLAG | SPACE | Schalter: kein Update der Warenverteilungsbelege |
This function module does not define any EXPORTING parameters.
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 |
---|---|---|---|---|
T_DOCUMENTS | TYPE | WFRM_DOCUMENTS_TAB | Tabelle: abzuschließende Beschaffungsbelege | |
T_FRET | LIKE | FRET | Tabelle: Warenverteilungsdaten | |
T_MESSAGELOG | TYPE | WFRM_ERROR_LOG_T | Tabelle: Nachrichten | |
T_VBFS | LIKE | VBFS | Tabelle: Nachr.aus W_FRM_DELIVERY_CREATE_ASSIGNM |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
HARD_ERROR_WITH_ABORT | schwerer Fehler mit Abbruch der Transaktion |
NO_ASSIGNMENT_DATA_FOUND | keine Verteilungsdaten passend zu T_DOCUMENTS |