Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.
Bei amazon.de ansehen →The Function Module MASS_MARC_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_MARC_UTILITIES within the package WSTRMASSMAINT.
Function Module | MASS_MARC_VALIDATE_TABLE |
Short Text | validate fields of LFM2 for mass maintenance |
Function Group | MASS_MARC_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 |
---|---|---|---|---|
MARC_ERROR_MESSAGES | LIKE | MASS_BALMI | Application Log: APPL_LOG_WRITE_MESSAGES interface | |
MARC_NOT_VALID | TYPE | MASS_MARC_TABLE | Vendor Master Record: Purchasing Data | |
MARC_TO_VALIDATE | TYPE | MASS_MARC_TABLE | table for MARC mass maintenance | |
MARC_VALID | TYPE | MASS_MARC_TABLE | table for MARC mass maintenance | |
T130F_TABLE | LIKE | ST130F | Structure: T130F Extended to Include Table Name, Field Name |
This function module does not define any Exceptions.