<?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 Tabstrips in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-tabstrips/m-p/3096030#M734459</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jonathan.It worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Nov 2007 14:17:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-28T14:17:29Z</dc:date>
    <item>
      <title>Dynamic Tabstrips</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-tabstrips/m-p/3096028#M734457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt; Could some one explain how to code dynamic tabstrip functionality.Based on a  variable value the tab strip should change . Number of tabstrip can vary from 1 or 2 or 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;dan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2007 01:08:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-tabstrips/m-p/3096028#M734457</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-28T01:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Tabstrips</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-tabstrips/m-p/3096029#M734458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should be able to set up your tabstrip with 3 tabs, and then just inactivate those you don't want to see in your PBO logic e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;loop at screen.
  if screen-name = 'GTAB01'.  "name of the pushbutton in tabstrip
    screen-active = 0.
    modify screen.
  endif.
endloop.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can see the names of the tabstrip pushbuttons in the element list for the dynpro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2007 07:20:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-tabstrips/m-p/3096029#M734458</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-28T07:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Tabstrips</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-tabstrips/m-p/3096030#M734459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jonathan.It worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2007 14:17:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-tabstrips/m-p/3096030#M734459</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-28T14:17:29Z</dc:date>
    </item>
  </channel>
</rss>

