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

Remotely call non remote enabled function

Former Member
0 Likes
756

Is there a way to externally call a function module that is not marked as remote enabled?

4 REPLIES 4
Read only

Former Member
0 Likes
689

Carolina,

No. It is not possible to do that.

Regards

Srini

Read only

former_member194669
Active Contributor
0 Likes
689

Hi,

If it is SAP standard then create custom (rfc enabled) function module and call this non-rfc function module inside this custom RFC .

Or

create a custom BAPI using SWO1 and call this NON rfc function module inside

Read only

Former Member
0 Likes
689

Thanks for your help, guys.

Read only

rainer_hbenthal
Active Contributor
0 Likes
689

If it is not marked as remote capable it cant be called from remote, of course. the only way is building a wrapper of your own calling the non.remote function.