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

InfoCube data extraction

Former Member
0 Likes
452

Hi,

I need to extract data from info cube into internal table.

I am using the Function Module : RSDRI_INFOPROV_READ

But i am not able to extract the calculated key figures, since these fileds are not there in InfoCude.

Is there is any way that i can get the values for these fields, without doing calculations in the program.

Is there is any function module from which we can fetch these values, where we can pass QueryID?

Thanks in advance,

Hi,

I need to extract data from info cube into internal table.

I am using the Function Module : RSDRI_INFOPROV_READ

But i am not able to extract the calculated key figures, since these fileds are not there in InfoCude.

Is there is any way that i can get the values for these fields, without doing calculations in the program.

Is there is any function module from which we can fetch these values, where we can pass QueryID?

Thanks in advance,

1 REPLY 1
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
396

Is this calculated key figures an aggregated value ? if so pass

i_use_db_aggregation = 'X'

You may also have a look into [RRW3_GET_QUERY_VIEW_DATA|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f0865602-9f77-2d10-759c-fe1e0b1acb01?QuickLink=index&overridelayout=true] where the parameter t_cell_data holds the key figures returned by the query