Application Development 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: 

bapi to update mbew

former_member211992
Active Participant
0 Kudos

Dear all

i need to update the standard table MBEW , need to maintain unique price(moving avg price)  in all plants , i have used the bapi BAPI_MATERIAL_SAVEDATA..but its not working ,,what is the right bapi i need to use to modify the moving avg price  in the table MBEW

Thanks

3 REPLIES 3

Private_Member_49934
Contributor
0 Kudos

Hi Karthik,

Your are on the right track. The bapi you are using can be used to update the valuation. Check the errors and try to remove them. If want to update multiple plants at once you may try using BAPI_MATERIAL_SAVEREPLICA. And don't forget the do a commit after calling the bapi. Your data won't be saved without a commit

0 Kudos

HI kumar,

im newer to bapi , could you tell what is commit and the parameters that i have to fill in that bapi

. my task is i need to get moving avg price of a particular material  should be  same in all plants ,,based on valuation type .,

Thanks

0 Kudos

Hi,

There is lot more information available on net regarding bapi's.. You are using correct bapi. also read the documentation of the bapi to get information.

Regards,

Nagaraj