<?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: Problem with focus with an ALV grid using object methods in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-focus-with-an-alv-grid-using-object-methods/m-p/1530740#M242563</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; Check the program &amp;lt;b&amp;gt;BCALV_EDIT_02&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Azaz ali.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Aug 2006 21:33:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-01T21:33:27Z</dc:date>
    <item>
      <title>Problem with focus with an ALV grid using object methods</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-focus-with-an-alv-grid-using-object-methods/m-p/1530738#M242561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, i have an editable ALV and there is something wrong that we haven't been able to solve it yet, hope you can understand my explanation&lt;/P&gt;&lt;P&gt;Supose a grid 2 x 5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cell 1 - cell 2 - Cell 3 - Cell 4 - Cell 5&lt;/P&gt;&lt;P&gt;001      John      Doe &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So when a press tab or enter to the any cell diferent from cell 1 the focus get back to the cell 1, and i have to tab ( in this example) 3 times to fill cell 4, and then 4 times to fill cell 5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas???&lt;/P&gt;&lt;P&gt;ttorres&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2006 20:50:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-focus-with-an-alv-grid-using-object-methods/m-p/1530738#M242561</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-01T20:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with focus with an ALV grid using object methods</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-focus-with-an-alv-grid-using-object-methods/m-p/1530739#M242562</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;Use method :SET_CURRENT_CELL_VIA_ID of grid to set the cursor position in a cell.&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;CALL METHOD O_GRID-&amp;gt;SET_CURRENT_CELL_VIA_ID&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        IS_ROW_ID    = V_ROW&lt;/P&gt;&lt;P&gt;        IS_COLUMN_ID = V_COLUMN&lt;/P&gt;&lt;P&gt;        IS_ROW_NO    = V_ROW_NUM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use methods : get_current_cell_row_id, get_current_cell &lt;/P&gt;&lt;P&gt;to get the required parameters for SET_CURRENT_CELL_VIA_ID.&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;Appana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2006 20:55:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-focus-with-an-alv-grid-using-object-methods/m-p/1530739#M242562</guid>
      <dc:creator>Laxmana_Appana_</dc:creator>
      <dc:date>2006-08-01T20:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with focus with an ALV grid using object methods</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-focus-with-an-alv-grid-using-object-methods/m-p/1530740#M242563</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; Check the program &amp;lt;b&amp;gt;BCALV_EDIT_02&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Azaz ali.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2006 21:33:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-focus-with-an-alv-grid-using-object-methods/m-p/1530740#M242563</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-01T21:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with focus with an ALV grid using object methods</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-focus-with-an-alv-grid-using-object-methods/m-p/1530741#M242564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, tks for your answer but it didn't work, this is SAP 4.6 C and it says with this method get_current_cell_row_id that i can't use it 'cause i have no authority&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ttorres&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Aug 2006 15:15:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-focus-with-an-alv-grid-using-object-methods/m-p/1530741#M242564</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-04T15:15:45Z</dc:date>
    </item>
  </channel>
</rss>

