cancel
Showing results for 
Search instead for 
Did you mean: 

Connect Webdynpro Java Application to Multiple SAP backend client

Former Member
0 Kudos

Hi All,

We are developing WebDynpro java application using local DC.

Project is divided in two DC.

View_DC Contains Views and validation logic

Model_DC consist of model which inturn contains various RFC.

Model_DC is declared as used dc in View_DC.

Model_DC is getting data from Client say 100 and its working fine.

Now the same application will be used by another set of users except that data should come from client say 200 or (Model_DC should connect to client 200 ) for these users.

At runtime we are able to identify to which group user belongs to, but after that we are facing problem, how to define logical system (Jcos) to connect to particular client at run time?

Thanks,

Zaid Sayed.

Accepted Solutions (1)

Accepted Solutions (1)

former_member185086
Active Contributor
0 Kudos

Hi

Using JCO api we can dynamically modified the its property , in your case just you want to pass the CLIENT , so you can pass it via parameter .

BR

Satish Kumar

Former Member
0 Kudos

Hi,

Thanks for reply.

Can you please explain how we can use Jco API dynamically to define Logical system (both model data and meta data)

Client are different that means Logical system are also different.

Is there any other way to do this like configuration instead of coding?

Thanks,

Zaid

former_member185086
Active Contributor
0 Kudos

Hi

Plz Follow this famous blog

[Dynamic Jco creation|http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/5625] [original link is broken] [original link is broken] [original link is broken];

BR

Satish Kumar

Former Member
0 Kudos

Hi All,

This is resolved using Application parameter for webdynpro java applications.(Logical system mapping)

Regards,

Zaid

Answers (0)