cancel
Showing results for 
Search instead for 
Did you mean: 

Use same view in one window multiple times!

Former Member
0 Kudos

Hello !

We have following situation, we have one window with several view container (3 Tabstrips with three view container). We want to embed one view several times at one window (different view container)!

But we receive following runtime error:

View TEC_PART_VIEW Is Already Displayed in Window MAIN_WINDOW of Component ZCM_PSI_SHEET

We use tabstrips in our application and we want to use the identical view for each tabstrip (but different context with help of dynamic context mapping)

Can this work!?

Gerhard

Accepted Solutions (0)

Answers (2)

Answers (2)

Lukas_Weigelt
Active Contributor
0 Kudos

With your approach it won't work as Prashant stated already. You'd have to go for Component usage

check this tutorial:

http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/2e71ce83-0b01-0010-11a4-98c28a33195f

regards, Lukas

former_member182598
Active Contributor
0 Kudos

No,

It won't work. You can have only one view instance of aview per window.

Thanks

Prashant