Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Tabstrip subscreens

Former Member
0 Likes
747

I have a tabstrip with 3 tabs. I want same elements in three tabs. Can I insert elements in one tab and use it in other tabs? If yes,how?

I have a tabstrip with 3 tabs. I want same elements in three tabs. Can I insert elements in one tab and use it in other tabs? If yes,how?

2 REPLIES 2
Read only

SimoneMilesi
Active Contributor
667

Hi!

I do not see the reason to copy the same stuff from a tabstrip to another: why to not reserve an header space over the tabstrips with just one declaration?

Anyway, if you are designing the elements in your screen, you cannot assign the same name to two different objects.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
667

I agree with Simone Milesi, why don't you put the common element in the main dynpro, putting only specific element in the subscreen dynpros?

Try to keep your dynpro simple, don't duplicate elements, and don't use strange solutions such as defining some subscreen area in the 3 subscreens and inserting a common subscreen at start of the 3 subscreen (I already saw this thing sometimes) that would be an answer to your question, so your question can be improved....