2012 Jan 09 8:15 AM
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,
2012 Jan 09 8:34 AM
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
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |