cancel
Showing results for 
Search instead for 
Did you mean: 

APO Tables for DP forecast Data

Former Member
0 Kudos

Hi All,

I am working in VMI scenario. An IDOC of type PROACT carries the

forecast data for DP.

I need to fetch the dates for which the Forecast data is already existing in the database.

Can some one name the tables where the forecast data is stored.

Regards,

Ashish

Accepted Solutions (1)

Accepted Solutions (1)

srinivas_krishnamoorthy
Active Contributor
0 Kudos

DP Forecast data are not stored in static database tables. You can always use BAPI_PBSRVAPS_GETDETAIL2 to do this interrogation to Live Cache. A developer cna code this BAPI in user-friendly format to be able to look at FOrecast data.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Ashish,

If your Planning Area has a an export datasource that is connected to a remote cube, you can also access the contents of the Planning area using function module RSDRI_INFOPROV_READ. This uses the InfoProvider interface. There's a version of the function module that is RFC enabled as well.