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 for updating Material Forecast values

Former Member
0 Kudos

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

Former Member
0 Kudos

Hi,

Just check these FM's

MATERIAL_FORECAST_UPDATE

MATERIAL_FORECAST_DIALOG

MATERIAL_FORECAST_DISPLAY

MATERIAL_FORECAST_PERIOD

Former Member
0 Kudos

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.