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: 

getting data from server to another server

Former Member
0 Kudos

hi ,

requirement : i should create a fn-module which takes input from from one server and gets data from another server.

input parameter. = from server 1.

output = should get data from server 2.

can i any one plz help.

raja reddy.

8 REPLIES 8

Former Member
0 Kudos

Use 'destination' addition of the Function module ...

0 Kudos

hi,srinivas,

can u plz provide me sample fn-module

thanks ,

raja reddy

Former Member
0 Kudos

hi check this ...

use the destination..

CALL FUNCTION 'ZMARD_DATA'

STARTING NEW TASK g_task_name

DESTINATION IN GROUP p_grp

PERFORMING decrease_wp ON END OF TASK

EXPORTING

i_filename = task_tab-filename1

TABLES

i_matnr = r_matnr

i_werks = r_werks.

0 Kudos

hi,

i should create a function moduleeeeeeeee can u plz give one example.

thanks ,

raja reddy

0 Kudos

I hope you know how to create Function module

or else

http://help.sap.com/saphelp_nw70/helpdata/en/9f/db988735c111d1829f0000e829fbfe/content.htm

You have to make it RFC enabled and Need to Maintain the RFC destination in another server to connect and execute the function

0 Kudos

create a function module remote enabled ...and call it ..using the destination statement it will works sure i did it in one of my program

Former Member
0 Kudos

Former Member
0 Kudos

hiii

please refer to following link..it is having step by step process for getting data from another server.

regards

twinkal