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

getting data from server to another server

Former Member
0 Likes
850

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

Former Member
0 Likes
822

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

Read only

0 Likes
822

hi,srinivas,

can u plz provide me sample fn-module

thanks ,

raja reddy

Read only

Former Member
0 Likes
822

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.

Read only

0 Likes
822

hi,

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

thanks ,

raja reddy

Read only

0 Likes
822

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

Read only

0 Likes
822

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

Read only

Former Member
0 Likes
822
Read only

Former Member
0 Likes
822

hiii

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

regards

twinkal