Skip to Content
0
Former Member
Apr 30, 2009 at 02:51 AM

Any Other Method to Read Cube in abap ?

133 Views

I use pop method to read cube ,including following Function

BAPI_MDDATASET_CREATE_OBJECT

BAPI_MDDATASET_GET_AXIS_DATA

BAPI_MDDATASET_GET_AXIS_INFO

BAPI_MDDATASET_GET_CELL_DATA

BAPI_MDDATASET_DELETE_OBJECT.

I find it is time-consuming ,even if the return dataset is small ( for example 1000 Records).

Any one can give a tip?

-Reed Lei