cancel
Showing results for 
Search instead for 
Did you mean: 

BW/read InfoCube

Former Member
0 Kudos

Hello everybody.

I develop a BSP Applikation and I want to read Data from <b>any</b> InfoCube.

There is <b>FM</b> like "RSDRI_INFOPROV_READ" but this don't work Dynamically.

Can you help me !!

Thank's in Advance

Regards.

dav.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member188972
Active Contributor
0 Kudos

The FM is dinamically, I need to understand the parameter.

Here a brief explanation:

Input Parameters:

1. I_INFOPROV - This will hold the Name of the Info Cube from where we need the pull the data.

2. I_T_SFC - This parameter is in the format of Internal Table which holds the Character Info Objects we need to pull from the Source Cube.

3. I_T_SFK - This parameter is also in the format of Internal Table which holds the Key Figure Info Objects which we need to pull from the Source Cube.

4. I_T_RANGE - This is also in the format of Internal Table which holds the Selection criteria for which we need to pull from the Source Cube – For example the Company Code – 001 and Fiscal Year Period – 001/2006.

5. I_T_REQUID – Selection of cube data based on Request Id.

6. I_SAVE_IN_TABLE – In case you need to save the data in DB table

7. I_REFERENCE_DATE – This holds the current date.

8. I_AUTHORITY_CHECK – This will hold the value ‘R’, which is meant for READ.

9. I_DEBUG – This is for Debugging mode and holds the default value ‘Y’.

former_member181887
Active Contributor
0 Kudos

Hi Dav,

I think you will find that you can use the web services at these links:

http://help.sap.com/saphelp_nw2004s/helpdata/en/44/b7a332352056a4e10000000a1553f6/frameset.htm

http://help.sap.com/saphelp_nw2004s/helpdata/en/44/b7a332352056a4e10000000a1553f6/frameset.htm

Note that the API is also listed . You will have to use MDX for dynamic executions.

Cheers,

Mike.