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: 

hi reg -interface

Former Member
0 Kudos

hi experts ,

i am fetching data from data and storing in a internal table .this is a function module. i have to export this another server and update in another server.

how to do this?

regards

karthik

2 REPLIES 2

Former Member
0 Kudos

you can make your function module RFC enabled.

and call this function module from other server

Former Member
0 Kudos

option1. write a simple RFC FM and create a simple program which will post data to another server.

Regards

Peram