<?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: ALV Editable Cell Issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-editable-cell-issue/m-p/10702166#M1871065</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Radek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the event DATA_CHANGED have a parameter ER_DATA_CHANGED (TYPE REF TO CL_ALV_CHANGED_DATA_PROTOCOL) with a set of methods, one of this method is MODIFY_STYLE, try to use it. Instead of DATA_CHANGED you can also try event DATA_CHANGED_FINISHED.&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;Angelo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Oct 2014 09:38:43 GMT</pubDate>
    <dc:creator>former_member302911</dc:creator>
    <dc:date>2014-10-28T09:38:43Z</dc:date>
    <item>
      <title>ALV Editable Cell Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-editable-cell-issue/m-p/10702160#M1871059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created an ALV Grid using clas cl_alv_gui_grid. Some of the fields are editable and some are not&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/571672" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As we can see above field New Reorder Point is editable initially for type VB&amp;nbsp; and non editable for field PD.&lt;/P&gt;&lt;P&gt;I have also added an event handler that if the user changes the type to PD then the field becomes non editable and vice versa for VB. It works but only to some extent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I change the first record to PD it becomes non editable. Then when I change the second record to PD it becomes non editable but now the first record becomes editable.&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/571733" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the value for CELLSTYLE changes fine, I then refresh the display and it sitll works fine but as soon as in the debugger the execution leaves the Z code and goes to the standard SAP ALV processing it initializes that value to what it was when the table was first displayed. Hence the issue when I am processing the second record the first one opens up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea what the issue may be?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My code looks as follows on event data change:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;OL&gt;
&lt;LI style="font-weight: normal; vertical-align: top;"&gt;
&lt;DIV&gt;&lt;SPAN style="color: #005066; text-transform: uppercase; font-weight: bold; zzz: statement;"&gt;READ TABLE&lt;/SPAN&gt; gt_output &lt;SPAN style="color: #500066; text-transform: uppercase; font-weight: bold; zzz: keyword;"&gt;ASSIGNING&lt;/SPAN&gt; &lt;SPAN style="color: #800080;"&gt;&amp;lt;&lt;/SPAN&gt;fs_output&lt;SPAN style="color: #800080;"&gt;&amp;gt;&lt;/SPAN&gt; &lt;SPAN style="color: #500066; text-transform: uppercase; font-weight: bold; zzz: keyword;"&gt;INDEX&lt;/SPAN&gt; ip_sel_row&lt;SPAN style="color: #808080;"&gt;-&lt;/SPAN&gt;row_id&lt;SPAN style="color: #808080;"&gt;.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI style="font-weight: normal; vertical-align: top;"&gt;
&lt;DIV&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #000066; text-transform: uppercase; font-weight: bold; zzz: control;"&gt;IF&lt;/SPAN&gt; sy&lt;SPAN style="color: #808080;"&gt;-&lt;/SPAN&gt;subrc &lt;SPAN style="color: #800080;"&gt;=&lt;/SPAN&gt; &lt;SPAN style="color: #3399ff;"&gt;0&lt;/SPAN&gt;&lt;SPAN style="color: #808080;"&gt;.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI style="font-weight: normal; vertical-align: top;"&gt;
&lt;DIV&gt;&lt;SPAN style="color: #000066; text-transform: uppercase; font-weight: bold; zzz: control;"&gt;IF&lt;/SPAN&gt; lv_sel_value &lt;SPAN style="color: #800080;"&gt;=&lt;/SPAN&gt; lc_vb&lt;SPAN style="color: #808080;"&gt;.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI style="font-weight: normal; vertical-align: top;"&gt;
&lt;DIV&gt; &lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI style="font-weight: bold; vertical-align: top;"&gt;
&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #005066; text-transform: uppercase; font-weight: bold; zzz: statement;"&gt;REFRESH&lt;/SPAN&gt; lt_style&lt;SPAN style="color: #808080;"&gt;-&lt;/SPAN&gt;cellstyles&lt;SPAN style="color: #808080;"&gt;.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI style="font-weight: normal; vertical-align: top;"&gt;
&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #005066; text-transform: uppercase; font-weight: bold; zzz: statement;"&gt;CLEAR&lt;/SPAN&gt; ls_style&lt;SPAN style="color: #808080;"&gt;.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI style="font-weight: normal; vertical-align: top;"&gt;
&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ls_style&lt;SPAN style="color: #808080;"&gt;-&lt;/SPAN&gt;fieldname &lt;SPAN style="color: #800080;"&gt;=&lt;/SPAN&gt; lc_zzminbe_new&lt;SPAN style="color: #808080;"&gt;.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI style="font-weight: normal; vertical-align: top;"&gt;
&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ls_style&lt;SPAN style="color: #808080;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #500066; text-transform: uppercase; font-weight: bold; zzz: keyword;"&gt;style&lt;/SPAN&gt; &lt;SPAN style="color: #800080;"&gt;=&lt;/SPAN&gt; cl_gui_alv_grid&lt;SPAN style="color: #808080;"&gt;=&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="color: #202020;"&gt;mc_style_enabled&lt;/SPAN&gt;&lt;SPAN style="color: #808080;"&gt;.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI style="font-weight: normal; vertical-align: top;"&gt;
&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #005066; text-transform: uppercase; font-weight: bold; zzz: statement;"&gt;INSERT&lt;/SPAN&gt; ls_style &lt;SPAN style="color: #500066; text-transform: uppercase; font-weight: bold; zzz: keyword;"&gt;INTO&lt;/SPAN&gt; &lt;SPAN style="color: #500066; text-transform: uppercase; font-weight: bold; zzz: keyword;"&gt;TABLE&lt;/SPAN&gt; lt_style&lt;SPAN style="color: #808080;"&gt;-&lt;/SPAN&gt;cellstyles&lt;SPAN style="color: #808080;"&gt;.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI style="font-weight: bold; vertical-align: top;"&gt;
&lt;DIV&gt; &lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI style="font-weight: normal; vertical-align: top;"&gt;
&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #800080;"&gt;&amp;lt;&lt;/SPAN&gt;fs_output&lt;SPAN style="color: #800080;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="color: #808080;"&gt;-&lt;/SPAN&gt;cellstyles &lt;SPAN style="color: #800080;"&gt;=&lt;/SPAN&gt; lt_style&lt;SPAN style="color: #808080;"&gt;-&lt;/SPAN&gt;cellstyles&lt;SPAN style="color: #808080;"&gt;.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI style="font-weight: normal; vertical-align: top;"&gt;
&lt;DIV&gt; &lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI style="font-weight: normal; vertical-align: top;"&gt;
&lt;DIV&gt;&lt;SPAN style="color: #339933;"&gt;*If the MRP Type changed to ND PD then close the New Reorder Pt. l for editing&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI style="font-weight: normal; vertical-align: top;"&gt;
&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #000066; text-transform: uppercase; font-weight: bold; zzz: control;"&gt;ELSE&lt;/SPAN&gt;&lt;SPAN style="color: #808080;"&gt;.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI style="font-weight: bold; vertical-align: top;"&gt;
&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #005066; text-transform: uppercase; font-weight: bold; zzz: statement;"&gt;REFRESH&lt;/SPAN&gt; lt_style&lt;SPAN style="color: #808080;"&gt;-&lt;/SPAN&gt;cellstyles&lt;SPAN style="color: #808080;"&gt;.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI style="font-weight: normal; vertical-align: top;"&gt;
&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #005066; text-transform: uppercase; font-weight: bold; zzz: statement;"&gt;CLEAR&lt;/SPAN&gt; ls_style&lt;SPAN style="color: #808080;"&gt;.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI style="font-weight: normal; vertical-align: top;"&gt;
&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ls_style&lt;SPAN style="color: #808080;"&gt;-&lt;/SPAN&gt;fieldname &lt;SPAN style="color: #800080;"&gt;=&lt;/SPAN&gt; lc_zzminbe_new&lt;SPAN style="color: #808080;"&gt;.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI style="font-weight: normal; vertical-align: top;"&gt;
&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ls_style&lt;SPAN style="color: #808080;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #500066; text-transform: uppercase; font-weight: bold; zzz: keyword;"&gt;style&lt;/SPAN&gt; &lt;SPAN style="color: #800080;"&gt;=&lt;/SPAN&gt; cl_gui_alv_grid&lt;SPAN style="color: #808080;"&gt;=&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="color: #202020;"&gt;mc_style_disabled&lt;/SPAN&gt;&lt;SPAN style="color: #808080;"&gt;.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI style="font-weight: normal; vertical-align: top;"&gt;
&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #005066; text-transform: uppercase; font-weight: bold; zzz: statement;"&gt;INSERT&lt;/SPAN&gt; ls_style &lt;SPAN style="color: #500066; text-transform: uppercase; font-weight: bold; zzz: keyword;"&gt;INTO&lt;/SPAN&gt; &lt;SPAN style="color: #500066; text-transform: uppercase; font-weight: bold; zzz: keyword;"&gt;TABLE&lt;/SPAN&gt; lt_style&lt;SPAN style="color: #808080;"&gt;-&lt;/SPAN&gt;cellstyles&lt;SPAN style="color: #808080;"&gt;.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI style="font-weight: bold; vertical-align: top;"&gt;
&lt;DIV&gt; &lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI style="font-weight: normal; vertical-align: top;"&gt;
&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #800080;"&gt;&amp;lt;&lt;/SPAN&gt;fs_output&lt;SPAN style="color: #800080;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="color: #808080;"&gt;-&lt;/SPAN&gt;cellstyles &lt;SPAN style="color: #800080;"&gt;=&lt;/SPAN&gt; lt_style&lt;SPAN style="color: #808080;"&gt;-&lt;/SPAN&gt;cellstyles&lt;SPAN style="color: #808080;"&gt;.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI style="font-weight: normal; vertical-align: top;"&gt;
&lt;DIV&gt; &lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI style="font-weight: normal; vertical-align: top;"&gt;
&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #000066; text-transform: uppercase; font-weight: bold; zzz: control;"&gt;ENDIF&lt;/SPAN&gt;&lt;SPAN style="color: #808080;"&gt;.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI style="font-weight: normal; vertical-align: top;"&gt;
&lt;DIV&gt;&lt;SPAN style="color: #000066; text-transform: uppercase; font-weight: bold; zzz: control;"&gt;ENDIF&lt;/SPAN&gt;&lt;SPAN style="color: #808080;"&gt;.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI style="font-weight: bold; vertical-align: top;"&gt;
&lt;DIV&gt; &lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI style="font-weight: normal; vertical-align: top;"&gt;
&lt;DIV&gt;&lt;SPAN style="color: #000066; text-transform: uppercase; font-weight: bold; zzz: control;"&gt;IF&lt;/SPAN&gt; lv_sel_value &lt;SPAN style="color: #500066; text-transform: uppercase; font-weight: bold; zzz: keyword;"&gt;IS&lt;/SPAN&gt; &lt;SPAN style="color: #500066; text-transform: uppercase; font-weight: bold; zzz: keyword;"&gt;NOT&lt;/SPAN&gt; &lt;SPAN style="color: #500066; text-transform: uppercase; font-weight: bold; zzz: keyword;"&gt;INITIAL&lt;/SPAN&gt;&lt;SPAN style="color: #808080;"&gt;.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI style="font-weight: normal; vertical-align: top;"&gt;
&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #005066; text-transform: uppercase; font-weight: bold; zzz: statement;"&gt;MESSAGE&lt;/SPAN&gt; i013&lt;SPAN style="color: #808080;"&gt;(&lt;/SPAN&gt;zmm_mrp&lt;SPAN style="color: #808080;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="color: #808080;"&gt;.&lt;/SPAN&gt; &lt;SPAN style="color: #808080; font-style: italic;"&gt;"Entries changed to suit MRP Type&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI style="font-weight: normal; vertical-align: top;"&gt;
&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; gr_alv_grid&lt;SPAN style="color: #808080;"&gt;-&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="color: #202020;"&gt;refresh_table_display&lt;/SPAN&gt;&lt;SPAN style="color: #808080;"&gt;(&lt;/SPAN&gt; &lt;SPAN style="color: #808080;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="color: #808080;"&gt;.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI style="font-weight: normal; vertical-align: top;"&gt;
&lt;DIV&gt;&amp;nbsp; &lt;SPAN style="color: #000066; text-transform: uppercase; font-weight: bold; zzz: control;"&gt;ENDIF&lt;/SPAN&gt;&lt;SPAN style="color: #808080;"&gt;.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/LI&gt;
&lt;/OL&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2014 19:13:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-editable-cell-issue/m-p/10702160#M1871059</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-27T19:13:27Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Editable Cell Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-editable-cell-issue/m-p/10702161#M1871060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Radek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call CL_GUI_CFW=&amp;gt;FLUSH()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after refresh table display&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2014 20:00:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-editable-cell-issue/m-p/10702161#M1871060</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-27T20:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Editable Cell Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-editable-cell-issue/m-p/10702162#M1871061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have already tried it but it didn't help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2014 20:51:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-editable-cell-issue/m-p/10702162#M1871061</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-27T20:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Editable Cell Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-editable-cell-issue/m-p/10702163#M1871062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Radek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you check if the internal table with the data that is being displayed in ALV has the updated values i.e., when you do for the second entry what is the value that is being passed to the first one changed earlier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Sri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 01:58:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-editable-cell-issue/m-p/10702163#M1871062</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-28T01:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Editable Cell Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-editable-cell-issue/m-p/10702164#M1871063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi radek,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Did you check BCALV_EDIT_02 ? u need to modify the internal table values data_changed event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 03:40:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-editable-cell-issue/m-p/10702164#M1871063</guid>
      <dc:creator>aarif_baig</dc:creator>
      <dc:date>2014-10-28T03:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Editable Cell Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-editable-cell-issue/m-p/10702165#M1871064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srilakshmi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's the issue that the style is not retained for all the changed records only for the last one. So when I process it for the second record the value for the first one is initialised to what it was set at the program execution. I can't figure out why it works this way. It retains the values in other columns apart from the CELLSTYLE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Radek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 09:11:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-editable-cell-issue/m-p/10702165#M1871064</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-28T09:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Editable Cell Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-editable-cell-issue/m-p/10702166#M1871065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Radek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the event DATA_CHANGED have a parameter ER_DATA_CHANGED (TYPE REF TO CL_ALV_CHANGED_DATA_PROTOCOL) with a set of methods, one of this method is MODIFY_STYLE, try to use it. Instead of DATA_CHANGED you can also try event DATA_CHANGED_FINISHED.&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;Angelo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 09:38:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-editable-cell-issue/m-p/10702166#M1871065</guid>
      <dc:creator>former_member302911</dc:creator>
      <dc:date>2014-10-28T09:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Editable Cell Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-editable-cell-issue/m-p/10702167#M1871066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Radek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you are not modifying the internal table contents, thats by it's working for the selected entry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to reflect the changes, modify your internal table which you are displaying in the grid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL style="font-size: 11.8181819915771px; font-family: monospace; list-style-position: initial; list-style-image: initial; color: #333333; background: #ffffff;"&gt;&lt;LI&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; background: transparent;"&gt;&lt;SPAN style="font-weight: bold; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #005066; background: transparent;"&gt;READ TABLE&lt;/SPAN&gt; gt_output &lt;SPAN style="font-weight: bold; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #500066; background: transparent;"&gt;ASSIGNING&lt;/SPAN&gt; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #800080; background: transparent;"&gt;&amp;lt;&lt;/SPAN&gt;fs_output&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #800080; background: transparent;"&gt;&amp;gt;&lt;/SPAN&gt; &lt;SPAN style="font-weight: bold; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #500066; background: transparent;"&gt;INDEX&lt;/SPAN&gt; ip_sel_row&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #808080; background: transparent;"&gt;-&lt;/SPAN&gt;row_id&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #808080; background: transparent;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; background: transparent;"&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-weight: bold; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #000066; background: transparent;"&gt;IF&lt;/SPAN&gt; sy&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #808080; background: transparent;"&gt;-&lt;/SPAN&gt;subrc &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #800080; background: transparent;"&gt;=&lt;/SPAN&gt; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #3399ff; background: transparent;"&gt;0&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #808080; background: transparent;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; background: transparent;"&gt;&lt;SPAN style="font-weight: bold; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #000066; background: transparent;"&gt;IF&lt;/SPAN&gt; lv_sel_value &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #800080; background: transparent;"&gt;=&lt;/SPAN&gt; lc_vb&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #808080; background: transparent;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;/LI&gt;&lt;LI&gt;&lt;/LI&gt;&lt;LI&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; background: transparent;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #005066; background: transparent;"&gt;REFRESH&lt;/SPAN&gt; lt_style&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #808080; background: transparent;"&gt;-&lt;/SPAN&gt;cellstyles&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #808080; background: transparent;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; background: transparent;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-weight: bold; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #005066; background: transparent;"&gt;CLEAR&lt;/SPAN&gt; ls_style&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #808080; background: transparent;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; background: transparent;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ls_style&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #808080; background: transparent;"&gt;-&lt;/SPAN&gt;fieldname &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #800080; background: transparent;"&gt;=&lt;/SPAN&gt; lc_zzminbe_new&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #808080; background: transparent;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; background: transparent;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ls_style&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #808080; background: transparent;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="font-weight: bold; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #500066; background: transparent;"&gt;STYLE&lt;/SPAN&gt; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #800080; background: transparent;"&gt;=&lt;/SPAN&gt; cl_gui_alv_grid&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #808080; background: transparent;"&gt;=&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #202020; background: transparent;"&gt;mc_style_enabled&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #808080; background: transparent;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; background: transparent;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-weight: bold; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #005066; background: transparent;"&gt;INSERT&lt;/SPAN&gt; ls_style &lt;SPAN style="font-weight: bold; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #500066; background: transparent;"&gt;INTO&lt;/SPAN&gt; &lt;SPAN style="font-weight: bold; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #500066; background: transparent;"&gt;TABLE&lt;/SPAN&gt; lt_style&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #808080; background: transparent;"&gt;-&lt;/SPAN&gt;cellstyles&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #808080; background: transparent;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;/LI&gt;&lt;LI&gt;&lt;/LI&gt;&lt;LI&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; background: transparent;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #800080; background: transparent;"&gt;&amp;lt;&lt;/SPAN&gt;fs_output&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #800080; background: transparent;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #808080; background: transparent;"&gt;-&lt;/SPAN&gt;cellstyles &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #800080; background: transparent;"&gt;=&lt;/SPAN&gt; lt_style&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #808080; background: transparent;"&gt;-&lt;/SPAN&gt;cellstyles&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #808080; background: transparent;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;/LI&gt;&lt;LI&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;MODIFY gt_output FROM &amp;lt;fs_output&amp;gt; INDEX &lt;SPAN style="color: #333333; font-family: monospace; font-size: 11.8181819915771px;"&gt;ip_sel_row&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit; font-size: 11.8181819915771px; font-style: inherit; color: #808080; background-position: initial;"&gt;-&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #333333; font-family: monospace; font-size: 11.8181819915771px;"&gt;&lt;STRONG&gt;row_id.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; background: transparent;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #339933; background: transparent;"&gt;*If the MRP Type changed to ND PD then close the New Reorder Pt. l for editing&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; background: transparent;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-weight: bold; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #000066; background: transparent;"&gt;ELSE&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #808080; background: transparent;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; background: transparent;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #005066; background: transparent;"&gt;REFRESH&lt;/SPAN&gt; lt_style&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #808080; background: transparent;"&gt;-&lt;/SPAN&gt;cellstyles&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #808080; background: transparent;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; background: transparent;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-weight: bold; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #005066; background: transparent;"&gt;CLEAR&lt;/SPAN&gt; ls_style&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #808080; background: transparent;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; background: transparent;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ls_style&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #808080; background: transparent;"&gt;-&lt;/SPAN&gt;fieldname &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #800080; background: transparent;"&gt;=&lt;/SPAN&gt; lc_zzminbe_new&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #808080; background: transparent;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; background: transparent;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ls_style&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #808080; background: transparent;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="font-weight: bold; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #500066; background: transparent;"&gt;STYLE&lt;/SPAN&gt; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #800080; background: transparent;"&gt;=&lt;/SPAN&gt; cl_gui_alv_grid&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #808080; background: transparent;"&gt;=&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #202020; background: transparent;"&gt;mc_style_disabled&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #808080; background: transparent;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; background: transparent;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-weight: bold; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #005066; background: transparent;"&gt;INSERT&lt;/SPAN&gt; ls_style &lt;SPAN style="font-weight: bold; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #500066; background: transparent;"&gt;INTO&lt;/SPAN&gt; &lt;SPAN style="font-weight: bold; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #500066; background: transparent;"&gt;TABLE&lt;/SPAN&gt; lt_style&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #808080; background: transparent;"&gt;-&lt;/SPAN&gt;cellstyles&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #808080; background: transparent;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;/LI&gt;&lt;LI&gt;&lt;/LI&gt;&lt;LI&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; background: transparent;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #800080; background: transparent;"&gt;&amp;lt;&lt;/SPAN&gt;fs_output&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #800080; background: transparent;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #808080; background: transparent;"&gt;-&lt;/SPAN&gt;cellstyles &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #800080; background: transparent;"&gt;=&lt;/SPAN&gt; lt_style&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #808080; background: transparent;"&gt;-&lt;/SPAN&gt;cellstyles&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #808080; background: transparent;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/LI&gt;&lt;LI&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #333333; font-family: monospace; font-size: 11.8181819915771px;"&gt;&lt;STRONG&gt;MODIFY gt_output FROM &amp;lt;fs_output&amp;gt; INDEX &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="color: #333333; font-family: monospace; font-size: 11.8181819915771px;"&gt;ip_sel_row&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit; font-size: 11.8181819915771px; font-style: inherit; color: #808080; background-position: initial;"&gt;-&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #333333; font-family: monospace; font-size: 11.8181819915771px;"&gt;&lt;STRONG&gt;row_id.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; background: transparent;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-weight: bold; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #000066; background: transparent;"&gt;ENDIF&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #808080; background: transparent;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; background: transparent;"&gt;&lt;SPAN style="font-weight: bold; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #000066; background: transparent;"&gt;ENDIF&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #808080; background: transparent;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;/LI&gt;&lt;LI&gt;&lt;/LI&gt;&lt;LI&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; background: transparent;"&gt;&lt;SPAN style="font-weight: bold; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #000066; background: transparent;"&gt;IF&lt;/SPAN&gt; lv_sel_value &lt;SPAN style="font-weight: bold; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #500066; background: transparent;"&gt;IS&lt;/SPAN&gt; &lt;SPAN style="font-weight: bold; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #500066; background: transparent;"&gt;NOT&lt;/SPAN&gt; &lt;SPAN style="font-weight: bold; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #500066; background: transparent;"&gt;INITIAL&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #808080; background: transparent;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; background: transparent;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-weight: bold; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #005066; background: transparent;"&gt;MESSAGE&lt;/SPAN&gt; i013&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #808080; background: transparent;"&gt;(&lt;/SPAN&gt;zmm_mrp&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #808080; background: transparent;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #808080; background: transparent;"&gt;.&lt;/SPAN&gt; &lt;SPAN style="font-weight: inherit; font-style: italic; font-size: 11.8181819915771px; font-family: inherit; color: #808080; background: transparent;"&gt;"Entries changed to suit MRP Type&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; background: transparent;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; gr_alv_grid&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #808080; background: transparent;"&gt;-&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #202020; background: transparent;"&gt;refresh_table_display&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #808080; background: transparent;"&gt;(&lt;/SPAN&gt; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #808080; background: transparent;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #808080; background: transparent;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; background: transparent;"&gt;&amp;nbsp; &lt;SPAN style="font-weight: bold; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #000066; background: transparent;"&gt;ENDIF&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #808080; background: transparent;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; background: transparent;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; color: #808080; background: transparent;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; background: transparent;"&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; background: transparent;"&gt;Cheers !!!!&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; background: transparent;"&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; background: transparent;"&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; background: transparent;"&gt;Syed&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 09:47:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-editable-cell-issue/m-p/10702167#M1871066</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-28T09:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Editable Cell Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-editable-cell-issue/m-p/10702168#M1871067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Radek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; First you register the edit event for Grid as shown below.. so for every change it triggers the User command, then u refresh the display..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In PF Status register the Event..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;CALL &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;FUNCTION &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'GET_GLOBALS_FROM_SLVC_FULLSCR'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;IMPORTING&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; E_CALLBACK_PROGRAM &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;'zxxx'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; E_REPID&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55"&gt;= 'zxxx'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; E_GRID&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;G_GRID&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;CALL &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;METHOD &lt;/SPAN&gt;G_GRID&lt;SPAN class="L0S70"&gt;-&amp;gt;&lt;/SPAN&gt;REGISTER_EDIT_EVENT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;EXPORTING&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I_EVENT_ID &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;CL_GUI_ALV_GRID&lt;SPAN class="L0S70"&gt;=&amp;gt;&lt;/SPAN&gt;MC_EVT_MODIFIED&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;and in User command..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&amp;nbsp;&amp;nbsp; Pass&amp;nbsp; RS_SELFIELD&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;REFRESH &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'X' after changing that Column Celltab&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;SPAN class="L0S55"&gt;I hope it works fine..&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;SPAN class="L0S55"&gt;Regards,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;SPAN class="L0S55"&gt;Raghu&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 10:12:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-editable-cell-issue/m-p/10702168#M1871067</guid>
      <dc:creator>Private_Member_65391</dc:creator>
      <dc:date>2014-10-28T10:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Editable Cell Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-editable-cell-issue/m-p/10702169#M1871068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That worked perfectly!! Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 10:17:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-editable-cell-issue/m-p/10702169#M1871068</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-28T10:17:17Z</dc:date>
    </item>
  </channel>
</rss>

