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

RFC

Former Member
0 Likes
246

hi all,

Iam trying to connect my sap client (100) to another sap client (001)system, iam giving Host address in both the clients even though it showing error in connection, is it necessary to give Target host in both the clients, any body plz suggest me how to connect RFC destination.

1 REPLY 1
Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
229

Hi,

I am just wondering why do we need an RFC to call a function module from one client to another client.

As all the function modules are avaialble in all the clients as they are repository objects. So you can just goto client 001 and execute the Function module.

Else you can create an import parameter for the Function module to accept the client. And then process that clients data in the FM.

Regards,

Sesh