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: 

Download table data from other Server

Former Member
0 Kudos

I just wanted to know is there any way by which we can dowload the data from some tables from Production Server while running the custom program in Development Server.

The user does not want to move the program to Production. Is there any way by which we can achive this.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hello,

Have a look at the function module RFC_READ_TABLE.

With this function module you can get data from a remote SAP system via RFC.

Of course you will need to create a little ABAP report.

Wim

1 REPLY 1

Former Member
0 Kudos

Hello,

Have a look at the function module RFC_READ_TABLE.

With this function module you can get data from a remote SAP system via RFC.

Of course you will need to create a little ABAP report.

Wim