The Function Module FPM_LOTS_DE_COMPARE (Vergleich alter und neuer Einträge für TPMT_LOT_HEADER) is a standard Function Module in SAP ERP and is part of the function group FPM_LOT within the package FTPM.
Function Module | FPM_LOTS_DE_COMPARE |
Short Text | Vergleich alter und neuer Einträge für TPMT_LOT_HEADER |
Function Group | FPM_LOT |
Package | FTPM |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_TAB_LOTS_NEW | TYPE | TPMY_LOT_HEADER | Tabelle mit neuen Einträgen in TPMT_LOTS_HEADER | |
I_TAB_LOTS_OLD | TYPE | TPMY_LOT_HEADER | Tabelle mit alten Einträgen in TPMT_LOTS_HEADER |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_TAB_LOTS | TYPE | TPMY_LOT_HEADER_UPDATE | Einträge, die Datenbankaktionen erfordern |
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.