‎2007 Oct 25 1:12 PM
Changing Function module from RFC to normal
Hi Experts
I need to change a function module from RFC to noprmal. What should I check before changing that function module from RFC to normal?
Thanks in advance
Karuna
‎2007 Oct 25 1:17 PM
goto SE37
give the function module name
and goto attributes tab of the function module
and change the radio button from remote enabled to normal FM
‎2007 Oct 25 1:18 PM
Hi Karuna,
before making RFC to normal FM you need to make sure it has not been calling from other system. If it has been calling from different systems while executing those programs they will endup with short dump.
<b>Reward for helpful answers</b>
Satish
‎2007 Oct 25 1:18 PM
Hi,
Try this :
Go to Se37 -> Give RFC/FM name click on change button --> Click on Attributes tab --> Select Remote Enabled Module to Normal Function Module.
Thanks,
Sriram Ponna.
‎2007 Oct 25 1:20 PM
hi Karuna,
there are stricter conditions for RFC than for normal FM, so changing from RFC to normal should not cause any problem. But probably would be better to copy the RFC FM into another one and change it to normal, so yuo have both.
ec