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

rfc : im unable to call a local function module

Former Member
0 Likes
520

I was trying to write a simple rfc program to make a function call locally using the destination parameter as none and its throwing some error. I dont understand the problem, because the help on rfc says that using none makes it goto the gateway and call the function module.

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
482

What is the error? If you want to call locally, simply do not give the DESTINATION keyword, call it like any other function module.

Regards,

RIch Heilman

2 REPLIES 2
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
483

What is the error? If you want to call locally, simply do not give the DESTINATION keyword, call it like any other function module.

Regards,

RIch Heilman

Read only

0 Likes
482

Ya i kind of know that but the thing is that will it also go to the gateway when i dont give any destination.