cancel
Showing results for 
Search instead for 
Did you mean: 

Proxy to DB2 scenario

Former Member
0 Kudos

HI,

Following is my scenario.

ABAP proxy to DB2 (select rows from 3 different Views)

ABAP proxy request -


> XI -


>DB2 View

ABAP Proxy response <--


XI <--


DB2 View response

Proxy will send request and depending upon the request DB2 should select the rows from 3 different view and should send selected rows back to proxy thru XI.

My questions are :

1. Is it possible to communicate with DB2 Views

2. Is it possible to hit select query on 3 different DB2 Views and get response back Proxy response.

3. Is it possible to build 3 different select structure under one datatype. And

Is it possible to get response of all 3 views in one message.

Need help ASAP.

Thanks,

Bhupesh

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member181962
Active Contributor
0 Kudos

Hi Bhupesh,

1. Is it possible to communicate with DB2 Views

Yes. using JDBC adapters

REgards,

Ravi