Application Development 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: 

Tab strip in a container?

Former Member
0 Kudos

Hi Experts,

I have a requirement to put tabstrip (not vertical) in a container. Please suggest me a way to do it.

Thanks and Regards,

Suman

6 REPLIES 6

Former Member
0 Kudos

hi suman,

                        you u can use Tab strip wizard .

          

Former Member
0 Kudos

Hey Suman,

Tabsstrip is always to be placed in subscrin container. Check the bellow link

http://help.sap.com/saphelp_nw04/helpdata/en/17/5bf1b52ba211d2954f0000e8353423/content.htm

Regards,

Anirban

former_member191728
Active Participant
0 Kudos

Hi Suman

You can use tabstrip wizard

create a main screen and inside that use a tabstrip wizard

after that everything will be taken care by sap

raymond_giuseppi
Active Contributor
0 Kudos

Not in a custom container, but in a screen, type subscreen or not (the area under the tabstrip is a subscreen area in the same dynpro).

That is another technology, your tabstrip cannot be included in a control but only in a screen dynpro. Check at help.sap.com. (Actually you would require that SAP develop a GUI class to generate tabstrip, a CL_GUI_TABSTRIP class...)

Regards,

Raymond

0 Kudos

Hi Raymond,

My requirement is that I need to put tabstrip in a custom container. I have checked it and everywhere it is suggested to use it in screen. I am just serching any tricky way to do it and regarding CL_GUI_TABSTRIP: you are suggesting me to do it by using this class? However it is not available in current version of my SAP. Anyways thanks for your suggestion.

Regards,

Suman

0 Kudos

I don't suggest to use this class, which does not exist, I only wrote you wouldn require a class that don't yet exist, so it it not yet possible until SAP create a class to insert subscreen in container. Now it is not possible, and it is not likely to become possible honestly. screens can contain container, the converse is false.

Regards,

Raymond