cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple WD Applications for same WD component

Former Member
0 Kudos

Hello All,

How can we generate multiple web dynpro applications for the same Web Dynpro Component?

I think one way out was to specify different interface view name for each application. But in one of the applications, I can see that 2 different applications have same interface view but have generated different URL's and have different parameters.

Kindly help me out with this issue.

Accepted Solutions (1)

Accepted Solutions (1)

uday_gubbala2
Active Contributor
0 Kudos

Hi Abhishek,

The functionality of a single Web Dynpro component can be accessed by defining multiple applications, each addressing a different interface view and/or a different inbound plug of the interface view. In order to define a Web Dynpro application, you must specify:

1) The component to be invoked

2) Which interface view of the root component will be used

3) Which inbound plug will act as the entry point for the nominated interface view (this inbound plug must be of type Startup)

Regards,

Uday

Former Member
0 Kudos

Thanks Uday!!!

Answers (0)