cancel
Showing results for 
Search instead for 
Did you mean: 

Problem when adding element in TABStrip

Former Member
0 Kudos

I am using the TABstrip con on the view. I can add elemnt on the TAB. But only one element I can add. once it is added the "Add Element to TAB " option is disable. I can't add 2 element.

Actully I want ot add 1 ALV (dynamically) and 3 buttons on the TAB (manually) .

Could you please tell me what will the problem.

Accepted Solutions (0)

Answers (1)

Answers (1)

uday_gubbala2
Active Contributor
0 Kudos

Hi,

You just have to embed a container element like TransparentContainer element within the tab of your TabStrip. Now you can embed any number of UI elements as you desire within this particular TransparentContainer. So for realizing your requirement you would have to embed an ViewContainerUIElement & 3 Buttons within your TransparentContainer.

Regards,

Uday