cancel
Showing results for 
Search instead for 
Did you mean: 

BWonHANA: Copying data from virtual provider to real-time cube via Function BI IP

Former Member
0 Kudos

Hi all.

Is it possible to copy data  planning function(BI IP) from virtual provider(takes data from the view HANA) to real-time cube?

Is there any documentation on this process(how to... or other)?

BR,

Sergey

Accepted Solutions (0)

Answers (1)

Answers (1)

roland_szajko
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Sergey

If i  understand you correctly, you have a Virtual Provider, which reads data from somewhere and you would like to write this data to an InfoCube, which also persists the data.

If that's correct the easiest way is to create a transformation between the VPROV and the target Cube and load the data with a DTP.

Alternatively you can create an abap program to read data from the virtual provider via rsdri_infoprov_read and then write the data to the target cube via rsdri_cube_write_package.

br

Roland