Application Development 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: 

Remotely call non remote enabled function

Former Member
0 Kudos

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

4 REPLIES 4

Former Member
0 Kudos

Carolina,

No. It is not possible to do that.

Regards

Srini

former_member194669
Active Contributor
0 Kudos

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

Former Member
0 Kudos

Thanks for your help, guys.

rainer_hbenthal
Active Contributor
0 Kudos

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.