cancel
Showing results for 
Search instead for 
Did you mean: 

rfc for one client

Former Member
0 Kudos

hai all, iam using adaptive rfc model.I need to know if the rfc created in one clients be accessible from another client.

Thanks N Regards

Sharanya.R

Accepted Solutions (0)

Answers (2)

Answers (2)

ThatSAPGuy
Advisor
Advisor
0 Kudos

Sharanya-

The logical destination you create as part of the adaptive RFC model creation is bound to a client/user id. So you will not be able to fetch data from another client unless you

1. create another destination to the second client

2. change your destination details using the web dynpro content administrator.

Cheers-

Atul

Former Member
0 Kudos

hai atul,

how to go about with the content administrator..guide me in doin that

Thanks n Regards

Sharanya.R

ThatSAPGuy
Advisor
Advisor
0 Kudos

Sharanya-

1. Go to your app server home page: http://<host>:<port>;

2. Click on Web Dynpro

3. Click on Content Administrator and login with a user having admin rights

4. Click on Maintain JCo Destinations

5. Click on the logical system name you are using and click on the Edit button.

6. Change the backend server to the new server/client (its a simple wizard)

7. Do this change for both logical system names.

8. Test the destinations.

Cheers-

Atul

ThatSAPGuy
Advisor
Advisor
0 Kudos

Sharanya-

Was the problem resolved?

Cheers-

Atul

chintan_virani
Active Contributor
0 Kudos

Sharanya,

As far as I know RFCs are client independent but the the data is not. So lets say if you have RFC called ZRFC_GET_USERDETAILS available in client 100 of your backend the same will be available for client 200 as well.

Also if you created your model by connecting to client 100 and would want now to get data from client 200 you don't need to change anything in frontend. All you need to do change the JCo Settings in Web Dynpro Content Administrator.

I hope i got your point.

Chintan