<?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: Scroll problem in table control wizard in tabstrip subscreen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/scroll-problem-in-table-control-wizard-in-tabstrip-subscreen/m-p/10769047#M1877685</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;can you please post the flow logic of subscreen 903 here, please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Klaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Dec 2014 07:13:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-12-10T07:13:14Z</dc:date>
    <item>
      <title>Scroll problem in table control wizard in tabstrip subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scroll-problem-in-table-control-wizard-in-tabstrip-subscreen/m-p/10769045#M1877683</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 have used a tabstrip wizard in a normal screen(900), in which in the third tab (subscreen 903), I have used table control wizard. The problem is when I scroll the table control, the control is going back to first tab (subscreen 901) for every scroll. I have tried a lot but its not getting resolved. Can I know the how to resolve this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Darshan MS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 06:33:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scroll-problem-in-table-control-wizard-in-tabstrip-subscreen/m-p/10769045#M1877683</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-12-10T06:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: Scroll problem in table control wizard in tabstrip subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scroll-problem-in-table-control-wizard-in-tabstrip-subscreen/m-p/10769046#M1877684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;are you trying to display alv in the 3rd tab?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 07:11:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scroll-problem-in-table-control-wizard-in-tabstrip-subscreen/m-p/10769046#M1877684</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-12-10T07:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: Scroll problem in table control wizard in tabstrip subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scroll-problem-in-table-control-wizard-in-tabstrip-subscreen/m-p/10769047#M1877685</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;can you please post the flow logic of subscreen 903 here, please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Klaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 07:13:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scroll-problem-in-table-control-wizard-in-tabstrip-subscreen/m-p/10769047#M1877685</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-12-10T07:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: Scroll problem in table control wizard in tabstrip subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scroll-problem-in-table-control-wizard-in-tabstrip-subscreen/m-p/10769048#M1877686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In PBO of screen 900 you could have a module to set dynpro/tab to display and you must have a CALL SUBSCREEN area INCLUDING program subscreen tab nr, note the name of the variable that contains the subscreen/tab to display, as well as the origin of the value if changed in a previous PBO module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now trace in your PAI logic (Main screen AND subscreen) the code that may &lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;inadvertently&lt;/SPAN&gt;&lt;/SPAN&gt; change this value. (Remember also that OK_CODE is available in main screen PAI, not in subscreen (so check sequence of module calls and usage of sy-ucomm)&lt;/P&gt;&lt;P&gt;Also when you just press Enter, does the program get back to first tab, so you forget to store the tab to display in a "persistant" variable, but clear it at each PAI/PBO cycle ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 07:29:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scroll-problem-in-table-control-wizard-in-tabstrip-subscreen/m-p/10769048#M1877686</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2014-12-10T07:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: Scroll problem in table control wizard in tabstrip subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scroll-problem-in-table-control-wizard-in-tabstrip-subscreen/m-p/10769049#M1877687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And check in the dynpro settings of subscreen 903 in SE51, which screen is the following one (901 or 903). It should be 903.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Klaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 08:18:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scroll-problem-in-table-control-wizard-in-tabstrip-subscreen/m-p/10769049#M1877687</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-12-10T08:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: Scroll problem in table control wizard in tabstrip subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scroll-problem-in-table-control-wizard-in-tabstrip-subscreen/m-p/10769050#M1877688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Internal table contents&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 09:01:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scroll-problem-in-table-control-wizard-in-tabstrip-subscreen/m-p/10769050#M1877688</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-12-10T09:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: Scroll problem in table control wizard in tabstrip subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scroll-problem-in-table-control-wizard-in-tabstrip-subscreen/m-p/10769051#M1877689</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;The flow is coming from 800 (normal) screen to 900 screen (normal) and in PAI of 800, I am writing the logic to display the data in 900 i.e., sub screens of 900 as I have used tab strip. So no logic is written in 900 or its sub screens 901,902 and 903.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Darshan MS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 09:19:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scroll-problem-in-table-control-wizard-in-tabstrip-subscreen/m-p/10769051#M1877689</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-12-10T09:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: Scroll problem in table control wizard in tabstrip subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scroll-problem-in-table-control-wizard-in-tabstrip-subscreen/m-p/10769052#M1877690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Darshan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use Hold screen position in settings as like inserted image .. Hope it will help for you......&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/605445" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 11:56:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scroll-problem-in-table-control-wizard-in-tabstrip-subscreen/m-p/10769052#M1877690</guid>
      <dc:creator>kabil_g</dc:creator>
      <dc:date>2014-12-10T11:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: Scroll problem in table control wizard in tabstrip subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scroll-problem-in-table-control-wizard-in-tabstrip-subscreen/m-p/10769053#M1877691</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;Thanks for the helpful timely answers. I created other screens with tabstrip wizard, in which, earlier I had selected scrolling in GUI radiobutton. But in the second trial, the other radio button i.e., Scrolling in the Application server. Now its working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Darshan MS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/606474" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2014 11:32:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scroll-problem-in-table-control-wizard-in-tabstrip-subscreen/m-p/10769053#M1877691</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-12-11T11:32:59Z</dc:date>
    </item>
  </channel>
</rss>

