<?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: TABSTRIP Problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-problem/m-p/4258776#M1016443</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make sure that screen fields in which you are entering values are declared in TOP include.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this demo tabstrip program.....&lt;/P&gt;&lt;P&gt;&lt;A href="http://saptechnical.com/Tutorials/ABAP/Tabstrips/page1.htm" target="test_blank"&gt;http://saptechnical.com/Tutorials/ABAP/Tabstrips/page1.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Jul 2008 07:58:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-30T07:58:47Z</dc:date>
    <item>
      <title>TABSTRIP Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-problem/m-p/4258775#M1016442</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;This is the first time I am working on a tab-strip.&lt;/P&gt;&lt;P&gt;My only problem is that when i input something in the one of the tab of tabstrip and then go to some other tab , on coming to the same tab the values dissapear.&lt;/P&gt;&lt;P&gt;In every PAI event, the values are cleared.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want the values to stay while scrolling the tabs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 07:47:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-problem/m-p/4258775#M1016442</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-30T07:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: TABSTRIP Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-problem/m-p/4258776#M1016443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make sure that screen fields in which you are entering values are declared in TOP include.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this demo tabstrip program.....&lt;/P&gt;&lt;P&gt;&lt;A href="http://saptechnical.com/Tutorials/ABAP/Tabstrips/page1.htm" target="test_blank"&gt;http://saptechnical.com/Tutorials/ABAP/Tabstrips/page1.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 07:58:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-problem/m-p/4258776#M1016443</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-30T07:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: TABSTRIP Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-problem/m-p/4258777#M1016444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Probably u r clearing all the screen fields in PBO of the screen.&lt;/P&gt;&lt;P&gt;So when ever u go to next tab and comeback it calls PBO of the earlier screen. So check this in debug mode and see.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 08:02:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-problem/m-p/4258777#M1016444</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2008-07-30T08:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: TABSTRIP Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-problem/m-p/4258778#M1016445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make sure that in the PAI the variables that store the value are also declared in the TOP-INCLUDE of the module pool programming.These variables must be populated in the PAI and store the current as well as the previous values.&lt;/P&gt;&lt;P&gt;Thanks and REgards ,&lt;/P&gt;&lt;P&gt;Debojyoti.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 08:04:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-problem/m-p/4258778#M1016445</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-30T08:04:40Z</dc:date>
    </item>
    <item>
      <title>Re: TABSTRIP Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-problem/m-p/4258779#M1016446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For tabstrips there are two options : Scroling at Application server &amp;amp; at Presentation server.&lt;/P&gt;&lt;P&gt;For the first case, PAI is triggered, which seems to be your case. And somewhere in the PBO you are reinitialising things..&lt;/P&gt;&lt;P&gt;But if you wish to not trigger PAI when navigating between tabs, you need to go for the second case. Here you just need to assign function code of type 'P' to the tabs.&lt;/P&gt;&lt;P&gt;So if you requirement is not to trigger PAI, you can change the function code of tabs to type 'P' in which case your data will still be intact...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Piyush&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 08:25:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-problem/m-p/4258779#M1016446</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-30T08:25:38Z</dc:date>
    </item>
  </channel>
</rss>

