Application Development 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: 

function modules

Former Member
0 Kudos

Hi

How can i make a standard sap functional module as remote function module..

Regards

popin

1 ACCEPTED SOLUTION

naimesh_patel
Active Contributor
0 Kudos

You need to change them (which is not recommondaded) .. for this you need to have an access key for that FM.

Best way is to copy that FM to Z FM along with all necessary data declaration in TOP include and make necessary changes.

Regards,

Naimesh Patel

4 REPLIES 4

naimesh_patel
Active Contributor
0 Kudos

You need to change them (which is not recommondaded) .. for this you need to have an access key for that FM.

Best way is to copy that FM to Z FM along with all necessary data declaration in TOP include and make necessary changes.

Regards,

Naimesh Patel

0 Kudos

Hi

is there anyway that i can copy the whole function pool..

Regards

abapuser

0 Kudos

Yes..

GO to SE80.. pull down your Funciton Group..

In the Tree structure..

on the Function group name ...Right click > Copy...

Regards,

Naimesh Patel

Former Member
0 Kudos

Hi Popin,

In the Function Module Attributes tab you will have 3 radio buttons Normal Function Module, Remote Function Module & Update Function Module. you just need to change it from Normal to Remote. When you change to RFC you may required to change the parameter details as well.

Reward if it helps,

Satish