cancel
Showing results for 
Search instead for 
Did you mean: 

Transaction code to create RFC

Former Member

Hi All,

what is the Tcode to creat only RFC ? is it se37 ?

Accepted Solutions (1)

Accepted Solutions (1)

siddhesh_pathak4
Contributor
0 Kudos

Hello,

Yes it is SE37. Create FM you have option (checkbox) remote enabled.

But you should check the SDN search for this.

Edited by: Siddhesh Pathak on Mar 31, 2009 8:32 AM

Answers (6)

Answers (6)

thanga_prakash
Active Contributor
0 Kudos

Hello,

RFC connections can be established using the t.code SM59.

Regards,

Thanga Prakash

Former Member
0 Kudos

Hi,

to create RFC hope the below blog is useful.

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

Regards,

Madhav

Note: Points If Useful.

former_member307485
Active Participant
0 Kudos

Hi,

Transaction for creating FM (Function Module) is SE37.

RFC is a type of function module in SAP .

Remote Function Call (RFC) is the standard SAP interface for communication between SAP systems. The RFC calls a function to be executed in a remote system.

Goto se37, write the name of your FM and click CREATE. Enter a name for function module group and click save.

Specify the code in the Sourcec code tab, and if the code has any Input parameters , specify the same in the IMPORTING tab, and output of source code in the EXPORTG tab.

To make a FM remore-enabled ie RFC goto Attributes tab , Processing Type section and click on radio button remote enable.

Check this link for detailed way as how to create FM.

http://help.sap.com/saphelp_nw70/helpdata/EN/d1/801e9a454211d189710000e8322d00/frameset.htm

Hope this is helful.

Regards,

Divya

former_member192295
Active Contributor
0 Kudos

Hi,

Tcode Se37 is used to create functional module in SAP. By default functional module type is normal function (can't access from out side) in General tab. If you want to access from out side we need to choose function module type Remote enable option. Meanwhile we need to configure RFC technical setting through SM59 window.

For more information on RFC find below link

http://help.sap.com/saphelp_nw04/helpdata/en/6f/1bd5b6a85b11d6b28500508b5d5211/frameset.htm

I hope now clear

Shabarish_Nair
Active Contributor
0 Kudos

JFYI~~

For programming RFC, use one of the best guides available - http://www.myacrobatpdf.com/2457/rfc-programming-in-abap.html

Former Member
0 Kudos

Once FM gets created there check attributes and click remote enabled

Rajesh