cancel
Showing results for 
Search instead for 
Did you mean: 

Create tabs dynamic and use an existing view(Dynamic) inside the tabs.

Former Member
0 Kudos

Situation:

In my project i have one tabstrip created and a view.

I will receive a number from a rfc and this number will be the number of the tabs that i will need to create in my aplication and inside this tabs i will need to use the same view.

I need to do it dynamic.

Is it possible???

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Yes this is possible but not by using the same view several times. Instead you can create a component and embed different component instances inside the tabs (using a ViewContainerUIElement).

Armin

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Armin

I think your solution will be very good for me

can you give me an example code???

Tnahk you

Former Member
0 Kudos

Please read the corresponding tutorials and articles here on SDN.

Also the book "Maximizing Web Dynpro" by my colleagues Jochen, Bertram and Timo contains a lot of examples about using components.

http://www.sap-press.de/katalog/buecher/titel/gp/titelID-1211

Armin