<?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: Problem with MP_MOD_ROWS during event DATA_CHANGED in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-mp-mod-rows-during-event-data-changed/m-p/851916#M46365</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the following code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    FIELD-SYMBOLS: &amp;lt;mr&amp;gt; TYPE table_type,&lt;/P&gt;&lt;P&gt;                   &amp;lt;tr&amp;gt; TYPE table_row.&lt;/P&gt;&lt;P&gt;    ASSIGN er_data_changed-&amp;gt;mp_mod_rows-&amp;gt;* TO &amp;lt;mr&amp;gt;.&lt;/P&gt;&lt;P&gt;    READ TABLE &amp;lt;MR&amp;gt; assigning &amp;lt;tr&amp;gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Jun 2005 13:52:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-06-07T13:52:34Z</dc:date>
    <item>
      <title>Problem with MP_MOD_ROWS during event DATA_CHANGED</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-mp-mod-rows-during-event-data-changed/m-p/851913#M46362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am unable to access modified rows in MP_MOD_ROWS (using loop at ar_data_changed-&amp;gt;mp_mod_rows). The syntax error for this code is "Neither specified under TABLES nor defined as an internal table".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help with how to access the modified rows from MP_MOD_ROWS?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Srini&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: I am able to access the good cells ar_data_changed-&amp;gt;mt_good_cells.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2005 21:02:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-mp-mod-rows-during-event-data-changed/m-p/851913#M46362</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-02T21:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with MP_MOD_ROWS during event DATA_CHANGED</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-mp-mod-rows-during-event-data-changed/m-p/851914#M46363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srini&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you sure that MP_MOD_ROWS is a table structure?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reagards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*--Serdar &amp;lt;a href="https://www.sdn.sap.com:443http://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.sdn.businesscard.sdnbusinesscard?u=qbk%2bsag%2bjiw%3d"&amp;gt;[ BC ]&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2005 22:20:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-mp-mod-rows-during-event-data-changed/m-p/851914#M46363</guid>
      <dc:creator>ssimsekler</dc:creator>
      <dc:date>2005-06-02T22:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with MP_MOD_ROWS during event DATA_CHANGED</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-mp-mod-rows-during-event-data-changed/m-p/851915#M46364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the debugger, MP_MOD_ROWS looks similar to an internal table with structure of the grid table (with all the rows that were changed and inserted showing in the table).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the class CL_ALV_CHANGED_DATA_PROTOCOL the attribute MP_MOD_ROWS is declared using reference to "REF TO DATA".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2005 23:03:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-mp-mod-rows-during-event-data-changed/m-p/851915#M46364</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-02T23:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with MP_MOD_ROWS during event DATA_CHANGED</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-mp-mod-rows-during-event-data-changed/m-p/851916#M46365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the following code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    FIELD-SYMBOLS: &amp;lt;mr&amp;gt; TYPE table_type,&lt;/P&gt;&lt;P&gt;                   &amp;lt;tr&amp;gt; TYPE table_row.&lt;/P&gt;&lt;P&gt;    ASSIGN er_data_changed-&amp;gt;mp_mod_rows-&amp;gt;* TO &amp;lt;mr&amp;gt;.&lt;/P&gt;&lt;P&gt;    READ TABLE &amp;lt;MR&amp;gt; assigning &amp;lt;tr&amp;gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2005 13:52:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-mp-mod-rows-during-event-data-changed/m-p/851916#M46365</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-07T13:52:34Z</dc:date>
    </item>
  </channel>
</rss>

