‎2011 Apr 29 8:22 AM
I need to call a method from other system . How to call the method .
‎2011 Apr 29 8:39 AM
Hi,
You cant call a method of a class which is in remote system directly.
You need to create RFC function module in the remote system and call the method which you need from that FM.
And you can call this RFC FM from any system giving the correct destination.
Hope this helps!
Best Regards,
Srilatha
‎2011 Apr 29 1:08 PM