Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Fetch data from an info cube?

Former Member
0 Likes
681

Hi, how can I fetch data from an info cube in BI? Or are there any other methods to get data from BI?

Thanks!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
645

Hi Rune Johansen,

Use below FM...

RSDRI_INFOPROV_READ

About The FM from SAP help..

The function module RSDRI_INFOPROV_READ reads data from the InfoProvider whose technical name is specified in I_INFOPROV. Supported InfoProviders are currently InfoCubes, ODS Objects and MultiProviders.

Using the parameters listed below,

restrictions can be defined for the data to be read,

return types can be determined, and

general conditions (authorization check, avoidance of program generation, and so on) can be specified.

Read the documentation of FM for more information abt parameters to be used in FM...

Also look at the program below...

RSDRI_INFOPROV_READ_DEMO which contains an example of how the function module can be used...

Hope it will solve your problem..

Thanks & Regards

ilesh 24x7

Hi, how can I fetch data from an info cube in BI? Or are there any other methods to get data from BI?

Thanks!

4 REPLIES 4
Read only

Former Member
0 Likes
645

hi,

Refer to the link.

Regards

Sumit Agarwal

Read only

Former Member
0 Likes
645

Hello Rune.

I have come across a Wiki related to InfoCube,

[SDN Wiki Code Gallery - Standard Reference - Retrieve BI authorizations from Infocube|https://www.sdn.sap.com/irj/sdn/wiki?path=/display/profile/retrieve%2bbi%2bauthorizations%2bfrom%2binfocube]

[SDN Weblog - Standard Reference - Reading InfoCube Data in Update/Transfer Rules|https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/3743] [original link is broken] [original link is broken] [original link is broken];

[SDN Weblog - Standard Reference - Data Transfer Process (DTP) - InfoCube|https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/6773] [original link is broken] [original link is broken] [original link is broken];

Hope that's usefull.

Good Luck & Regards.

Harsh Dave

Read only

Former Member
0 Likes
646

Hi Rune Johansen,

Use below FM...

RSDRI_INFOPROV_READ

About The FM from SAP help..

The function module RSDRI_INFOPROV_READ reads data from the InfoProvider whose technical name is specified in I_INFOPROV. Supported InfoProviders are currently InfoCubes, ODS Objects and MultiProviders.

Using the parameters listed below,

restrictions can be defined for the data to be read,

return types can be determined, and

general conditions (authorization check, avoidance of program generation, and so on) can be specified.

Read the documentation of FM for more information abt parameters to be used in FM...

Also look at the program below...

RSDRI_INFOPROV_READ_DEMO which contains an example of how the function module can be used...

Hope it will solve your problem..

Thanks & Regards

ilesh 24x7

Read only

Former Member
0 Likes
645

Thanks!