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: 

reading data from an info cube in one client using a program in a different

Former Member
0 Kudos

hi experts

Can anyone give sample code that can read data from a Cube in a different client given the name of the cube and the name of the RFC Connection.

eg i want to read data using a program in QAS(300) and the cube is 'ZGR_PUB2' in DEV(001) and the name of the RFC is DEVCLNT001_FM.

Any suggestions are welcome

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Create an RFC destination, that point to the client from which you want to read the data and than use FM RSDRI_INFOPROV_READ_RFC and pass the name of the created RFC destination to read the data of the InfoCube.

1 REPLY 1

Former Member
0 Kudos

Create an RFC destination, that point to the client from which you want to read the data and than use FM RSDRI_INFOPROV_READ_RFC and pass the name of the created RFC destination to read the data of the InfoCube.