2018 Nov 30 12:10 PM
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?
2018 Nov 30 1:12 PM
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.
2018 Dec 03 10:22 AM
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....