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

Call a method from other system

Former Member
0 Likes
404

I need to call a method from other system . How to call the method .

2 REPLIES 2
Read only

Former Member
0 Likes
367

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

Read only

thomas_jung
Developer Advocate
Developer Advocate
0 Likes
367

Moderator Message: This forum is for Web Dynpro ABAP specific questions only. I am moving this question to ABAP General - although the answered you have been provided is quite correct.