Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Function module to update Moving Average price for Material?

Former Member
0 Likes
1,444

Hi guys,

is there a function module or BAPI to update the moving average price in a material master?

i have tried UPDATE_MATERIAL_PRICE but guess it does not work. I have also tried MB_UPDATE_MATERIAL_PRICE and it seems to not work. Any pointers?

3 REPLIES 3
Read only

Former Member
0 Likes
765

Use BAPI "BAPI_MATERIAL_SAVEREPLICA"

Hope it helps,

RJ

Read only

0 Likes
765

Hi,

Try with following BAPI/FM.

BAPI_COSTESTIMATE_UPDATE_PRICE

CKML_UPDATE_MATERIAL_PRICE

Thank you,

Sekhar.

Read only

Former Member
0 Likes
765

We have a need to update the moving average price using movement type 531 for a custom solution we have built for other business requirements. We have not found a way to update the moving average price yet using any of the information provided here. Can any offer any other suggestions. Looking for a BAPI, user exit, or function module that we could tap into in order to updat the moving average price. Here is what we found...

We believe that the following suggestions doNOT apply...

BAPI_MATERIAL_SAVEREPLICA is basically for updating material master records in general. It does not address the offset to the alternate accounts.

BAPI_COSTESTIMATE_UPDATE_PRICE does not adjust the moving average price.

CIML_UPDATE_MATERIAL_PRICE updates Project Stock.

Any help would be greatly appreciated.