Pattern of SAP BAPI Function Module BAPI_BMUOM_SAVEREPLICAMULTIPLE
CALL FUNCTION 'BAPI_BMUOM_SAVEREPLICAMULTIPLE' "Replicate batch-specific material quantity units
EXPORTING
materialnumber = " bapi_bmuom_key-material Material Number
* materialdata = " bapi_bmuom_material_data Relevant attribute at material level
* materialdatax = " bapi_bmuom_material_datax Material attribute - Change parameters -
* completereplication = " bapi_bmuom_data-replicate Complete Replication
* sender = " bapi_bmuom_data-system Logical system from which the message comes
* materialnumber_evg = " bapimgvmatnr Long Material Number
* TABLES
* batchspecificuom = " bapi_bmuom_attributes Batch-Specific Units of Measure
* batchspecificuomx = " bapi_bmuom_attributesx Batch-Specific UoM - Change Parameter -
* specialfunctions = " bapi_bmuom_spec_function Special Functions
* specialfunctionsx = " bapi_bmuom_spec_functionx Special functions - change parameters -
* alternativeuom = " bapi_bmuom_alt_uom Alternative Units of Measure
* alternativeuomx = " bapi_bmuom_alt_uomx Alternative units of measure - change parameters -
* return = " bapiret2 Confirmations
. " BAPI_BMUOM_SAVEREPLICAMULTIPLE


