cancel
Showing results for 
Search instead for 
Did you mean: 

get data from backend system

Former Member
0 Kudos

Hi all,

i have an application which is working fine for 500 client, when ever i deploy the application and click on search button im getting the data from 500 client from backend. now i need to work the same application for 599 client. when i click on search button, now i need to get the data from backend for 599 client

for 599 client rfc, input and output parameters are same as that of 500 client.

when ever i click on search i need to get data from 500 or 599, should not get both data at a time

where should write the logic that i need to get the data from 500 client only or 599 client only.

should i create context mapping,data binding at present is enough or for 599 client i need to create saparately if so how?

Thanks in advance

Thanks&Regards

charan

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

In this case you have to create diffrent destinations(Meta data and Model data) for each client .

Regards,

Trilochan

Former Member
0 Kudos

Hi amol/trilochan

Thanks for your quick replies

i have the rfc destinations for 599 client and rfc is same as that of 500 client.

when i deploy my application and click on search im getting the data from 500 client instead of that i need to get the data from 599 when i click on search

by using condition i need to get data from 500 or 599, when i click on search.

where to write this logic in view controller or componant controller, help me in doing step by step

Thanks&Regards

charan

Former Member
0 Kudos

Hi,.

Just change your destination of RFC to the client 500 and u ll get the data from that RFC for sure.No need to write any logic or so for that.

Former Member
0 Kudos

Hi swarnasign

Thanks for your quick reply

will you say step by step how to achieve that,

Thanks&regards

charan

Former Member
0 Kudos

Hi,

To get the data from the 599 client and not from the 500 client, You need to update your RFC destination with the details of the 599 client so that your application using that RFC will bring the data by calling RFC from the 599 client and not from the 500 client

Regards,

Amol