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

BAPI for updating Material Forecast values

Former Member
0 Likes
2,149

Hi folks,

Is there any BAPI or Function module to update the forecast values of particular material.If not, is there any alternate way to update them apart from BDC..

Hi folks,

Is there any BAPI or Function module to update the forecast values of particular material.If not, is there any alternate way to update them apart from BDC..

2 REPLIES 2
Read only

Former Member
0 Likes
1,187

Hi,

Just check these FM's

MATERIAL_FORECAST_UPDATE

MATERIAL_FORECAST_DIALOG

MATERIAL_FORECAST_DISPLAY

MATERIAL_FORECAST_PERIOD

Read only

Former Member
0 Likes
1,187

Since I confronted the same problem, just wanted to document the solution.

I solved it using BAPI_MATERIAL_SAVEREPLICA . Followed the documentation, passed only the required params. forecastparameters / forecastvalues and am able to update the forecast view corrected values.

Thanks.