‎2007 Nov 14 7:55 PM
Hi
How can i make a standard sap functional module as remote function module..
Regards
popin
‎2007 Nov 14 7:57 PM
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
‎2007 Nov 14 7:57 PM
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
‎2007 Nov 14 9:47 PM
Hi
is there anyway that i can copy the whole function pool..
Regards
abapuser
‎2007 Nov 14 9:50 PM
Yes..
GO to SE80.. pull down your Funciton Group..
In the Tree structure..
on the Function group name ...Right click > Copy...
Regards,
Naimesh Patel
‎2007 Nov 14 8:25 PM
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