<?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: Another table control issue... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/another-table-control-issue/m-p/1056886#M90622</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you will need to add the TOP_LINE value and the CURRENT_LINE value of the table control together to get the actual row of the internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 Oct 2005 18:51:56 GMT</pubDate>
    <dc:creator>RichHeilman</dc:creator>
    <dc:date>2005-10-31T18:51:56Z</dc:date>
    <item>
      <title>Another table control issue...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/another-table-control-issue/m-p/1056885#M90621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a table control which has two fields: Table Name and Field Name. I have a listbox for Table name field and F4 for field name. Depending on the table name chosen, F4 shows the relative field entries. Now problem is coming when all the rows on the screen are filled and user do a scroll down. now since I am reading the table name to call F4 for field name using Tablectrl-currentline, it is giving me wrong value for table name. Also I have to take care of th efact that user can modify existing entry also. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anybody???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reagards,&lt;/P&gt;&lt;P&gt;Arpit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2005 18:46:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/another-table-control-issue/m-p/1056885#M90621</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-31T18:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: Another table control issue...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/another-table-control-issue/m-p/1056886#M90622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you will need to add the TOP_LINE value and the CURRENT_LINE value of the table control together to get the actual row of the internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2005 18:51:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/another-table-control-issue/m-p/1056886#M90622</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-10-31T18:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: Another table control issue...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/another-table-control-issue/m-p/1056887#M90623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you will want to do something like this.  It worked for me in one of my table control programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

data: cursorfield(20) type c,
      cursorline      type i,
      cursorvalue(20) type c,
      cursorindex     type i.


* Read the line of the table where user has requested F4 help
  get cursor field cursorfield line cursorline value cursorvalue.
  cursorline = ( cursorline + tablecon-top_line ) - 1.
  read table internal_table index cursorline.


&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2005 18:54:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/another-table-control-issue/m-p/1056887#M90623</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-10-31T18:54:55Z</dc:date>
    </item>
  </channel>
</rss>

