<?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: Automatic scrolling in TABLE CONTROLS in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-scrolling-in-table-controls/m-p/2211481#M473737</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure if this is possible in a table control.  But you should be able to use the page down key (instead of tab) to view the next set of records.&lt;/P&gt;&lt;P&gt; - April King&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Apr 2007 14:47:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-27T14:47:34Z</dc:date>
    <item>
      <title>Automatic scrolling in TABLE CONTROLS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-scrolling-in-table-controls/m-p/2211480#M473736</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 a question concerning automatic scrolling in a TABLE CONTROL .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The number of lines available on the screen of your TABLE CONTROL you decide by creating the table control.  For example I have a table control with 20 lines of input possible.  &lt;/P&gt;&lt;P&gt;Now I show an internal table of 28 lines in the table control, where they can add changes into 1 column.  The cursor automatically jumps from 1 line to the next.  This is great !!  Now, when I come to the last line of my screen and i put my input in the last cell he jumps back to the first line of my table control  &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Is there no possibility that he shows the next line (= line 21, 22, ...) automatically ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you use an ALV he automatically jumps to the next line ... but here he does not jump automatically from 1 cell to the next ..  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so I'm searching a combination of these 2 possibilities.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thx,&lt;/P&gt;&lt;P&gt;Helga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2007 13:47:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-scrolling-in-table-controls/m-p/2211480#M473736</guid>
      <dc:creator>HelgaRaemaekers</dc:creator>
      <dc:date>2007-04-27T13:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic scrolling in TABLE CONTROLS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-scrolling-in-table-controls/m-p/2211481#M473737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure if this is possible in a table control.  But you should be able to use the page down key (instead of tab) to view the next set of records.&lt;/P&gt;&lt;P&gt; - April King&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2007 14:47:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-scrolling-in-table-controls/m-p/2211481#M473737</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-27T14:47:34Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic scrolling in TABLE CONTROLS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-scrolling-in-table-controls/m-p/2211482#M473738</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;Try defining the table control lines in PBO. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT. &lt;/P&gt;&lt;P&gt;ZTR0300-CURRENT_LINE = 100. &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;bhaskar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2007 15:42:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-scrolling-in-table-controls/m-p/2211482#M473738</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-27T15:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic scrolling in TABLE CONTROLS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-scrolling-in-table-controls/m-p/2211483#M473739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would be pleased with using the page down key if there is a solution to the fact that when you entered your input in the last line he automatically jumps back to the first line.  My users are "typing blind" and so they keep on putting input over the values that they already have given ... There should be some kind of alarm or a stop in overwriting the input ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this possible? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx for reacting!&lt;/P&gt;&lt;P&gt;Helga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 10:01:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-scrolling-in-table-controls/m-p/2211483#M473739</guid>
      <dc:creator>HelgaRaemaekers</dc:creator>
      <dc:date>2007-05-02T10:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic scrolling in TABLE CONTROLS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-scrolling-in-table-controls/m-p/2211484#M473740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately, using the current_line = 100, this doesn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;grtz,&lt;/P&gt;&lt;P&gt;Helga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 10:02:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-scrolling-in-table-controls/m-p/2211484#M473740</guid>
      <dc:creator>HelgaRaemaekers</dc:creator>
      <dc:date>2007-05-02T10:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic scrolling in TABLE CONTROLS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-scrolling-in-table-controls/m-p/2211485#M473741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Helga, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when you have fecthed your records from table in to an internal table,then you can find the entries of an internal table.suppose if you have an entries of n.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to assign the dynamically the vertical scroll bar using the following logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : t_ctrl type tableview using screen 'xxxx'.&lt;/P&gt;&lt;P&gt;t_ctrl-lines = ln + 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know whether this is ok for vertical scroll bar active at run time. Else let me know what is the solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 10:29:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-scrolling-in-table-controls/m-p/2211485#M473741</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-02T10:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic scrolling in TABLE CONTROLS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-scrolling-in-table-controls/m-p/2211486#M473742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Reddy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the vertical scroll bar is ok (I had already build in the functionality you describes) - but he doesn't jump to the other lines of the table control - he jumps to the first line again instead to the next ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 11:21:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-scrolling-in-table-controls/m-p/2211486#M473742</guid>
      <dc:creator>HelgaRaemaekers</dc:creator>
      <dc:date>2007-05-02T11:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic scrolling in TABLE CONTROLS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-scrolling-in-table-controls/m-p/2211487#M473743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know if this will help.  It seems to reference forced (rather than user-controlled) scrolling.  This is from the SAP ABAP keyword documentation:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For program-controlled scrolling, it is sufficient to assign a value to the component TOP_LINE of the structure CXTAB_CONTROL during PBO processing. For page by page scrolling, the number of pages to be scrolled can be obtained from the system field sy-loopc during the loop processing. sy-loopc contains the number of currently displayed rows, while the component LINES of the structure CXTAB_CONTROL contains the number of rows in the entire table control. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; - April&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 12:23:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-scrolling-in-table-controls/m-p/2211487#M473743</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-02T12:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic scrolling in TABLE CONTROLS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-scrolling-in-table-controls/m-p/2211488#M473744</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 once used this, it worked :&lt;/P&gt;&lt;P&gt;CONTROLS : ctrl_restab TYPE TABLEVIEW USING SCREEN 'xxxx'.&lt;/P&gt;&lt;P&gt;Then you can manipulate the parameters lines and top_line of ctrl_restab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you add 1 to TOP_LINE when the user is in the last line and presses the enter-key the TC will jump to the following line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Dirk.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 12:53:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-scrolling-in-table-controls/m-p/2211488#M473744</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-02T12:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic scrolling in TABLE CONTROLS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-scrolling-in-table-controls/m-p/2211489#M473745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dirk, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;inderdaad, dit zou werken indien mijn users de ENTER zouden gebruiken ...&lt;/P&gt;&lt;P&gt;Maar ze gebruiken deze TC als "snelinvoer", ze tikken een waarde in van 2 cijfers in 1 kolom van de TC en ze gaan zo automatisch door naar de volgende lijn... totdat het scherm vol is natuurlijk en dan komt het probleem : ipv naar de volgende lijn van de TC te springen (die nog niet zichtbaar is op dat moment) springt hij terug naar de eerste lijn van de TC en als de users niet opletten () overtikken ze al hun pas ingevoerde waardes opnieuw ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 13:15:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-scrolling-in-table-controls/m-p/2211489#M473745</guid>
      <dc:creator>HelgaRaemaekers</dc:creator>
      <dc:date>2007-05-02T13:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic scrolling in TABLE CONTROLS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-scrolling-in-table-controls/m-p/2211490#M473746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi April,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this would work if I came into my PBO ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The user automatically jumps from line to line on the input screen and does not use the ENTER key.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 13:25:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-scrolling-in-table-controls/m-p/2211490#M473746</guid>
      <dc:creator>HelgaRaemaekers</dc:creator>
      <dc:date>2007-05-02T13:25:37Z</dc:date>
    </item>
  </channel>
</rss>

