Application Development and Automation 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: 
Read only

Read adat from SAP BW data Source

Former Member
0 Likes
647

Hi Experts,

I have data source in Sap BW,I need to read data from SAP R/3 and export excel..Anyone can help me on this .

Thanks

Kanishka

Hi Experts,

I have data source in Sap BW,I need to read data from SAP R/3 and export excel..Anyone can help me on this .

Thanks

Kanishka

2 REPLIES 2
Read only

Former Member
0 Likes
481

You can read data from another system using RFC function modules.

Create a Function module in your target system (the system that contains data to read) and set the funcion module as RFC enabled (in the attribute section) .

Now call the RFC function module from the target system specifying the option DESTINATION XXXX where XXXX is the target system set in SM59.

Best regards.

Read only

0 Likes
481

hi,

I am not aware about the RFC,can you explain more further

Thanks