The Function Module BAPI_MATVAL_PRICE_CHANGE (Material Price Change) is a standard Function Module in SAP ERP and is part of the function group CKMLSENDPRICE within the package CO_ML_SENDPRICE.
Function Module | BAPI_MATVAL_PRICE_CHANGE |
Short Text | Material Price Change |
Function Group | CKMLSENDPRICE |
Package | CO_ML_SENDPRICE |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
MATERIAL | TYPE | BAPI_MATVAL_KEY-MATERIAL | Material Number | |
PRICEDATE | TYPE | BAPI_MATVAL_PRICEDATE | Price Change Date | |
VALUATIONAREA | TYPE | BAPI_MATVAL_KEY-VAL_AREA | Valuation Area | |
VALUATIONTYPE | TYPE | BAPI_MATVAL_KEY-VAL_TYPE | Valuation Type |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
PRICECHANGEDOCUMENT | TYPE | BAPI_PRICECHANGE_DOCUMENT | Material Price Change Document |
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 |
---|---|---|---|---|
PRICES | LIKE | BAPI_MATVAL_PRICES | Material Prices | |
RETURN | LIKE | BAPIRET2 | Return Parameters |
This function module does not define any Exceptions.