Hello Expert,
We are using Time Series Algorithm: Single Exponential Smoothing for forecasting.
For Testing purpose we used similar data set as given in help.sap.com, after calling the Stored Procedure as mentioned below line we are getting 2 results as attached above.
Our aim is to save these record in a table so that this table can be mapped with user interface.
Can someone please help me to understand how we can achieve this.
CALL _SYS_AFL.PAL_SINGLE_EXPSMOOTH(PAL_SINGLESMOOTH_DATA_TBL, #PAL_PARAMETER_TBL, ?,?);
Thanks,
Sudhir J.