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

hi reg -interface

Former Member
0 Likes
354

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
Read only

Former Member
0 Likes
334

you can make your function module RFC enabled.

and call this function module from other server

Read only

Former Member
0 Likes
334

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

Regards

Peram