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: 

RSDRI_INFOPROV_READ function module

Former Member
0 Kudos

Hi,

I have an internal table containing 3 fields ; <b>matnr</b>, l<b>ocno</b> and <b>country</b>.

I need to pass these values to the function module <b>RSDRI_INFOPROV_READ</b> to retrieve values from the<b> infocube</b> based on the entries in the internal table. How do I go about it? Please help ASAP.

1 REPLY 1

athavanraja
Active Contributor
0 Kudos

insted of this i would suggest you to use the code sample in the following weblog, which can exectue query and get the data.

so for your case, you have to create a bex query based on the required cube and use the code sample to exectue it.

/people/durairaj.athavanraja/blog/2005/12/05/execute-bw-query-using-abap-part-iii

Regards

Raja