<?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: Screen scrolling problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-scrolling-problem/m-p/6237721#M1381680</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the common problem and its a standard one.The only alternative i can think of is just position your table control in such a way its always visible on the sub screen.Place it close to the top end of the subscreen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will be good if you show them in any transaction ME21N or ME51n etc that this is happening because of the standard functionality provide by SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nabheet Madan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Oct 2009 06:38:01 GMT</pubDate>
    <dc:creator>nabheetscn</dc:creator>
    <dc:date>2009-10-15T06:38:01Z</dc:date>
    <item>
      <title>Screen scrolling problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-scrolling-problem/m-p/6237720#M1381679</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 have been facing this issue in a module pool program. I have a main screen with 3 subscreen areas in it. These subscreens areas would point to different subscreens at runtime depending on the some condition. On the third subscreen we have a table control in it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now whenever we want to scroll through the records in that table control, first we have to scroll the main screen to the bottom (to display the table control which is at the end) and then scroll the table control. When we scroll the table control data, the main screen cursor again goes to TOP and we again need to scroll it down to the end.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anyone throw some light on the issues? Any help would be appreciated. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shounak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2009 13:52:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-scrolling-problem/m-p/6237720#M1381679</guid>
      <dc:creator>former_member628175</dc:creator>
      <dc:date>2009-10-12T13:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: Screen scrolling problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-scrolling-problem/m-p/6237721#M1381680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the common problem and its a standard one.The only alternative i can think of is just position your table control in such a way its always visible on the sub screen.Place it close to the top end of the subscreen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will be good if you show them in any transaction ME21N or ME51n etc that this is happening because of the standard functionality provide by SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nabheet Madan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2009 06:38:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-scrolling-problem/m-p/6237721#M1381680</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2009-10-15T06:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: Screen scrolling problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-scrolling-problem/m-p/6237722#M1381681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Shounak ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The possible way to avoide this problem is: &lt;/P&gt;&lt;P&gt;  Use Get cusor field &amp;lt;field(f1)&amp;gt; line &amp;lt;line(l1)&amp;gt; in the PAI where you have written code for the table control and&lt;/P&gt;&lt;P&gt;  Use Set cursor field &amp;lt;field(f1)&amp;gt; line  &amp;lt;line(l1)&amp;gt;  in the PBO .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  One thing you should remember that these codes must be written inside the loop and endloop of the table control, Both in PBO&lt;/P&gt;&lt;P&gt;  and PAI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Hence you need to scroll the screen only one and when the crusor will reach to the table control it will stay in its position&lt;/P&gt;&lt;P&gt;  despite of scroll of the table control .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards.&lt;/P&gt;&lt;P&gt;Subhash.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2009 09:37:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-scrolling-problem/m-p/6237722#M1381681</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-15T09:37:06Z</dc:date>
    </item>
  </channel>
</rss>

