The Function Module MASS_VENDOR_VALIDATE_TABLE (validate fields of LFM2 for mass maintenance) is a standard Function Module in SAP ERP and is part of the function group MASS_VENDOR_UTILITIES within the package WSTRMASSMAINT.
Function Module | MASS_VENDOR_VALIDATE_TABLE |
Short Text | validate fields of LFM2 for mass maintenance |
Function Group | MASS_VENDOR_UTILITIES |
Package | WSTRMASSMAINT |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_FIELD_TO_VALIDATE | TYPE | DD03D-FIELDNAME | Field name |
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_ERROR_MESSAGES | LIKE | MASS_BALMI | Application Log: APPL_LOG_WRITE_MESSAGES interface | |
LFM2_ERROR_STYLE | TYPE | MASS_STYLE_INFO_TAB | to conserve style & color in mass maintenance screen | |
LFM2_NOT_VALID | LIKE | LFM2 | Vendor Master Record: Purchasing Data | |
LFM2_TO_VALIDATE | TYPE | MASS_LFM2_TABLE | table for LFM2 mass maintenance | |
LFM2_VALID | TYPE | MASS_LFM2_TABLE | table for LFM2 mass maintenance |
This function module does not define any Exceptions.