cancel
Showing results for 
Search instead for 
Did you mean: 

Web Dynpro Navigation Links

Paulo_Vantini
Participant
0 Kudos

Hi,

 

I have two questions about web dynpro navigation.

There are other people in the community with the same doubts without receiving precise answers.

Some documentation says that exactly one navigation link can originate from one outbound plug, although this can lead

to a series of target views. The arrangement of these target views is not qualified, which means that all target views

are controlled at the same time. In contrast, an inbound plug can be controlled by several outbound plugs.

 

My first question is: Since you can create as many plugs as it is necessary for navigation, what is the purpose of having more than one or several navigation links for each plug ?

 

The second one is: If there is a reason for the question above, how to set/address the navigation paths between views choosing each of the several navigation links(attached to each plug) when firing the outbound plug method ?

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

I got the solution for your question,

1. When you want to call more then one view at the same window using one view (outbound plug) in that case we use this kind of thing.

2. you can't show two view at time on a window. If you want to do this thing then in this case use two view container and bind one view with one view container and other view with other View container. and then fire the Plug, so it will show both view at a single time on the same window.

if we don't use 2 view container. In that case first view is getting overlapped with 2nd view and final output which is shown to us is 2nd view. 


hope you got some idea.

BR

Chandra,...

Paulo_Vantini
Participant
0 Kudos

Hi Chandra, thanks for your reply!

Actually, I asked that question because I made the sample program in the prints below. When I fire the outbound plug I can see both view as you said, the default one and the other attached to the window (although I did not create two containers but just one view container for the 'added view').

But before we can close this topic, are you really sure there´s no other way that for convenience reasons I could show/call these views individually or at a time in the window?

Former Member
0 Kudos

Hello,

yes i am sure. i saw all coding by debugging all code both view are coming but all view are getting overlapped by last one.

It was a Very good Question.

Thanks and Best Regards

Chandra Agarwal.

Answers (0)