<?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 with page down in table control and screen page down scroll in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-page-down-in-table-control-and-screen-page-down-scroll/m-p/4586041#M1081785</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 created custom screen, which has  lines 100, so by default vertical bar will come to screen. I have a table control at the end of the screen, it also has vertical scroll bar. Now the problem is - to see the table control i am dragging the screen vertical bar to  bottom till i see my table control which is at the end of the screen. Now to see all the records in the table control, i am moving the table control vertical bar, when i move it screen vertical bar is again coming to top. It is happening always when i scroll down table control vertical bar. Can you please tell me how to stop screen vertical bar, which i was moving the table control vertical bar. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Sep 2008 22:48:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-30T22:48:34Z</dc:date>
    <item>
      <title>problem with page down in table control and screen page down scroll</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-page-down-in-table-control-and-screen-page-down-scroll/m-p/4586041#M1081785</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 created custom screen, which has  lines 100, so by default vertical bar will come to screen. I have a table control at the end of the screen, it also has vertical scroll bar. Now the problem is - to see the table control i am dragging the screen vertical bar to  bottom till i see my table control which is at the end of the screen. Now to see all the records in the table control, i am moving the table control vertical bar, when i move it screen vertical bar is again coming to top. It is happening always when i scroll down table control vertical bar. Can you please tell me how to stop screen vertical bar, which i was moving the table control vertical bar. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2008 22:48:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-page-down-in-table-control-and-screen-page-down-scroll/m-p/4586041#M1081785</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-30T22:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: problem with page down in table control and screen page down scroll</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-page-down-in-table-control-and-screen-page-down-scroll/m-p/4586042#M1081786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jaya Sri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In PBO of that screen, if we set cursor on table control only while pressing vertical scroll bar of the table control, it will be visible in the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add the following code in PBO,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

  IF SY-UCOMM = 'P+'.
    SET CUROSOR FIELD ZTC LINE ZTC-TOP_LINE.
  ENDIF.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here, ZTC is the table control,&lt;/P&gt;&lt;P&gt;         P+ is the finction code for NEXT PAGE button.&lt;/P&gt;&lt;P&gt;         &lt;/P&gt;&lt;P&gt;This code is for only NEXT PAGE button. You have to add condition for all others.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you can't capture the SY-UCOMM, check out any DIFFERENCE in TOP_LINE field value. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If TOP_LINE changed, SET the CURSOR.&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;R.Nagarajan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2008 00:51:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-page-down-in-table-control-and-screen-page-down-scroll/m-p/4586042#M1081786</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-01T00:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: problem with page down in table control and screen page down scroll</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-page-down-in-table-control-and-screen-page-down-scroll/m-p/4586043#M1081787</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 your response, my problem is ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;designed screen 9000 - of lines - 35, so automatically that screen will have vertical bar. in the same screen i had a table control at the end ... like from line 30 to 35. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Initially when i open the screen i can see only first 30 lines in the screen (but my table control is starting from 30th line), so i am scrolling screen vertical bar down and scrolling down my table control vertical bar to see the remaining lines in the table control. Unfortunately ... everytime when i move table control vertical bar...screen vertical bar is coming to top...it means always i can see only first 30 lines of the screen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please let me know if my issues is not clear.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2008 01:09:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-page-down-in-table-control-and-screen-page-down-scroll/m-p/4586043#M1081787</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-01T01:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: problem with page down in table control and screen page down scroll</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-page-down-in-table-control-and-screen-page-down-scroll/m-p/4586044#M1081788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;solved on my own...need to set screen attributes - 'Hold Screen Position'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2008 01:27:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-page-down-in-table-control-and-screen-page-down-scroll/m-p/4586044#M1081788</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-01T01:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: problem with page down in table control and screen page down scroll</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-page-down-in-table-control-and-screen-page-down-scroll/m-p/4586045#M1081789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You Done it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2008 01:32:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-page-down-in-table-control-and-screen-page-down-scroll/m-p/4586045#M1081789</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-01T01:32:24Z</dc:date>
    </item>
  </channel>
</rss>

