<?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 Function module     TABLE_GET_KEY_TO_SET_CUR_ROW in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-table-get-key-to-set-cur-row/m-p/3425742#M822714</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;plz tell me hoe to use this FM as i want to enter my key field of table control through it and want to have cursor position in table control for that field value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Feb 11, 2008 11:00 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Feb 2008 15:46:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-11T15:46:13Z</dc:date>
    <item>
      <title>Function module     TABLE_GET_KEY_TO_SET_CUR_ROW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-table-get-key-to-set-cur-row/m-p/3425742#M822714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;plz tell me hoe to use this FM as i want to enter my key field of table control through it and want to have cursor position in table control for that field value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Feb 11, 2008 11:00 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2008 15:46:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-table-get-key-to-set-cur-row/m-p/3425742#M822714</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-11T15:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: Function module     TABLE_GET_KEY_TO_SET_CUR_ROW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-table-get-key-to-set-cur-row/m-p/3425743#M822715</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;The fun module TABLE_GET_KEY_TO_SET_CUR_ROW is called for the Function position to find the correct Row .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Means suppose in you table control you have lot of records .To find particular and select that this Fm is useful..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EX: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) add a button say search box .&lt;/P&gt;&lt;P&gt;2) when user clicks on this button show&lt;/P&gt;&lt;P&gt;dialog box with enter key field No:&lt;/P&gt;&lt;P&gt;3) when user enter box no search table control&lt;/P&gt;&lt;P&gt;intternal table and if found&lt;/P&gt;&lt;P&gt;set tc1-current_line = sy-tabix of record found.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : ata: h_table_key(20) type c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'V_TQ85 is internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function 'TABLE_GET_KEY_TO_SET_CUR_ROW'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;table = 'V_TQ85'&lt;/P&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;table_key = h_table_key&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;cancelled_by_user = 1&lt;/P&gt;&lt;P&gt;table_not_found = 2&lt;/P&gt;&lt;P&gt;others = 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function 'TABLE_GET_KEY_TO_SET_CUR_ROW'&lt;/P&gt;&lt;P&gt;exporting&lt;/P&gt;&lt;P&gt;table = 'ITAB'&lt;/P&gt;&lt;P&gt;importing&lt;/P&gt;&lt;P&gt;table_key = key_value&lt;/P&gt;&lt;P&gt;exceptions&lt;/P&gt;&lt;P&gt;cancelled_by_user = 1&lt;/P&gt;&lt;P&gt;table_not_found = 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;GAURAV J.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Aug 15, 2008 3:36 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2008 06:09:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-table-get-key-to-set-cur-row/m-p/3425743#M822715</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-19T06:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: Function module     TABLE_GET_KEY_TO_SET_CUR_ROW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-table-get-key-to-set-cur-row/m-p/3425744#M822716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dash! I was hopeing to say something like "You are all going to be investigated!!!!"... &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lets see what the next one is...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Aug 2008 16:53:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-table-get-key-to-set-cur-row/m-p/3425744#M822716</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-15T16:53:30Z</dc:date>
    </item>
  </channel>
</rss>

