cancel
Showing results for 
Search instead for 
Did you mean: 

Integrating Non SAP component with WDA

Former Member
0 Kudos

Hello,

We are having one WD application where we are getting customer related information via proxy interface. User enters the details like last name , city etc and then retrieves the customer information from non-sap system(via Proxy call).

Now we want to replace this functionality by embedding common enterprise wide used customer component. Basically, it is non-sap Java application UI and we want to use it as is.

The question is, how to embed Java application in the WD UI? and how to get the output from Java application to WD screen?

Please let me know your suggestions on this.

Thanks,

Chandra

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I am afraid that you cannot integrate this with in the WDA and sharing the context etc. You can rely on Iframe but it is also running on its won session and have no way to share context.

I would rather strict to your earlier solution of Porxy class.

In 7.02 , you may have the possibility to mash up applications using WDA page builder and wiring. Explore this, if it is fitting your requirement.