cancel
Showing results for 
Search instead for 
Did you mean: 

Used DCs: How to navigate between views of two different Views

Former Member
0 Kudos

Hi

We have an application in which on action of button in primary view in first DC takes us to Interface view of other DC. In the interface view we have a action button on click of which we want to return back to primary view. How to go about this?

Thanks in advance

Srikant

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Srikant,

I don't think you can achieve this functionality with just two DCs (because cyclic dependency is not allowed). You may create another DC and add these two DCs as used DCs. Then expose an event in both the child DCs corresponding to the button click. Now in the parent DC create eventhandlers for the two events and fire corresponding interface views.

Hope this helps,

Best Regards,

Nibu.

Answers (2)

Answers (2)

Former Member
0 Kudos

The thread is closed as the issue was resolved

BeGanz
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hallo,

I developed a sample application and wrote a corresponding article which deals with this topic: <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/developerareas/webdynpro?rid=/library/uuid/751d003a-0b01-0010-8996-afbaa3fd5339">cross-component Navigation, Explained - How to Navigate Inside Web Dynpro Component Interface Views</a>

Regards, Bertram