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
679

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
659

Hi amit,

Defination:

RFC(Remote Function Call) is a remote function module. This function module is used to transfer data from sap to non sap environment.This enable you to call and execute predefined functions in a remote system or even in the same system.

Create RFC:

Go to SE37 Transcation code enter name of new function module ,which u want to craete and make this function module RFC enabled in attribut list . Specify proper import and export parameter and write down the source code .

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
659

Hi namit,

RFC is nothing but remote function call.

You need to know the lots of things if you want to transfer data from SAP to Non SAP system such as ALE, IDOC etc.

Post your email ID and I will send you some material on this.

Reward points if useful.

Regards,

Atish

Read only

Former Member
0 Likes
659

hi,

pls dont create duplicate post. ur question is answered in the other thread.

Rgds

Reshma

Read only

Former Member
0 Likes
660

Hi amit,

Defination:

RFC(Remote Function Call) is a remote function module. This function module is used to transfer data from sap to non sap environment.This enable you to call and execute predefined functions in a remote system or even in the same system.

Create RFC:

Go to SE37 Transcation code enter name of new function module ,which u want to craete and make this function module RFC enabled in attribut list . Specify proper import and export parameter and write down the source code .