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

General ABAP

Former Member
0 Likes
911

Can anybody tell me how to make a normal Function module to be Remote enabled Function module ?

Can anybody tell me how to make a normal Function module to be Remote enabled Function module ?

6 REPLIES 6
Read only

Former Member
0 Likes
881

Hi,

In the attributes tab of the function module..

Check the radio button "Remote enabled"

activate the Fm

Thanks

Naren

Read only

0 Likes
881

I know that... but I dont want to change the standard object.... Is there any other way of doing it without disturbing the standard object ?

Read only

0 Likes
881

Hi,

No you should not change the standard FM. But what you can do is to create a Custom FM with same Import / export / table /exception parameter as standard FM. Make this custom FM as RFC enabled. Inside this custom FM, just call the standard FM. Since you will be using same parameres in custom FM, there isn't much coding involve.

Let me know if you need any other iformation.

Regards,

RS

Read only

0 Likes
881

Well... i really appreciate the options that you people have given me.... I was actually wondering whether is there any special technique other than changing the attributes or creating a custom FM ....

Read only

0 Likes
881

No, there is not other way.

Regards,

RS

Read only

Former Member
0 Likes
881

Suresh,

In tcode SE37 --->enter FM name --> PressF6(change) -->Attributes tab

-->Click on radio button Remote-enabled module --Save

Don't forget to reward for all useful answer.