<?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 problem in Tab strip in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-tab-strip/m-p/8376902#M1642478</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    I am facing problem in Tab strip where imy second tab is automatically getting in active position once after saving data in the first tab through save button in pf-status.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Nov 2011 10:42:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-11-24T10:42:39Z</dc:date>
    <item>
      <title>problem in Tab strip</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-tab-strip/m-p/8376902#M1642478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    I am facing problem in Tab strip where imy second tab is automatically getting in active position once after saving data in the first tab through save button in pf-status.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Nov 2011 10:42:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-tab-strip/m-p/8376902#M1642478</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-24T10:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: problem in Tab strip</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-tab-strip/m-p/8376903#M1642479</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;Please check pf-status,screen no.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Nov 2011 10:56:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-tab-strip/m-p/8376903#M1642479</guid>
      <dc:creator>madhu_vadlamani</dc:creator>
      <dc:date>2011-11-24T10:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: problem in Tab strip</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-tab-strip/m-p/8376904#M1642480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to check the ACTIVE_TAB value &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Normally in Tabstrip programs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;iN PBO&lt;/P&gt;&lt;P&gt;call subscreen sub using sy-repid dynnr " Here DYNNR is a variable in TOP include (neglect if Syntax is incorrect)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;case sy-ucomm.&lt;/P&gt;&lt;P&gt;when 'TAB1'.&lt;/P&gt;&lt;P&gt;DYNNR = 2000.   " Your Subscreen number to which this Tab pointing to&lt;/P&gt;&lt;P&gt;ts_active_tab = 'TAB1'  " This is the Tabstrip you declared in TOP Include&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;For more info Take F1 help on Controls Key word or go throug demo programs&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;Hope this serve your purpose&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheerz&lt;/P&gt;&lt;P&gt;Ramchander Rao.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Nov 2011 11:14:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-tab-strip/m-p/8376904#M1642480</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-24T11:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: problem in Tab strip</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-tab-strip/m-p/8376905#M1642481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Makesure you pass the correct o-code to tab_strip--activetab plus you sent the right screen number in GV_DYNNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PBO&lt;/P&gt;&lt;P&gt;CALL SUBSCREEN test1 INCLUDING sy-repid gv_dynnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PAI&lt;/P&gt;&lt;P&gt;CALL SUBSCREEN test1 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nabheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2011 09:38:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-tab-strip/m-p/8376905#M1642481</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2011-11-30T09:38:12Z</dc:date>
    </item>
    <item>
      <title>Re: problem in Tab strip</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-tab-strip/m-p/8376906#M1642482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi dear&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try this  Take a Strig type attribute in context&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goto the tabstrip properties  there in option "SELECTED TAB"  bind it with that string attribute&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and provide the value of that attribute as the name of first tab of tabstrip&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mine thing worked properly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please try the provided link too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005/helpdata/EN/e8/ac884118aa1709e10000000a155106/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005/helpdata/EN/e8/ac884118aa1709e10000000a155106/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: AMARENDRA on Nov 30, 2011 11:50 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2011 10:50:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-tab-strip/m-p/8376906#M1642482</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-30T10:50:25Z</dc:date>
    </item>
  </channel>
</rss>

