2006 Oct 17 9:08 PM
Hi Gurus,
Can anyone tell me how to read a value from a record in the CUBE with a key (combination of fields).
Please provide if you have any custome Function Module or piece of code.
Any ideas are highly appreciated.
Thanks,
Regards,
aarthi
Hi Gurus,
Can anyone tell me how to read a value from a record in the CUBE with a key (combination of fields).
Please provide if you have any custome Function Module or piece of code.
Any ideas are highly appreciated.
Thanks,
Regards,
aarthi
2006 Oct 18 6:31 AM
you can use FM RSDRI_INFOPROV_READ to do this.
alternatively , you can create a query based on this cube and execute the query thru ABAP program and get the results back. for this check my weblog .
/people/durairaj.athavanraja/blog/2005/12/05/execute-bw-query-using-abap-part-iii
Regards
Raja