cancel
Showing results for 
Search instead for 
Did you mean: 

Displaying data in the view from two different data base server

former_member182379
Contributor
0 Kudos

Hi,

We have two different database one is sap and other is non sap now, in one webdynpro view can we display the data from both the server in single view

e,g

from the webdynpro view from webpage user will send the Sales order number, now for thsi sales order all the details ref. to sales order is stored in the sap databse and ref. to same sales order the ORF, ENQUIRY detaisl we have in another non sap system so by taking both this data from the different server can we display in single webdynpro view.

regards,

zafar

Accepted Solutions (1)

Accepted Solutions (1)

ChandraMahajan
Active Contributor
0 Kudos

from the webdynpro view from webpage user will send the Sales order number, now for thsi sales order all the details ref. to sales order is stored in the sap databse and ref. to same sales order the ORF, ENQUIRY detaisl we have in another non sap system so by taking both this data from the different server can we display in single webdynpro view.

Hi,

Yes you can do that 100%. For getting data from non sap systems, you might be having interface developed with PI as middleware. in that case you can have proxy class and methods by which you will get the details. you need to write the code in the proxy generated method and get the required details by passing sales order to non sap system.

Thanks,

Chandra

Answers (1)

Answers (1)

former_member182379
Contributor
0 Kudos

k will try