The Function Module MASS_MARC_READ (Reads MARC, MPOP, WRPL) 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_READ |
Short Text | Reads MARC, MPOP, WRPL |
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 |
---|---|---|---|---|
IV_USE_QUERY_MARC | TYPE | FLAG | General Flag | |
IV_USE_QUERY_WRPL | TYPE | FLAG | General Flag |
This function module does not define any EXPORTING parameters.
These are the CHANGING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
OT_MARC_DATA | TYPE | MASS_MARC_TABLE | table for MARC mass maintenance |
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IT_MARC_SITE_KEYS | LIKE | PRE01 | Help structure for mass access to material | |
IT_QUERY_MARC | LIKE | RSDSWHERE | Line for WHERE clauses (dynamic selections) | |
IT_QUERY_WRPL | LIKE | RSDSWHERE | Line for WHERE clauses (dynamic selections) |
This function module does not define any Exceptions.