cancel
Showing results for 
Search instead for 
Did you mean: 

Field name for Demand and Stock

Former Member
0 Kudos

Hi all,

What is the Table & Field name for Demand and Stock? will this fields be common in r/3 system also.

I need to try and pick values from apo system and put them in r/3 system. is that possible?

regards

Ab

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

In APO all the data is Memory Resident (LiveCache Technology) so all the Forecasted Demand is stored in TimeSeries LiveCache Memory and not a DB Table. To extract them out of LiveCache requires us to call ABAP Functions which call C++ COM Routines internally on the LiveCache Server to Fetch this Data. If this Forecast is to be released to SNP in APO Forecast shows up in SNP Orders LiveCache as Orders of Category FA (or FB/FC as setup) which is also Memory Resident. So No DB Table in APO stores Orders or TimeSeries data unlike as in R3/ECC there are Tables.

However your Question on Transferring Forecast Data from APO to R3 is done via the Setup of a Transfer Profile and executing a DP Mass Processing Job which uses this Profile to update the Forecast as Independent Requirements in R3.

As regards to Stock ... Stock is updated only 1 way from R3 to APO via the Inventory / Stock Integration Model created in R3 via CFM1.

If this helps ... Please do award Points.

Regards,

Ambrish

Answers (1)

Answers (1)

Former Member
0 Kudos

We have CIF doing that for us, You can put Demand from APO into R/3. You wont need to do ABAP coding. It is called Transfer Profile, transfering demand from APO to R/3. regarding Supply it goes through CIF integration models.

Or else if you want report on certain fields you can take a backup of the Planning area and report them in APO BW itself.