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

About RFC

Former Member
0 Likes
603

Hi all,

I want to transfer data from sap to non sap throgh RFC,

pls tell me what is RFC and how we can create it

Regards.

Amit

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
582

goto Se37 create a Function module.

in the attribute tab select remote function enabled radio button.

in Sm59 create a destination, select type 3 for R/3 system

specify the ip address of the target system & save it.then click the button test connection to check the connection.

in Function module specify ur import export parameters. it must be pass by value so tick the check box.

write ur code & save it.

http://help.sap.com/saphelp_47x200/helpdata/en/22/042860488911d189490000e829fbbd/frameset.htm.

Hi all,

I want to transfer data from sap to non sap throgh RFC,

pls tell me what is RFC and how we can create it

Regards.

Amit

3 REPLIES 3
Read only

Former Member
0 Likes
583

goto Se37 create a Function module.

in the attribute tab select remote function enabled radio button.

in Sm59 create a destination, select type 3 for R/3 system

specify the ip address of the target system & save it.then click the button test connection to check the connection.

in Function module specify ur import export parameters. it must be pass by value so tick the check box.

write ur code & save it.

http://help.sap.com/saphelp_47x200/helpdata/en/22/042860488911d189490000e829fbbd/frameset.htm.

Read only

Former Member
0 Likes
582

hi,

<u><b>what is RFC</b></u>

Remote Function Call:

RFC is an SAP interface protocol. Based on CPI-C, it considerably simplifies the programming of communication processes between systems.

RFCs enable you to call and execute predefined functions in a remote system - or even in the same system.

RFCs manage the communication process, parameter transfer and error handling.

<u><b>how we can create it</b></u>

Have a look at this link.

http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCFESDE2/BCFESDE2.pdf

http://help.sap.com/saphelp_47x200/helpdata/en/22/042860488911d189490000e829fbbd/frameset.htm.

Regards

Reshma

Read only

Former Member
0 Likes
582

wats ur mail id