<?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 TABSTRIP Control - Input event in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-control-input-event/m-p/999430#M76056</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'm quite naive to GUI based programming. My question reg. Tabstrip control is, &amp;lt;i&amp;gt;'Does selecting a Tab trigger the PAI modules?'&amp;lt;/i&amp;gt;.  It doesn't seem to and the Active Tab, value is not stored correctly in the Global variables (I used wizard to create the controls). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, on refresh of control, it displays the first tab always. Can anyone help me out on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Sree&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Aug 2005 11:23:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-08-17T11:23:27Z</dc:date>
    <item>
      <title>TABSTRIP Control - Input event</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-control-input-event/m-p/999430#M76056</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'm quite naive to GUI based programming. My question reg. Tabstrip control is, &amp;lt;i&amp;gt;'Does selecting a Tab trigger the PAI modules?'&amp;lt;/i&amp;gt;.  It doesn't seem to and the Active Tab, value is not stored correctly in the Global variables (I used wizard to create the controls). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, on refresh of control, it displays the first tab always. Can anyone help me out on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Sree&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Aug 2005 11:23:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-control-input-event/m-p/999430#M76056</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-17T11:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: TABSTRIP Control - Input event</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-control-input-event/m-p/999431#M76057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;assign a &amp;lt;b&amp;gt;function code&amp;lt;/b&amp;gt; to the &amp;lt;b&amp;gt;tab strips&amp;lt;/b&amp;gt; (in screen painter) for PAI to trigger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Aug 2005 11:31:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-control-input-event/m-p/999431#M76057</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2005-08-17T11:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: TABSTRIP Control - Input event</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-control-input-event/m-p/999432#M76058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this code  sample&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/abap/abap-code-samples/alv-grid/abap" target="test_blank"&gt;https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/abap/abap-code-samples/alv-grid/abap&lt;/A&gt; code sample for tab strip in alv.pdf&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this part u can change the default tab by passing the corresponding tabname&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CONTROLS: main_tab TYPE TABSTRIP.
DATA: BEGIN OF i_main_tab,
subscreen LIKE sy-dynnr,
prog LIKE sy-repid VALUE
'ZZZ_TEST',
pressed_tab LIKE sy-ucomm &amp;lt;b&amp;gt;&amp;lt;u&amp;gt;VALUE c_main_tab-tab1&amp;lt;/u&amp;gt;,&amp;lt;/b&amp;gt;

Change this bold part so that u can change the default tab.
END OF i_main_tab&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Aug 2005 11:38:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-control-input-event/m-p/999432#M76058</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-17T11:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: TABSTRIP Control - Input event</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-control-input-event/m-p/999433#M76059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ofcourse, I have the fucntion code assigned. My problem is on selecting a tab, one of the PAI modules are triggered. I'm expecting the PAI modules of the screen containing the Tabstrip contriol to be triggered. But, it is not getting triggered. So, how will I get information abt the Active tab. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I click any other buttons on tabs of subscreen only the func code of that button(or whatever other control) is returned in sy-ucomm. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To keep it simple...When(or on doing what) will I get the function code of Tabs in tabstrip control in sy-ucomm??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Sree&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Aug 2005 11:38:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-control-input-event/m-p/999433#M76059</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-17T11:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: TABSTRIP Control - Input event</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-control-input-event/m-p/999434#M76060</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; Tabstrip-ActiveTab contains the Fcode the Active Tab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Aug 2005 11:42:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-control-input-event/m-p/999434#M76060</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-17T11:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: TABSTRIP Control - Input event</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-control-input-event/m-p/999435#M76061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;S u will get the function code of the tab  in sy-ucomm.&lt;/P&gt;&lt;P&gt;Have a look into the code u can change the default value as the second tab function code name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or else u can define without any default value, but by default it will take the first tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tell me i will send u the code if u cant open that link.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Aug 2005 11:43:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-control-input-event/m-p/999435#M76061</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-17T11:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: TABSTRIP Control - Input event</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-control-input-event/m-p/999436#M76062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when you click on the tab, first the PAI of the screen containing the tabstrips will get triggered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;following is the first hit as soon as you click on the tab. check out in debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS AFTER INPUT.                      &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;PAI FLOW LOGIC FOR TABSTRIP 'YPCTS'     &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt; MODULE USER_COMMAND_&amp;lt;base screen&amp;gt;.                &lt;/P&gt;&lt;P&gt;   CALL SUBSCREEN &amp;lt;clicked tab&amp;gt;.              &lt;/P&gt;&lt;P&gt;   MODULE xxxxx_ACTIVE_TAB_GET.           &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Aug 2005 11:47:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-control-input-event/m-p/999436#M76062</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2005-08-17T11:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: TABSTRIP Control - Input event</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-control-input-event/m-p/999437#M76063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is where my problem lies! I set a breakpoint on this input module and when I select a tab it doesn't get triggered! I'm wondering why...any clues?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and that is what I'm trying to explain from the beginning. Perhaps I didn't make myself clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thansk &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Sree&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Aug 2005 12:33:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-control-input-event/m-p/999437#M76063</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-17T12:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: TABSTRIP Control - Input event</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-control-input-event/m-p/999438#M76064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you may not have put the break point in the right place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;instead of placing a break point, just type /h in the command box &amp;amp; enter to get into debuggin and see where it goes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Aug 2005 12:37:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-control-input-event/m-p/999438#M76064</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2005-08-17T12:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: TABSTRIP Control - Input event</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-control-input-event/m-p/999439#M76065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried that too. I excuted program. After getting the screen, switched on debug using '/h' then I click on the tabs, and nothing happenned!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Sree&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Aug 2005 12:42:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-control-input-event/m-p/999439#M76065</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-17T12:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: TABSTRIP Control - Input event</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-control-input-event/m-p/999440#M76066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thats surprising. check out the following example program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DEMO_DYNPRO_TABSTRIP_SERVER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this may give you some idea on what you are missing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Aug 2005 12:52:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-control-input-event/m-p/999440#M76066</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2005-08-17T12:52:42Z</dc:date>
    </item>
  </channel>
</rss>

