cancel
Showing results for 
Search instead for 
Did you mean: 

Embedded View in several tabs

Former Member
0 Kudos

Hi everyone,

I need to bind a static view to the actual tab dynamically. As I can't assign one View to several view containers at the same time I guess I've got to "unbind" the view first and bind it to another view container in the next tab dynamically at runtime?

Are there any resources on how to do it for ABAP?

Thanks in advance

Uwe

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member215843
Active Participant
0 Kudos

Hi Uwe,

1. A view cannot be visible at more than one position at the same time. This is a runtime restriction.

2. You can place a view into different UI element containers during design time, so it is quite possible to add it to different tabs.

You should not add it to the tabstrips as the default views. Just enter the empty view as default, and create a navigation link to your view.

3. During runtime you can navigate to one of the views, but you have to take care that only one of them is visible at the same time. So if you switch to a different tab, just navigate to the empty view on the old tab and to your view in the new tab.

Regards, Regina