cancel
Showing results for 
Search instead for 
Did you mean: 

how can we navigate between two windows of same component in webdynpro ABAP

laeeqsiddique
Participant
0 Kudos

Hi

how can we navigate between two windows( not views ) of same component in webdynpro ABAP. its an urgent requirement

Thanks in advance.

Regards

Laeeq

Accepted Solutions (1)

Accepted Solutions (1)

former_member215843
Active Participant
0 Kudos

Hi Laeeq,

You cannot navigate between windows of one component. You can only call a dialog box showing the contents of a second window, or you can embed the contents of a window of a different component.

Just add all the views you need to the one and only main window of the component.

Ciao, Regina

laeeqsiddique
Participant
0 Kudos

Hi Ragina ,

I appreciate your reply,

can you tell me how to put different views on same window ? I mean if I need to arrange them in a specific ways ? how to handle the there positioning etc ?.

Thanks again,

Laeeq.

thomas_szcs
Active Contributor
0 Kudos

Hi Laeeq,

I replied in the other thread and provided a solution. It's basically to use a third view, which contains two ViewContainerUIElement controls.

Best regards,

Thomas

Answers (1)

Answers (1)

laeeqsiddique
Participant
0 Kudos

Thanks a lot!