<?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: Tab Strips in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/tab-strips/m-p/1975151#M399623</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to create a main screen to hold the sub screens (screen1 &amp;amp; screen2).  Add a tabstrip control (sub1) to this main screen, and create tabs (TAB1, TAB2, etc.).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the PBO event, write a routine that calls a module (choose_subscr) that sets each of the subscreens, depending upon which tab control is clicked;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;  
PROCESS BEFORE OUTPUT.
...
  module choose_subscr.
  CALL SUBSCREEN sub1 INCLUDING  sy-cprog dynnr.


* module choose_subscr: 
CASE mytabs-activetab.
    WHEN 'TAB1'.
      dynnr = screen1.
    WHEN 'TAB2'.
      dynnr = screen2.
    WHEN OTHERS.
      mytabs-activetab = 'TAB1'.
      dynnr = 101.
  ENDCASE.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will also need to code some modules to handle the updates in addition to this.&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;John O.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Feb 2007 19:06:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-15T19:06:52Z</dc:date>
    <item>
      <title>Tab Strips</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tab-strips/m-p/1975150#M399622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Friends , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 2 screens for update . Screen1 contains the general info of the employee and screen2 the Salary info . User enters General info in screen1 and uses a push button to go to screen2 to update salary info . Sometimes the user forgets to go to screen2 . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am planning to use Tab functionality . Is there a way we could modify the existing screen and implement using tab strips . Can I cover the whole screen2 into 1 tab and screen1 in another tab ? How much of redesigning needs to be done . Please advise . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2007 16:50:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tab-strips/m-p/1975150#M399622</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-15T16:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: Tab Strips</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tab-strips/m-p/1975151#M399623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to create a main screen to hold the sub screens (screen1 &amp;amp; screen2).  Add a tabstrip control (sub1) to this main screen, and create tabs (TAB1, TAB2, etc.).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the PBO event, write a routine that calls a module (choose_subscr) that sets each of the subscreens, depending upon which tab control is clicked;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;  
PROCESS BEFORE OUTPUT.
...
  module choose_subscr.
  CALL SUBSCREEN sub1 INCLUDING  sy-cprog dynnr.


* module choose_subscr: 
CASE mytabs-activetab.
    WHEN 'TAB1'.
      dynnr = screen1.
    WHEN 'TAB2'.
      dynnr = screen2.
    WHEN OTHERS.
      mytabs-activetab = 'TAB1'.
      dynnr = 101.
  ENDCASE.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will also need to code some modules to handle the updates in addition to this.&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;John O.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2007 19:06:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tab-strips/m-p/1975151#M399623</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-15T19:06:52Z</dc:date>
    </item>
  </channel>
</rss>

