cancel
Showing results for 
Search instead for 
Did you mean: 

read data from Infocube in ABAP

Former Member
0 Kudos

Hi experts,

I want read data in infocube by ABAP code. Ex; I have infocube ZMM_C01. what is tablename to select data from this cube. 10points for good answer

Regards

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member187400
Active Contributor
0 Kudos

Hi hieu,

In order to read the info cube you can use this function module: RSDRI_INFOPROV_READ

This is the link in order to help you to use that function :

<a href="https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/3743%3Fpage%3Dlast%26x-order%3Ddate%26x-showcontent%3Doff">https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/3743%3Fpage%3Dlast%26x-order%3Ddate%26x-showcontent%3Doff</a>

SAP also have the demo about it:

You can open it in this program : RSDRI_INFOPROV_READ_DEMO

1. go to tcode : se38

2. type : RSDRI_INFOPROV_READ_DEMO then execute it.

Hopefully it can help you a lot.

Regards,

Niel

(Many thanks for any points you choose to assign).

Former Member
0 Kudos

Hi

/BIC/E<cubename> ,

/BIC/F<cubename>

For uncompressed F fact table and compressed E fact table

Regards

N Ganesh

Former Member
0 Kudos

You can use this Program

RSDRI_INFOPROV_READ_DEMO

Former Member
0 Kudos

Please try FM RSDRI_INFOPROV_READ.

-Saket