<?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 Focus problem with F4 Help [ Editable ALV Grid with OOPS] in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/focus-problem-with-f4-help-editable-alv-grid-with-oops/m-p/10693683#M1870232</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached a F4 help which comes from DDIC structure mapped to Grid Feild Catalouge and also set the property F4 available in Field catalouge setting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i get a F4 help, but when i choose the values, the value gets updated into the very first row cell. Because the Focus is shifted to the first row.&lt;/P&gt;&lt;P&gt;Any idea how keep the focus of the current row intact on pressing&amp;nbsp; F4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 1&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/563111" width="450" /&gt;&lt;/P&gt;&lt;P&gt;Step 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If chose Document 10000065907 from the F4 help list, its gets updated in the first row, instead it should get updated in the row 7, where i used the F4. &lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/563112" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Oct 2014 14:52:33 GMT</pubDate>
    <dc:creator>naresh_vvsr</dc:creator>
    <dc:date>2014-10-14T14:52:33Z</dc:date>
    <item>
      <title>Focus problem with F4 Help [ Editable ALV Grid with OOPS]</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/focus-problem-with-f4-help-editable-alv-grid-with-oops/m-p/10693683#M1870232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached a F4 help which comes from DDIC structure mapped to Grid Feild Catalouge and also set the property F4 available in Field catalouge setting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i get a F4 help, but when i choose the values, the value gets updated into the very first row cell. Because the Focus is shifted to the first row.&lt;/P&gt;&lt;P&gt;Any idea how keep the focus of the current row intact on pressing&amp;nbsp; F4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 1&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/563111" width="450" /&gt;&lt;/P&gt;&lt;P&gt;Step 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If chose Document 10000065907 from the F4 help list, its gets updated in the first row, instead it should get updated in the row 7, where i used the F4. &lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/563112" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2014 14:52:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/focus-problem-with-f4-help-editable-alv-grid-with-oops/m-p/10693683#M1870232</guid>
      <dc:creator>naresh_vvsr</dc:creator>
      <dc:date>2014-10-14T14:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: Focus problem with F4 Help [ Editable ALV Grid with OOPS]</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/focus-problem-with-f4-help-editable-alv-grid-with-oops/m-p/10693684#M1870233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naresh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please use any of the get methods to get the current cell &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GET_SELECTED_CELLS&lt;/P&gt;&lt;P&gt;GET_SELECTED_CELLS_ID&lt;/P&gt;&lt;P&gt;GET_SELECTED_COLUMNS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and set the current cell using the any of the following method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET_SELECTED_CELLS&lt;/P&gt;&lt;P&gt;SET_SELECTED_CELLS_ID&lt;/P&gt;&lt;P&gt;SET_SELECTED_COLUMNS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;FB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 04:28:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/focus-problem-with-f4-help-editable-alv-grid-with-oops/m-p/10693684#M1870233</guid>
      <dc:creator>fredericbasilius</dc:creator>
      <dc:date>2014-10-15T04:28:05Z</dc:date>
    </item>
  </channel>
</rss>

