The Function Module WB2_PREPARE_NEW_QUANTITY_CHECK (N2M: Vorbereitungen für die Prüfung, ob die neue Menge erlaubt ist) is a standard Function Module in SAP ERP and is part of the function group WB2_N2M_CHECK within the package WB2BPOSTYPMNGT.
Function Module | WB2_PREPARE_NEW_QUANTITY_CHECK |
Short Text | N2M: Vorbereitungen für die Prüfung, ob die neue Menge erlaubt ist |
Function Group | WB2_N2M_CHECK |
Package | WB2BPOSTYPMNGT |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_CHECK_SIDE | TYPE | C | 'X' | wenn initial, dann wird nicht ueberprueft, ob Trading-Kontrakt beidseitig |
I_KOMWBHI | TYPE | KOMWBHI | Trading-Kontrakt: Kommunikationsstruktur Positionsdaten | |
I_KOMWBHI_OLD | TYPE | KOMWBHI | Trading-Kontrakt: Kommunikationsstruktur Positionsdaten | |
I_KOMWBHK | TYPE | KOMWBHK | Trading-Kontrakt: Kommunikationsstruktur Kopfdaten |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_CHECKS_NECESSARY | TYPE | C | Überprüfungen müssen durchgeführt werden | |
E_CUMUL | TYPE | KOMWBCUMUL | Kumulierungsdaten der aktuellen Position | |
E_QUAN_IS_CHANGED | TYPE | C | die Menge hat sich geändert | |
E_QUAN_UNIT_IS_CHANGED | TYPE | C | die Mengeneinheit hat sich geändert |
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.