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

RFC

Former Member
0 Likes
431

Hi,

I have to make ZRFC (se37). By calling three standards function module.

Can any one provide me document to resolve my issue.

Thanks in Advance,

Mehul Shah.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
415

Hi,

Create one FM and check the option Remote Enabled on attributes tab .

and for RFC's refer below sites:

http://www.sapmaterial.com/RFCmaterial.html

RFC (Remote Function Call) is similar to the general SAP fun module: except that in the attributes you click the radio button: RFC enabled;

and you will be passing an Import parameter DESTINATION to it.

Other code and usage will be similar to any fun module;

Have a look at any fun module in SE37 to understand better about the different components of Fun modules;

Refer this link:

http://help.sap.com/saphelp_nw04/helpdata/en/22/042518488911d189490000e829fbbd/frameset.htm

check out the following link it might help you

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

3 REPLIES 3
Read only

Former Member
0 Likes
415

Will you please elaborate your issue .

To make any function module as RFC function module all you have to do is while creating function module ; you need to select option Remote Enabled on attributes tab .

Regards

Sunanda

Read only

Former Member
0 Likes
416

Hi,

Create one FM and check the option Remote Enabled on attributes tab .

and for RFC's refer below sites:

http://www.sapmaterial.com/RFCmaterial.html

RFC (Remote Function Call) is similar to the general SAP fun module: except that in the attributes you click the radio button: RFC enabled;

and you will be passing an Import parameter DESTINATION to it.

Other code and usage will be similar to any fun module;

Have a look at any fun module in SE37 to understand better about the different components of Fun modules;

Refer this link:

http://help.sap.com/saphelp_nw04/helpdata/en/22/042518488911d189490000e829fbbd/frameset.htm

check out the following link it might help you

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

Read only

Former Member
0 Likes
415

To create Zrfc,goto se37

first create the function group ,and then function module and provide the function group name which u have created before

and provide the short description for the function module.

-->then select the Remote enable button.

regards,

vineela.