‎2007 Aug 27 12:57 PM
Hi Gurus,
is it possible to call a (static) method of a class from another system like an RFC function module?
Thanks in advance.
BR,
Alfons
‎2007 Aug 27 1:07 PM
Hi!
I don't think so. But you might call a function module with RFC, and in the function module you can call your method.
Regards
Tamá
‎2007 Aug 27 1:28 PM
Hello Alfons
I am not sure if it helps you yet you can use eCATT to call (static) methods on remote systems.
Create a testscript with a system container (-> contains RFC destionation to target system) and use the following pattern (e.g.):
CALLSTATIC ( CL_ABAP_CLASSDESCR , DESCRIBE_BY_NAME , DESCRIBE_BY_NAME_1 ).Regards
Uwe