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

Change/update material forecast values.

Former Member
0 Likes
1,756

Hello, I need help in finding a way to change material forecast values using bapi or other FM.

The same as transaction mm02->forecasting->forecasting values->save.

Thanks.

Hi,

You can use BAPI_MATERIAL_SAVEDATA.

Importing parameters forecastparameters and forecastparametersx are for forecasting view.

Hope it helps.

Sujay

3 REPLIES 3
Read only

Former Member
0 Likes
1,016

Hi,

You can use BAPI_MATERIAL_SAVEDATA.

Importing parameters forecastparameters and forecastparametersx are for forecasting view.

Hope it helps.

Sujay

Read only

0 Likes
1,016

OK. thanks, now let say i want to change the forecast value for material (matnr) = 1234 in priod(ERTAG) = 01.10.2010 to the value (KPWRT) = 20. What should i do? i want to see the change in table PROW.

thank you for your help.

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
1,016
  • BAPI_MATERIAL_GET_ALL* . Value will be available in importing parameter forecastparameters

Misread your question . Solution is suggested by Sujay

Edited by: Keshav.T on Oct 14, 2010 5:48 PM