2005 Nov 25 10:45 AM
Hi
This is probably a dumb question, but here goes. Is it possible to call a method with a RFC destination ?
Thanks
Jill
2005 Nov 25 10:58 AM
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
2005 Nov 25 10:47 AM
2005 Nov 25 10:58 AM
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
2005 Nov 25 11:04 AM
Hi
It is not possible by doing directly with the method..
You can use FM..
Regards,
Abdul
2021 Apr 07 8:24 AM
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
2021 Apr 27 3:29 PM
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