<?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: Regarding Tabstrip control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-tabstrip-control/m-p/3286521#M786160</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chidambar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Follow this procedure to create extra tabs in the tabstrip:&lt;/P&gt;&lt;P&gt;Select a push button and place it next to the last tab.&lt;/P&gt;&lt;P&gt;Double click on it and give a name and fucntion code  to it and save it.&lt;/P&gt;&lt;P&gt;This will create a new tab in the tabstrip.&lt;/P&gt;&lt;P&gt;Assign a subscreen area  to each tab(you then call a subscreen here ) .&lt;/P&gt;&lt;P&gt;Subscreen can be created by selecting the subscreen from the layout and placing it in the tab area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This might be helpfull for you in coding for the tabstrip:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the ABAP program use the CONTROLS statement and declare an object with the same name and type TABSTRIP eg. : CONTROLS : tab1 type tabstrip.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The field ACTIVETAB of the type tabstrip will contain the current titles&amp;#146; function code.&lt;/P&gt;&lt;P&gt;If the function type is &amp;#145; &amp;#145; PAI is triggered, if type &amp;#145;P&amp;#146; no PAI is triggered&lt;/P&gt;&lt;P&gt;You can assign the same subscreen area to more than one tab title. For this enter the name of the subscreen in the attribute Reference Object of the tab title&lt;/P&gt;&lt;P&gt;For display transactions use local scrolling (all tab titles with type P). Only functions on the screen will trigger the PAI&lt;/P&gt;&lt;P&gt;For the above you need a separate subscreen area for each page. A subscreen will be sent to each of these areas.&lt;/P&gt;&lt;P&gt;Call all the subscreens from the flow logic (Both PBO and PAI)&lt;/P&gt;&lt;P&gt;Assign P as the function type&lt;/P&gt;&lt;P&gt;If a page does not have any elements to display the system will hide the page, if there are no page elements to be displayed the tabstrip is not displayed&lt;/P&gt;&lt;P&gt;Scrolling should be handled in the program. When they all share the same subscreen area handle it carefully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpfull.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kashyap&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Jan 2008 18:26:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-14T18:26:11Z</dc:date>
    <item>
      <title>Regarding Tabstrip control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-tabstrip-control/m-p/3286520#M786159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I drag &amp;amp; place the tabstrip in the screen editor,But i find only two tabstrips how can i increase it to more than 2 tabstrips?hope this explains.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgrds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2008 18:12:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-tabstrip-control/m-p/3286520#M786159</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-14T18:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Tabstrip control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-tabstrip-control/m-p/3286521#M786160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chidambar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Follow this procedure to create extra tabs in the tabstrip:&lt;/P&gt;&lt;P&gt;Select a push button and place it next to the last tab.&lt;/P&gt;&lt;P&gt;Double click on it and give a name and fucntion code  to it and save it.&lt;/P&gt;&lt;P&gt;This will create a new tab in the tabstrip.&lt;/P&gt;&lt;P&gt;Assign a subscreen area  to each tab(you then call a subscreen here ) .&lt;/P&gt;&lt;P&gt;Subscreen can be created by selecting the subscreen from the layout and placing it in the tab area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This might be helpfull for you in coding for the tabstrip:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the ABAP program use the CONTROLS statement and declare an object with the same name and type TABSTRIP eg. : CONTROLS : tab1 type tabstrip.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The field ACTIVETAB of the type tabstrip will contain the current titles&amp;#146; function code.&lt;/P&gt;&lt;P&gt;If the function type is &amp;#145; &amp;#145; PAI is triggered, if type &amp;#145;P&amp;#146; no PAI is triggered&lt;/P&gt;&lt;P&gt;You can assign the same subscreen area to more than one tab title. For this enter the name of the subscreen in the attribute Reference Object of the tab title&lt;/P&gt;&lt;P&gt;For display transactions use local scrolling (all tab titles with type P). Only functions on the screen will trigger the PAI&lt;/P&gt;&lt;P&gt;For the above you need a separate subscreen area for each page. A subscreen will be sent to each of these areas.&lt;/P&gt;&lt;P&gt;Call all the subscreens from the flow logic (Both PBO and PAI)&lt;/P&gt;&lt;P&gt;Assign P as the function type&lt;/P&gt;&lt;P&gt;If a page does not have any elements to display the system will hide the page, if there are no page elements to be displayed the tabstrip is not displayed&lt;/P&gt;&lt;P&gt;Scrolling should be handled in the program. When they all share the same subscreen area handle it carefully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpfull.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kashyap&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2008 18:26:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-tabstrip-control/m-p/3286521#M786160</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-14T18:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Tabstrip control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-tabstrip-control/m-p/3286522#M786161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chidambar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go through the Wizard, you can create as many you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/6d/150d64da1011d3963800a0c94260a5/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/6d/150d64da1011d3963800a0c94260a5/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/04/10f2469e0811d1b4700000e8a52bed/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/04/10f2469e0811d1b4700000e8a52bed/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="4709857"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vinodh Balakrishnan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2008 18:26:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-tabstrip-control/m-p/3286522#M786161</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-14T18:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Tabstrip control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-tabstrip-control/m-p/3286523#M786162</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;You can create tabstrips using the tabstrip wizard also, that is the button just near to the tabstrip control button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to learn the various fuctionalities of tabstrip through coding , you may refer to the sample program &lt;STRONG&gt;DEMO_DYNPRO_TABSTRIP_LOCAL&lt;/STRONG&gt; .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Renjith Michael.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Renjith Michael on Jan 15, 2008 10:19 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2008 04:49:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-tabstrip-control/m-p/3286523#M786162</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-15T04:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Tabstrip control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-tabstrip-control/m-p/3286524#M786163</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;if u want more than two tabs in the tabstrip screen just do as follows,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select the pushbutton icon from icons of the screen then drop it after the existing tabs of the tabstrip then u can difine attributes for that new tab, like that u can add as many tabs as u want.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if useful,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;seshu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2008 05:37:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-tabstrip-control/m-p/3286524#M786163</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-15T05:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Tabstrip control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-tabstrip-control/m-p/3286525#M786164</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;by default it shows u 2 tabstrips, if u want to incerease it to more  drag and drop .&lt;/P&gt;&lt;P&gt;rewards if useful to u bye.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jan 2008 16:32:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-tabstrip-control/m-p/3286525#M786164</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-18T16:32:00Z</dc:date>
    </item>
  </channel>
</rss>

