cancel
Showing results for 
Search instead for 
Did you mean: 

Transaction Data extraction from APO

Former Member
0 Kudos

Hello Experts

We need extract data belonging to different ATP Categories (Planned Order, Production Order, Stock, Forecast etc) for a custom development. Can anyone suggest the possible approach and BAPI/FM for the same? If you have experience with similar scenario, please advise the source (like Livecache/Planning Book) etc.

Thanks in advance

Prasun

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Use the fuction module '/SAPAPO/RRP_LC_PEGID_GET_IO' to get the data from live cache. Pass the pegid to the export parameter 'it_pegarea'. Determine pegid by using the function module '/SAPAPO/DM_MATERIAL_GET_PEGID'. And remember to create a sim session using the fm /SAPAPO/RRP_SIMSESSION_CREATE. Do let me know if u have any quries.

Thanks,

Siva.

Answers (1)

Answers (1)

somnath_manna
Active Contributor
0 Kudos

Please see the [APO-Technical|https://wiki.sdn.sap.com/wiki/display/SCM/APO-Technical] page in SCM Wiki.

This should be a good source of technical information for you to proceed with transaction data extraction reporting from APO.

There are BAPIs available for different kind of order-based transaction data like Product and Planned Orders, Purchase Requisitions, Sales Orders etc. in APO. In case of time-series (DP keyfigure) data there is BAPI_PBSRVAPS_GETDETAIL2

somnath

Former Member
0 Kudos

If you want to do some reporting on the transactional data from APO SNP Aggregates. You can see the details of these aggregates in the Planning Area maintainence screen.

We can use standard extractors and these extractors can be used for BW reports.

Why do you need to extract data. Do you need to send the Live cache data to some other system?

My