The Function Module VENDOR_SAVE_BACKGROUND (vendor save for background processing) is a standard Function Module in SAP ERP and is part of the function group MASS_VENDOR_UTILITIES within the package WSTRMASSMAINT.
Function Module | VENDOR_SAVE_BACKGROUND |
Short Text | vendor save for background processing |
Function Group | MASS_VENDOR_UTILITIES |
Package | WSTRMASSMAINT |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_LFA1 | TYPE | LFA1 | Vendor Master (General Section) | |
I_LFM1 | TYPE | LFM1 | Vendor master record purchasing organization data | |
OLD_MCKEY | TYPE | CHAR5 | R/2 table | |
SAVE_LFM2 | TYPE | FLAG | 'X' | Save to LFM2 table |
UPDATE_ME | TYPE | FLAG | 'X' | Update MARC/EINE if necessary |
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 |
---|---|---|---|---|
LFM2_NEW | LIKE | MASS_LFM2_D | mass maintenance structure for lfm2 data | |
LFM2_OLD | LIKE | LFM2 | Vendor Master Record: Purchasing Data | |
OUT_GT_STYLE | LIKE | MASS_STYLE_INFO_FLAT | flat structure for mas maintenance style info (for RFC use) | |
P_T_INVALID_LFM2 | LIKE | LFM2 | Vendor Master Record: Purchasing Data | |
T_ERRORS | LIKE | MASS_BALMI | Meldungsbezogene Einträge für Application Log |
This function module does not define any Exceptions.