<?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 ALV in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2410417#M537598</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;One of the field on ALV list is editable. After changing the value , it should get saved and reflected &lt;/P&gt;&lt;P&gt;in the internal table. How can I do it ?&lt;/P&gt;&lt;P&gt;How to get the changed value?&lt;/P&gt;&lt;P&gt;Is there any function module?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please give a solution .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srinivas P.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Jun 2007 08:42:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-21T08:42:35Z</dc:date>
    <item>
      <title>ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2410417#M537598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;One of the field on ALV list is editable. After changing the value , it should get saved and reflected &lt;/P&gt;&lt;P&gt;in the internal table. How can I do it ?&lt;/P&gt;&lt;P&gt;How to get the changed value?&lt;/P&gt;&lt;P&gt;Is there any function module?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please give a solution .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srinivas P.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2007 08:42:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2410417#M537598</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-21T08:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2410418#M537599</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 this standard pgm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;BCALV_EDIT_04&amp;lt;/b&amp;gt; This report illustrates how to add and remove lines to a table using the ALV Grid Control and how to &lt;/P&gt;&lt;P&gt;implement the saving of the new data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also check the demo programs &lt;/P&gt;&lt;P&gt;BCALV_FULLSCREEN_GRID_EDIT&lt;/P&gt;&lt;P&gt;BCALV_GRID_EDIT &lt;/P&gt;&lt;P&gt;BCALV_TEST_GRID_EDIT_01 &lt;/P&gt;&lt;P&gt;BCALV_TEST_GRID_EDITABLE &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2007 08:45:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2410418#M537599</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-21T08:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2410419#M537600</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 Method &amp;lt;b&amp;gt;CHECK_CHANGED_DATA&amp;lt;/b&amp;gt; will update the edited values in the Internal Table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It corresponds to the Class &amp;lt;b&amp;gt;CL_GUI_ALV_GRID&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U try This,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data : grid_pur TYPE REF TO cl_gui_alv_grid.&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;.........&lt;/P&gt;&lt;P&gt;CALL METHOD grid_pur-&amp;gt;check_changed_data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Padmam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2007 08:53:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2410419#M537600</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-21T08:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2410420#M537601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You !!!!!!!!!!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2007 09:24:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2410420#M537601</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-21T09:24:32Z</dc:date>
    </item>
  </channel>
</rss>

