<?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: Capturing the edited fields in the ALV GRID Using OOPS in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-the-edited-fields-in-the-alv-grid-using-oops/m-p/3688090#M888088</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the Event DATA_CHANGED . in this event you can get the modified data and modified cells.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For reference check the program&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;BCALV_EDIT_03&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Apr 2008 13:25:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-08T13:25:25Z</dc:date>
    <item>
      <title>Capturing the edited fields in the ALV GRID Using OOPS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-the-edited-fields-in-the-alv-grid-using-oops/m-p/3688088#M888086</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 requirement to capture the fields edited in the ALV GRID.&lt;/P&gt;&lt;P&gt;I am using OOPS to display the fields in the ALV GRID, and it allows to enter values in it. However I am not able to capture the new value in the output internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any pointers on the same would be of help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Pankaj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2008 13:09:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-the-edited-fields-in-the-alv-grid-using-oops/m-p/3688088#M888086</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-08T13:09:25Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing the edited fields in the ALV GRID Using OOPS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-the-edited-fields-in-the-alv-grid-using-oops/m-p/3688089#M888087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Check out this article.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapnet.ru/viewtopic.php?t=64&amp;amp;sid=ecad043147dbadbc58e1cf737728719c" target="test_blank"&gt;http://www.sapnet.ru/viewtopic.php?t=64&amp;amp;sid=ecad043147dbadbc58e1cf737728719c&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This document describes how to make the column as editable get the edited values in internal table save the edited values in database and refreshing the grid for display in ALV using OOPS method. &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;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Apr 8, 2008 4:27 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2008 13:19:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-the-edited-fields-in-the-alv-grid-using-oops/m-p/3688089#M888087</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-08T13:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing the edited fields in the ALV GRID Using OOPS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-the-edited-fields-in-the-alv-grid-using-oops/m-p/3688090#M888088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the Event DATA_CHANGED . in this event you can get the modified data and modified cells.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For reference check the program&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;BCALV_EDIT_03&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2008 13:25:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-the-edited-fields-in-the-alv-grid-using-oops/m-p/3688090#M888088</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-08T13:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing the edited fields in the ALV GRID Using OOPS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-the-edited-fields-in-the-alv-grid-using-oops/m-p/3688091#M888089</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 progarm.&lt;/P&gt;&lt;P&gt;BCALV_TEST_GRID_EDIT.&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;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Apr 8, 2008 4:28 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2008 13:36:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-the-edited-fields-in-the-alv-grid-using-oops/m-p/3688091#M888089</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-08T13:36:32Z</dc:date>
    </item>
  </channel>
</rss>

