<?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 Partial ALV refresh in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/partial-alv-refresh/m-p/11543979#M1936110</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an ALV Grid with some editable fields. Once I have introduced something in this, it must not change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works properly, however, if I try to change field's content, it doesn't recover his original value until I refresh entire table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How could I do to recover the original value after I try to modify this field?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Feb 2016 12:31:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2016-02-23T12:31:38Z</dc:date>
    <item>
      <title>Partial ALV refresh</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/partial-alv-refresh/m-p/11543979#M1936110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an ALV Grid with some editable fields. Once I have introduced something in this, it must not change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works properly, however, if I try to change field's content, it doesn't recover his original value until I refresh entire table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How could I do to recover the original value after I try to modify this field?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2016 12:31:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/partial-alv-refresh/m-p/11543979#M1936110</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-02-23T12:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: Partial ALV refresh</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/partial-alv-refresh/m-p/11543980#M1936111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I understand you correctly you want to disallow to change the value of the field once it was entered? If yes they use cell styles to make cell disabled for editing in event data_changed_finished.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2016 12:39:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/partial-alv-refresh/m-p/11543980#M1936111</guid>
      <dc:creator>LukaszPegiel</dc:creator>
      <dc:date>2016-02-23T12:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: Partial ALV refresh</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/partial-alv-refresh/m-p/11543981#M1936112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So if I understand correctly, then only the empty editable fields can be changed? If that is the case, I would make sure the fields that aren't empty aren't editable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In cl_gui_alv_grid you can do so by adding a styletable to each row for example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2016 12:44:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/partial-alv-refresh/m-p/11543981#M1936112</guid>
      <dc:creator>Patrick_vN</dc:creator>
      <dc:date>2016-02-23T12:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: Partial ALV refresh</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/partial-alv-refresh/m-p/11543982#M1936113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi Łukasz,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Yes, You have understand me correctly.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;It's possible to disable cell for editing on a single row?&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I mean if it's possible to disable in a row and another no.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2016 12:52:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/partial-alv-refresh/m-p/11543982#M1936113</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-02-23T12:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: Partial ALV refresh</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/partial-alv-refresh/m-p/11543983#M1936114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using a styletable, you can make cell per cell editable (or not) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example: &lt;A __default_attr="314307" __jive_macro_name="thread" class="jive_macro_thread jive_macro" data-orig-content="Event Control&amp;nbsp; ALV Cell" href="https://community.sap.com/" modifiedtitle="true" title="Event Control  ALV Cell"&gt;&lt;/A&gt;&lt;SPAN style="font-size: 10pt;"&gt; or report &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; BCALV_EDIT_05&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2016 12:57:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/partial-alv-refresh/m-p/11543983#M1936114</guid>
      <dc:creator>Patrick_vN</dc:creator>
      <dc:date>2016-02-23T12:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: Partial ALV refresh</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/partial-alv-refresh/m-p/11543984#M1936115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it's possible . Check this demo programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/893231" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2016 12:58:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/partial-alv-refresh/m-p/11543984#M1936115</guid>
      <dc:creator>LukaszPegiel</dc:creator>
      <dc:date>2016-02-23T12:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: Partial ALV refresh</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/partial-alv-refresh/m-p/11543985#M1936116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In answer to your other question:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;David Sánchez wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;This works properly, however, if I try to change field's content, it doesn't recover his original value until I refresh entire table.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;How could I do to recover the original value after I try to modify this field?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks for all!&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;David&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The editable ALV grid if set up properly has an undo button which will undo any changes made.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2016 14:50:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/partial-alv-refresh/m-p/11543985#M1936116</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-02-23T14:50:42Z</dc:date>
    </item>
  </channel>
</rss>

