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

function modules

Former Member
0 Likes
587

Hi

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

Regards

popin

1 ACCEPTED SOLUTION
Read only

naimesh_patel
Active Contributor
0 Likes
561

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
Read only

naimesh_patel
Active Contributor
0 Likes
562

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

Read only

0 Likes
561

Hi

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

Regards

abapuser

Read only

0 Likes
561

Yes..

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

In the Tree structure..

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

Regards,

Naimesh Patel

Read only

Former Member
0 Likes
561

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