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

Moving average price change - BAPI

Former Member
0 Likes
1,848

Hi Experts,

Could you please tell me a BAPI to change Moving average price?

I trid using BAPI_MATERIAL_SAVEDATA, but it is not possible.

Thanks ,

Chaminda

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,491

Hi,

http://help.sap.com/printdocu/core/print46c/en/data/pdf/MMIVMVAL/MMIVMVAL.pdf

or

You can change using T-code MR21 or in your new GR it will get changed.

or

If your price indicator is S you cannot change the Moving price through mr21.

you can change the same in MM02.

Thanks & regards.

Hi Experts,

Could you please tell me a BAPI to change Moving average price?

I trid using BAPI_MATERIAL_SAVEDATA, but it is not possible.

Thanks ,

Chaminda

5 REPLIES 5
Read only

Former Member
0 Likes
1,492

Hi,

http://help.sap.com/printdocu/core/print46c/en/data/pdf/MMIVMVAL/MMIVMVAL.pdf

or

You can change using T-code MR21 or in your new GR it will get changed.

or

If your price indicator is S you cannot change the Moving price through mr21.

you can change the same in MM02.

Thanks & regards.

Read only

0 Likes
1,491

Hi,

Thanks for the reply, Actually i want to do it using BAPI not manually as i'm going to use this in a Z program. Could you please tell me if there is any BAPI to do this.

Thanks,

Chaminda

Read only

Former Member
0 Likes
1,491

Hi,

Use this function module BAPI_MATVAL_PRICE_CHANGE . I hope it helps you.

Read only

0 Likes
1,491

Hi,

Thanks for the reply.

I tried 'BAPI_MATVAL_PRICE_CHANGE ' and i got a error message.

"No Customizing data for valuation area XXXX found"

Any idea about this?

Thanks,

Chaminda

Edited by: chamindakrat on Jan 12, 2012 6:10 AM

Read only

0 Likes
1,491

Hi all,

Thanks for your time and help. I have used a BDC of MR21 and used in my program.

Thanks,

Chaminda