<?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 Problem With Editable ALV in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-editable-alv/m-p/3093728#M733934</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello SAP Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have developed an editable ALV using OO technique (class &amp;lt;b&amp;gt;cl_gui_alv_grid&amp;lt;/b&amp;gt;). When i change the values of the entries &amp;amp; press the SAVE button a custom table needs to be updated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a local class implementation &amp;amp; used the method handle_change_data to capture the changes in ALV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently when i change multiple rows for the 1st instance &amp;amp; save the data, the code seems to work fine. But when in change mode i try to change the entries of multiple rows again, the method gets called for every change i am making &amp;amp; evrything is getting hotch potch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Nov 2007 12:36:46 GMT</pubDate>
    <dc:creator>SuhaSaha</dc:creator>
    <dc:date>2007-11-16T12:36:46Z</dc:date>
    <item>
      <title>Problem With Editable ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-editable-alv/m-p/3093728#M733934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello SAP Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have developed an editable ALV using OO technique (class &amp;lt;b&amp;gt;cl_gui_alv_grid&amp;lt;/b&amp;gt;). When i change the values of the entries &amp;amp; press the SAVE button a custom table needs to be updated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a local class implementation &amp;amp; used the method handle_change_data to capture the changes in ALV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently when i change multiple rows for the 1st instance &amp;amp; save the data, the code seems to work fine. But when in change mode i try to change the entries of multiple rows again, the method gets called for every change i am making &amp;amp; evrything is getting hotch potch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2007 12:36:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-editable-alv/m-p/3093728#M733934</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2007-11-16T12:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: Problem With Editable ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-editable-alv/m-p/3093729#M733935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For each call to method handle_change_data  try to update internal table data. then u dont loss data because of multiple calls.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But performance wise it will take lot of time and not recommended.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2007 12:42:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-editable-alv/m-p/3093729#M733935</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-16T12:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: Problem With Editable ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-editable-alv/m-p/3093730#M733936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jyoti,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dont we have a concrete solution to this problem. Can't we suppress the method to be called repeatedly ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2007 12:49:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-editable-alv/m-p/3093730#M733936</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2007-11-16T12:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: Problem With Editable ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-editable-alv/m-p/3093731#M733937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;call handle_data_changed.. it will update the entries in the itab.. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jul 2013 08:11:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-editable-alv/m-p/3093731#M733937</guid>
      <dc:creator>gaurab_banerji</dc:creator>
      <dc:date>2013-07-12T08:11:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problem With Editable ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-editable-alv/m-p/3093732#M733938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi suhas,&lt;/P&gt;&lt;P&gt; go with &lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;CALL &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;METHOD &lt;/SPAN&gt;C_ALVGD&lt;SPAN class="L0S70"&gt;-&amp;gt;&lt;/SPAN&gt;GET_SELECTED_ROWS&lt;/P&gt;&lt;P&gt;after acputing data in selected row using loop used read statment on internal table on index .&lt;/P&gt;&lt;P&gt;and finally capture data into tempery table. and pass on other table so it wont reapet value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jul 2013 10:32:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-editable-alv/m-p/3093732#M733938</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-12T10:32:23Z</dc:date>
    </item>
  </channel>
</rss>

