<?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 Editable ALV in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv/m-p/6291374#M1389908</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i used REUSE_ALV_GRID_DISPLAY and make some fields editable on my output by the hepl of field catalog parameter 'EDIT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i want i press save i want to know what data has been changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how i can find the exact lines which are change and what is the change.&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;Himanshu Sharma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Oct 2009 13:25:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-10-28T13:25:37Z</dc:date>
    <item>
      <title>Editable ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv/m-p/6291374#M1389908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i used REUSE_ALV_GRID_DISPLAY and make some fields editable on my output by the hepl of field catalog parameter 'EDIT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i want i press save i want to know what data has been changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how i can find the exact lines which are change and what is the change.&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;Himanshu Sharma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2009 13:25:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv/m-p/6291374#M1389908</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-28T13:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: Editable ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv/m-p/6291375#M1389909</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;U need to check the "old" values (loaded before displaying them by ALV) and the "new" ones (after displaying them by ALV), and find out the differences.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2009 13:30:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv/m-p/6291375#M1389909</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-28T13:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: Editable ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv/m-p/6291376#M1389910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi thanks for the answer but what if there are 1000000 records in the output and only 5 records are changed then its a very long proces to check all the records is there any meathod or parameter which give me the value of changed record.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2009 13:33:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv/m-p/6291376#M1389910</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-28T13:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: Editable ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv/m-p/6291377#M1389911</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;So instead of use the fm GRID, use OOP, in this way u can catch the event triggered as soon as a field is changed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2009 13:41:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv/m-p/6291377#M1389911</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-28T13:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: Editable ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv/m-p/6291378#M1389912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;You could sort the ALV-table by last-changed-timestamp and colour the changed fields.&lt;/P&gt;&lt;P&gt;/Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2009 14:11:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv/m-p/6291378#M1389912</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-28T14:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: Editable ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv/m-p/6291379#M1389913</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;One way is to compare the old values and the new values by storing both the values in an internal table and checking record by record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other way is to select the record and then edit it. Then on saving the report all the selected rows alone would get saved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For alv layout add this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gs_layout-box_fieldname = 'SEL'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add this gs_layout in the alv function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the alv internal table add another field SEL with char 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the selected records would have 'X' in this field SEL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;HArini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2009 14:24:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv/m-p/6291379#M1389913</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-28T14:24:43Z</dc:date>
    </item>
  </channel>
</rss>

