Hi Dinesh,
I checked the Blog and similarly wrote an abap program.
Now I get the result, but my result is summed by GLcode...
Internally in the Cube, data is stored periodwise... and I need to retreive the data exactly as in the cube...
Is the problem due to the below parameter for key figures..
b'cos g_s_sfk-aggr is eq to 'SUM'...
is there any other aggr...
CLEAR g_s_sfk.
g_s_sfk-kyfnm = '0BALANCE'.
g_s_sfk-kyfalias = '0BALANCE'.
g_s_sfk-aggr = 'SUM'
INSERT g_s_sfk INTO TABLE g_th_sfk.
Kindly help.
Thanks in advance.