Infocube read from ECC system through Function Module ‘RSDRI_INFOPROV_READ_RFC’
Business requirement:
Provide summarized records of BW cube in ECC server that will be used for GL data posting in ECC server.
Implementation logic in BW
Build a report program in SAP ECC server which read the data from SAP BW infocube using standard function module ‘RSDRI_INFOPROV_READ_RFC’.
ABAP Code (Logic)
Basic parameters of Function Module ‘RSDRI_INFOPROV_READ_RFC’:
I_INFOPROV: Technical name of Info cube
I_TH_SFC: Characteristics of the Info provider which to be returned in the output
I_TH_SFK: Key Figures of the Info provider which to be returned in the output
I_T_RANGE used for filtering the data of cube based on characteristics value
- Create a structure same as SAP BW cube
- Call Function Module ‘RSDRI_INFOPROV_READ_RFC’ and get data in internal table of type sap bw cube structure
- Looping a internal table to print the data of BW in program
Define structure same as infocube
Output of Report program
Hi Om,
you missed one important moment:
RSDRI_INFOPROV_READ_RFC function module needs to be called in a loop checking each time E_END_OF_DATA parameter to see if it is end of data or more data coming in next call.
Regards, Uladzislau
Hi Uladzislau,
Yes, you are correct. function module should call within loop.
Regards,
Om Ambulker
Hello friends , can you please help me , i'm trying to do this exactly but allways give me illegal input error , some help will be aprettiated . Another point is that can you please send the complete program to see how it works and use to try to make run my program too.
The requieremt is in APO , thanks so much