<?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: Table Control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2185868#M465425</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The cursor can be positioned in any field of the table and on any line as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set cursor field 'fieldname' line nnn&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you can set the top or current line of a table control:&lt;/P&gt;&lt;P&gt;cont_table-top_line = 1.&lt;/P&gt;&lt;P&gt;cont_table-current_line = 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Kevin Bowmer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 May 2007 08:33:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-04T08:33:25Z</dc:date>
    <item>
      <title>Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2185867#M465424</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 table control in my on line program. The TC has 200 lines and it show 13 lines per pages.  For with process, I fill It with many lines.  Between one process and other, I need to start It at the first line.  How can I do this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Valter Miranda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2007 08:24:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2185867#M465424</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-04T08:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2185868#M465425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The cursor can be positioned in any field of the table and on any line as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set cursor field 'fieldname' line nnn&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you can set the top or current line of a table control:&lt;/P&gt;&lt;P&gt;cont_table-top_line = 1.&lt;/P&gt;&lt;P&gt;cont_table-current_line = 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Kevin Bowmer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2007 08:33:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2185868#M465425</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-04T08:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2185869#M465426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kevin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I alredy tried to use in my program the options top_line, current_line, set cursor 1 1 in the PBO module, but unsuccessfully.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To change the target field by using de set cursor field it was OK, but to fixed the line 1 for with process, It isn't Ok yet. Loop at Screen may be used for this case ? If yes, what is the property name ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Valter Miranda&lt;/P&gt;&lt;P&gt;Brazil - São Paulo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2007 09:03:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2185869#M465426</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-04T09:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2185870#M465427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the PBO, you should use top_line and current_line only in a conditional(IF) statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The PAI and PBO will be processed even when u scroll the tablew contrl. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So we can change those values only under certain condition(other than 'PageUp' 'PageDown' 'FirstPage' 'Last Page' etc.,) i.e., when ever we want&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is useful.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2007 10:08:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2185870#M465427</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-04T10:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2185871#M465428</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;U need to &amp;lt;b&amp;gt;award points for useful answers&amp;lt;/b&amp;gt; and u have to mention it as solved if ur question is solved. Dont forget. &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 11:00:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2185871#M465428</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T11:00:35Z</dc:date>
    </item>
  </channel>
</rss>

