cancel
Showing results for 
Search instead for 
Did you mean: 

need help to create cross component navigation application

Former Member
0 Kudos

Hi All,

Can anybody give me step by step procedure to create a webdynpro application which provides navigation between any two components. I gone through the sdn pdf but i am not able to get it clearly. I am looking for your valuable reply.

Thanks in advance

Regards

Ravi

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

may be this is what you are looking for:

you are trying to nevigate from a view (say V1) which is there in component (C1) to another view say (V2) which is there in component (C2).

1. add C2 as a used component in C1.

2. open the diagram view of the window of C1.

3. embed a new view there and select the radio button "Embed Interface View of

a Component Interface".

4. here you will get the interface view of C2.

5. craete a plug connection between V1 and the required interface view.

if both the component are there in a same DC then adding the component as a used component will work fine, but if both the components are there in two different DC then you need to go for addUsedDC.

this may be somehow helpful to you.

Regards

Anirban

Former Member
0 Kudos

Hi sumit,

I got gud information but is it exactly equal to "How to Navigate Inside Web Dynpro Component Interface Views" application in SDN. There it is used "dispatcher View" concept. Can u clarify it?

Regards

Ravi

former_member186016
Active Contributor
0 Kudos

Hi,

The concept is like: Use a view just for dispatching the request from one view to another.

Just taking lines from the tutorial:

Problem: How navigation dispatching inside the target component work? To dispatch the navigation from component interface view to a view inside the same component we must fire an additional outbound plug.

Solution stated:

It dispatchs all incoming navigation requests from the inbound plug event handler of the component interface view by firing its own outbound plugs.

Hence this dispatcher view is used to get incoming navigation and redirect to view in the same component.

Hope it helps.

Regards,

Ashwani Kr Sharma

Former Member
0 Kudos

Hi Ravikumar,

have u gone through this document?

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/e8d7cd90-0201-0010-4a8c-dd22fa16ca0a">https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/e8d7cd90-0201-0010-4a8c-dd22fa16ca0a</a>

If in this u have any problems to understand ,just specify ur doubts,so we can help u.

regards

Sumit