Application Development 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: 

Urgent help - Read data from a cube

Former Member
0 Kudos

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

aarthi.sap@gmail.com

1 REPLY 1

athavanraja
Active Contributor
0 Kudos

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