cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Data from/to BPC realtime direct interface

Former Member
0 Likes
242

We need to send project data to SAP BPC on HANA, whenever project is created in a non SAP application. Also need to send budget data of project whenever completed in BPC to non SAP system.

I can think of the options of moving to BW and then BW interfaces with other application to send/receive data realtime.

Is there any option that is available to connect BPC realtime with other non SAP applications based on Oracle? and data transfer between applications

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member185511
Active Participant
0 Likes

write an RFC to read which dimension data you want.

Later you can make it a BW datasource easily via function module.

Shrikant_Jadhav
Active Contributor
0 Likes

Hi Karthikeyani,

You can crate view on Oracle and access it from BW.

For retracting back, you can use BADI, to retract in to  BW and then other system.

Shrikant

Former Member
0 Likes

Thanks Shrikant.

Is this the only way to extract/retract data  to/from BPC?


Will realtime be near or in realtime

Karthi

Shrikant_Jadhav
Active Contributor
0 Likes

Hi,

We mostly use EXTRACTION BADI and OPEN HUB,.

Shrikant