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

Changing Function module from RFC to normal

Former Member
0 Likes
1,498

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

4 REPLIES 4
Read only

Former Member
0 Likes
936

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

Read only

Former Member
0 Likes
936

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

Read only

Former Member
0 Likes
936

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.

Read only

JozsefSzikszai
Active Contributor
0 Likes
936

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