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

WRAPPER IN RFC.

Former Member
0 Likes
2,157

Can anyone explain me about wrapper in RFC

HOW DO WE ENABLE FM WHICH WAS NOT ENABLED BY RFC .

THANKS IN ADVANCE.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,479

Hi Nagini.

Please check this link on how to create wrapper RFC.

Regards,

Ferry Lianto

Can anyone explain me about wrapper in RFC

HOW DO WE ENABLE FM WHICH WAS NOT ENABLED BY RFC .

THANKS IN ADVANCE.

4 REPLIES 4
Read only

Former Member
0 Likes
1,479

Hi,

IN the attributes screen of the function module check the radio button "Remote-enabled module".

This will make the FM as RFC..

Thanks,

Naren

Read only

suresh_datti
Active Contributor
0 Likes
1,479

You cannot call a function module from an extrenal system SAP or otherwise, unless it is RFC enabled.. If it is a custom function module ,you can change the its attributes and check the Processing type as RFC enabled using Tcode SE37. If it is std function, you will have to create an RFc wrapper.. which is just another function module created in se37 with the RFC setting enabled. The std function will be called inside this wrapper.. in effect, you will be able to invoke the std function module from an external system via the wrapper..

~Suresh

Read only

Former Member
0 Likes
1,480

Hi Nagini.

Please check this link on how to create wrapper RFC.

Regards,

Ferry Lianto

Read only

Former Member
0 Likes
1,479

THANKS..