cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Transaction code to create RFC

Former Member
18,880

Hi All,

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

View Entire Topic
former_member307485
Active Participant
0 Likes

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