<?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: Table Control &amp;Tab Strip in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-tab-strip/m-p/1680856#M300067</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check these links also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Table Control&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/45/adee2396f711d1b46b0000e8a52bed/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/45/adee2396f711d1b46b0000e8a52bed/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tab Strips&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/6d/5da5428295c911e10000000a1550b0/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/6d/5da5428295c911e10000000a1550b0/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/24/23b937ba187121e10000009b38f8cf/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/24/23b937ba187121e10000009b38f8cf/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/04/10f2469e0811d1b4700000e8a52bed/frameset.htm&amp;lt;/b&amp;gt;" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/04/10f2469e0811d1b4700000e8a52bed/frameset.htm&amp;lt;/b&amp;gt;&lt;/A&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check these programs in SE38&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TabStrips&lt;/P&gt;&lt;P&gt;demo_dynpro_tabstrip_local&lt;/P&gt;&lt;P&gt;demo_dynpro_tabstrip_server&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table Control&lt;/P&gt;&lt;P&gt;demo_dynpro_tabcont_loop&lt;/P&gt;&lt;P&gt;demo_dynpro_tabcont_loop_at&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;These are the standard SAP examples on table contorls and tab strips.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;- Gopi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Gopi Narendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Oct 2006 05:05:31 GMT</pubDate>
    <dc:creator>gopi_narendra</dc:creator>
    <dc:date>2006-10-27T05:05:31Z</dc:date>
    <item>
      <title>Table Control &amp;Tab Strip</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-tab-strip/m-p/1680854#M300065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is table control and tab strip&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2006 04:59:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-tab-strip/m-p/1680854#M300065</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-27T04:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control &amp;Tab Strip</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-tab-strip/m-p/1680855#M300066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   Table control and Tabstrip are special type of GUI elements. Called as Controls. The structure for both these elements are defined in the type-poll CXTAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to use type-pools cxtab. statement in you program to use them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And you need to define them using the keywork CONTROLS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can get more info from the following links.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/9f/dbac1d35c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/9f/dbac1d35c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/17/5bf1b52ba211d2954f0000e8353423/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/17/5bf1b52ba211d2954f0000e8353423/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2006 05:03:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-tab-strip/m-p/1680855#M300066</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2006-10-27T05:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control &amp;Tab Strip</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-tab-strip/m-p/1680856#M300067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check these links also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Table Control&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/45/adee2396f711d1b46b0000e8a52bed/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/45/adee2396f711d1b46b0000e8a52bed/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tab Strips&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/6d/5da5428295c911e10000000a1550b0/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/6d/5da5428295c911e10000000a1550b0/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/24/23b937ba187121e10000009b38f8cf/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/24/23b937ba187121e10000009b38f8cf/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/04/10f2469e0811d1b4700000e8a52bed/frameset.htm&amp;lt;/b&amp;gt;" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/04/10f2469e0811d1b4700000e8a52bed/frameset.htm&amp;lt;/b&amp;gt;&lt;/A&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check these programs in SE38&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TabStrips&lt;/P&gt;&lt;P&gt;demo_dynpro_tabstrip_local&lt;/P&gt;&lt;P&gt;demo_dynpro_tabstrip_server&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table Control&lt;/P&gt;&lt;P&gt;demo_dynpro_tabcont_loop&lt;/P&gt;&lt;P&gt;demo_dynpro_tabcont_loop_at&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;These are the standard SAP examples on table contorls and tab strips.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;- Gopi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Gopi Narendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2006 05:05:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-tab-strip/m-p/1680856#M300067</guid>
      <dc:creator>gopi_narendra</dc:creator>
      <dc:date>2006-10-27T05:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control &amp;Tab Strip</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-tab-strip/m-p/1680857#M300068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi gopi,&lt;/P&gt;&lt;P&gt;could yiu define your answer more clearly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2006 05:10:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-tab-strip/m-p/1680857#M300068</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-27T05:10:29Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control &amp;Tab Strip</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-tab-strip/m-p/1680858#M300069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abhay,&lt;/P&gt;&lt;P&gt;You have to select a Tabstrip from the screen options and define the Tabstrip in the Report as follows,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;controls &amp;lt;table-control_name&amp;gt; type tabstrip.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Define a Subscreen area for the Tabstrip and assign it to all the tabs.&lt;/P&gt;&lt;P&gt;2. Create a seperate Subscreen for each tab and to activate them write the following cade in the PAI Module,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  save_ok = ok_code.&lt;/P&gt;&lt;P&gt;  clear ok_code.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; hotmancontrol-activetab = save_ok.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  case save_ok.&lt;/P&gt;&lt;P&gt;    when '&amp;lt;tab1_name&amp;gt;'.&lt;/P&gt;&lt;P&gt;      number = '600'.&lt;/P&gt;&lt;P&gt;      hotmancontrol-activetab = 'CREATE'.&lt;/P&gt;&lt;P&gt;    when '&amp;lt;tab2_name&amp;gt;'.&lt;/P&gt;&lt;P&gt;      number = '0700'.&lt;/P&gt;&lt;P&gt;      hotmancontrol-activetab = 'MODIFY'.&lt;/P&gt;&lt;P&gt;    when '&amp;lt;tab3_name&amp;gt;'.&lt;/P&gt;&lt;P&gt;      number = '0800'.&lt;/P&gt;&lt;P&gt;      hotmancontrol-activetab = 'LIST'.&lt;/P&gt;&lt;P&gt;  endcase.&lt;/P&gt;&lt;P&gt;600, 700, 800 are the subscreen nos. for each tabs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2006 06:59:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-tab-strip/m-p/1680858#M300069</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-27T06:59:06Z</dc:date>
    </item>
  </channel>
</rss>

