‎2007 Sep 04 7:35 AM
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
‎2007 Sep 04 7:41 AM
you can make your function module RFC enabled.
and call this function module from other server
‎2007 Sep 04 7:42 AM
option1. write a simple RFC FM and create a simple program which will post data to another server.
Regards
Peram