<?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: Setting the TAB in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/setting-the-tab/m-p/1011228#M78968</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can declare your tabs as local tabstrips, and implement your check code inside those tabstrips.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If user wants to save the data, your checks will run and if an error occurs SAP automatically shows the tabstrip where the error has happened.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also do this when declaring your tabstrips as "normal" tabstrips, but if there are more than one, and you want to check all the data in all the tabs before saving your data, you have to declare them as "local" tabstrips.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope I helped you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Aug 2005 10:18:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-08-08T10:18:59Z</dc:date>
    <item>
      <title>Setting the TAB</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/setting-the-tab/m-p/1011226#M78966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have 4 tabs in my Module, while saving data i have checked certain conditions in PERRFORM, but i want to set the tab to in which my condition fails, i am not able to set the tab. i hope u got my problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;abhishek suppal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Aug 2005 04:10:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/setting-the-tab/m-p/1011226#M78966</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-06T04:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: Setting the TAB</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/setting-the-tab/m-p/1011227#M78967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CALL SUBSCREEN TAB_STRIP_SCA&lt;/P&gt;&lt;P&gt;INCLUDING G_TAB_STRIP-PROG G_TAB_STRIP-SUBSCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;G_TAB_STRIP-PROG - set pgm id&lt;/P&gt;&lt;P&gt;G_TAB_STRIP-SUBSCREEN - set subscreen ( screen no of tab which u want to set)&lt;/P&gt;&lt;P&gt;TAB_STRIP_SCA - ur tab strip name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds&lt;/P&gt;&lt;P&gt;gv&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Aug 2005 07:59:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/setting-the-tab/m-p/1011227#M78967</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-07T07:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: Setting the TAB</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/setting-the-tab/m-p/1011228#M78968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can declare your tabs as local tabstrips, and implement your check code inside those tabstrips.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If user wants to save the data, your checks will run and if an error occurs SAP automatically shows the tabstrip where the error has happened.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also do this when declaring your tabstrips as "normal" tabstrips, but if there are more than one, and you want to check all the data in all the tabs before saving your data, you have to declare them as "local" tabstrips.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope I helped you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2005 10:18:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/setting-the-tab/m-p/1011228#M78968</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-08T10:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: Setting the TAB</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/setting-the-tab/m-p/1011229#M78969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abhishek,&lt;/P&gt;&lt;P&gt;Have you tried setting ACTIVETAB. tabstrip control has one field ACTIVETAB which we can set dynamicaly in our program. &lt;/P&gt;&lt;P&gt;after checking your condition, you can assign the code for the tab you want to be displayed in &lt;/P&gt;&lt;P&gt;&amp;lt;tabstrip&amp;gt;-activetab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Komal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2005 11:29:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/setting-the-tab/m-p/1011229#M78969</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-08T11:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: Setting the TAB</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/setting-the-tab/m-p/1011230#M78970</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;I hope the code below may help :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Define &lt;/P&gt;&lt;P&gt;Data : pressed_tab LIKE sy-ucomm VALUE c_ticket-tab1,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IN PBO&lt;/P&gt;&lt;P&gt;  MODULE ticket_active_tab_set.&lt;/P&gt;&lt;P&gt;  CALL SUBSCREEN ticket_sca&lt;/P&gt;&lt;P&gt;    INCLUDING g_ticket-prog g_ticket-subscreen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE ticket_active_tab_set OUTPUT.&lt;/P&gt;&lt;P&gt;  ticket-activetab = pressed_tab.&lt;/P&gt;&lt;P&gt;  CASE pressed_tab.&lt;/P&gt;&lt;P&gt;    WHEN c_ticket-tab1.&lt;/P&gt;&lt;P&gt;      g_ticket-subscreen = '0204'.&lt;/P&gt;&lt;P&gt;    WHEN c_ticket-tab2.&lt;/P&gt;&lt;P&gt;      g_ticket-subscreen = '0205'.&lt;/P&gt;&lt;P&gt;    WHEN c_ticket-tab3.&lt;/P&gt;&lt;P&gt;      g_ticket-subscreen = '0206'.&lt;/P&gt;&lt;P&gt;    WHEN OTHERS.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     DO NOTHING&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDMODULE.                 " TICKET_ACTIVE_TAB_SET  OUTPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the form, where you are checking the error, you set your pressed_tab as desired.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gagan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2005 20:23:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/setting-the-tab/m-p/1011230#M78970</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-08T20:23:37Z</dc:date>
    </item>
  </channel>
</rss>

