cancel
Showing results for 
Search instead for 
Did you mean: 

data download

Former Member
0 Kudos

Hi guys,

I have the doubt that is it possible to download the data in APO as like R/3 , i want to download the SNP purchase request for a product and location can anyone tell me the table or the ways?

Regards

Thamizhchelvan G

Accepted Solutions (0)

Answers (1)

Answers (1)

srinivas_krishnamoorthy
Active Contributor
0 Kudos

If you have a Planning area backup process in place, the data should be there in the Infocube. Unlike R/3, APO does not work off static tables. It works on in-memory tables which may have to be queried through a piece of code. (BAPIs as an example to read Pur Req data BAPI_POSRVAPS_GETLIST3)