<?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: Dynamic Tabstrip control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-tabstrip-control/m-p/4068122#M972454</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on the Zone-Depo  assignment display the tabstrip or hide the tab strip. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you are getting me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Jul 2008 10:41:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-10T10:41:28Z</dc:date>
    <item>
      <title>Dynamic Tabstrip control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-tabstrip-control/m-p/4068119#M972451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Xperts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a requirement of providing a Tabstrip control where no of tab pages shall be decided based on value available in a Dictionary table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table with following fields:&lt;/P&gt;&lt;P&gt;ZONE   DEPO&lt;/P&gt;&lt;P&gt;1             A&lt;/P&gt;&lt;P&gt;1             B&lt;/P&gt;&lt;P&gt;2             C&lt;/P&gt;&lt;P&gt;2             D&lt;/P&gt;&lt;P&gt;2             E&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Zone 1, it shall display 2 tab pages with title A and B &lt;/P&gt;&lt;P&gt;For Zone 2, it shall display 3 tab pages with title C, D, and E.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anybody changes ZONE-DEPO assignment, then the same has to be reflected in tab pages as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Means, the new values may be as per below,&lt;/P&gt;&lt;P&gt;ZONE   DEPO&lt;/P&gt;&lt;P&gt;1             A&lt;/P&gt;&lt;P&gt;1             B&lt;/P&gt;&lt;P&gt;1             C&lt;/P&gt;&lt;P&gt;2             D&lt;/P&gt;&lt;P&gt;2             E&lt;/P&gt;&lt;P&gt;3             F&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls Suggest.......&lt;/P&gt;&lt;P&gt;Thanks in advance ..&lt;/P&gt;&lt;P&gt;Chetan Joshi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 06:58:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-tabstrip-control/m-p/4068119#M972451</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T06:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Tabstrip control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-tabstrip-control/m-p/4068120#M972452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a workaround for this. If you know the maximum number of tabstrips that needs to be displayed, then you can create a screen with that many number of tabstrips. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Say for example maximum is 10. Your screen has 10 tabstrips. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on the table table only 5 needs to be displayed, hide the other 5 tabstrips. You can hide a tabstrip using the properties in the tabstrip control.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 07:08:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-tabstrip-control/m-p/4068120#M972452</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T07:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Tabstrip control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-tabstrip-control/m-p/4068121#M972453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Siva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnx for reply.&lt;/P&gt;&lt;P&gt;But it is meeting my requirement. &lt;/P&gt;&lt;P&gt;What if user changes Zone-Depo assingment completly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That changes has to reflect in tab pages.....!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chetan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 10:12:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-tabstrip-control/m-p/4068121#M972453</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T10:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Tabstrip control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-tabstrip-control/m-p/4068122#M972454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on the Zone-Depo  assignment display the tabstrip or hide the tab strip. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you are getting me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 10:41:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-tabstrip-control/m-p/4068122#M972454</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T10:41:28Z</dc:date>
    </item>
  </channel>
</rss>

