<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Tabstrip in docking controller? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-in-docking-controller/m-p/4732061#M1110567</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You cannot place tabstrip in any kind of containers, but vice versa yes. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you need is:&lt;/P&gt;&lt;P&gt;1) remove your docing container&lt;/P&gt;&lt;P&gt;2) place at its place &lt;STRONG&gt;subscreen area&lt;/STRONG&gt; (using screen painter)&lt;/P&gt;&lt;P&gt;3) create a subcreen where you put your tabstrip (screen painter)&lt;/P&gt;&lt;P&gt;4) during runtime place your subscreen in that subscreen area.&lt;/P&gt;&lt;P&gt;5) now at each tabstrip you can put custom container (you even must do it) and here you place different alvs and other controls&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For using subscreens see this similar thread [Is possible insert a new dynpro in a spillter container|&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="6470001"&gt;&lt;/A&gt;]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;M.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Nov 2008 15:26:51 GMT</pubDate>
    <dc:creator>MarcinPciak</dc:creator>
    <dc:date>2008-11-12T15:26:51Z</dc:date>
    <item>
      <title>Tabstrip in docking controller?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-in-docking-controller/m-p/4732060#M1110566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hallo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a programme which has an alv grid. On the top of the alv a docking control is set, in which there is another alv grid.&lt;/P&gt;&lt;P&gt;Now I want to extend the programme: the docked alv shows statistical information but now we have some different statistics. Because of this, I would like to have a tabstrip docked instead of the docked alv grid. The tabstrip itself should have 3 strips then, in which there shall be different alv grids each. Consequently, my question is now: How can I add a tabstrip to a docking container or, alternatively, how can I dock a tabstrip on top of an alv directly?&lt;/P&gt;&lt;P&gt;I hope, you understand what my question is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Michael Alexander Voelkel on Nov 12, 2008 3:29 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2008 14:26:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-in-docking-controller/m-p/4732060#M1110566</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-12T14:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: Tabstrip in docking controller?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-in-docking-controller/m-p/4732061#M1110567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You cannot place tabstrip in any kind of containers, but vice versa yes. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you need is:&lt;/P&gt;&lt;P&gt;1) remove your docing container&lt;/P&gt;&lt;P&gt;2) place at its place &lt;STRONG&gt;subscreen area&lt;/STRONG&gt; (using screen painter)&lt;/P&gt;&lt;P&gt;3) create a subcreen where you put your tabstrip (screen painter)&lt;/P&gt;&lt;P&gt;4) during runtime place your subscreen in that subscreen area.&lt;/P&gt;&lt;P&gt;5) now at each tabstrip you can put custom container (you even must do it) and here you place different alvs and other controls&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For using subscreens see this similar thread [Is possible insert a new dynpro in a spillter container|&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="6470001"&gt;&lt;/A&gt;]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;M.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2008 15:26:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-in-docking-controller/m-p/4732061#M1110567</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2008-11-12T15:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: Tabstrip in docking controller?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-in-docking-controller/m-p/4732062#M1110568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but wouldn't it be more intelligent to place a tab control in the screen painter immediately instead of putting a subscreen with a tab control there? Sounds like unnecessary overhead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Michael Alexander Voelkel on Nov 12, 2008 4:46 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2008 15:35:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-in-docking-controller/m-p/4732062#M1110568</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-12T15:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: Tabstrip in docking controller?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-in-docking-controller/m-p/4732063#M1110569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Michael Alexander Voelkel on Nov 12, 2008 4:47 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2008 15:47:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-in-docking-controller/m-p/4732063#M1110569</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-12T15:47:40Z</dc:date>
    </item>
  </channel>
</rss>

