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: 

Calling Method with RFC Destination

Former Member
0 Kudos

Hi

This is probably a dumb question, but here goes. Is it possible to call a method with a RFC destination ?

Thanks

Jill

1 ACCEPTED SOLUTION

former_member188685
Active Contributor
0 Kudos

hi in your method pass the Destination as importing parameter, adn then you can call rfc in side the method by giving destination.

you can do only this way.

regards

vijay

5 REPLIES 5

Former Member
0 Kudos

i dont think so

former_member188685
Active Contributor
0 Kudos

hi in your method pass the Destination as importing parameter, adn then you can call rfc in side the method by giving destination.

you can do only this way.

regards

vijay

abdul_hakim
Active Contributor
0 Kudos

Hi

It is not possible by doing directly with the method..

You can use FM..

Regards,

Abdul

0 Kudos

Hi,

if you want to call another class in another SAP system you could check the Posting Connector which is able to call function modules and class methods in other SAP systems via RFC destination. It requires some additional customizing and is generic.

It supports also to call class methods using the RFC stack from Java or .net.

Thanks,
Alfred

0 Kudos

Hello,

Its not possible to call a method with a Destination. The REMOTE FUNCTION CALL only supports Function Modules (Which are remote enabled).

Best Wishes,
Jonathan