<?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: Trigger DATA_CHANGED event from triggered DATA_CHANGED event in second ALV in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-data-changed-event-from-triggered-data-changed-event-in-second-alv/m-p/7214739#M1523057</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajesh,&lt;/P&gt;&lt;P&gt;yes the new lines are showed and inserted, that works fine.&lt;/P&gt;&lt;P&gt;But I do have checkings in my handler method for CHECK_CHANGED_DATA. And I want to use the message showing of the CL_ALV_CHANGED_DATA_PROTOCOL.&lt;/P&gt;&lt;P&gt;You mean debugging the SAP standard?&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Joerg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Aug 2010 08:51:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-08-25T08:51:26Z</dc:date>
    <item>
      <title>Trigger DATA_CHANGED event from triggered DATA_CHANGED event in second ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-data-changed-event-from-triggered-data-changed-event-in-second-alv/m-p/7214735#M1523053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I do have 2 ALVs (class CL_GUI_ALV_GRID) in a Splitter-Control. &lt;/P&gt;&lt;P&gt;Both ALVs do have registered the event DATA_CHANGED in seperate handler methods.&lt;/P&gt;&lt;P&gt;If there is a change in first ALV(line insertion with values), there will be inserted a new line with values in the second ALV.  After handling the event at first ALV, I call CHECK_CHANGED_DATA of the second ALV and REFRESH_TABLE_DISPLAY of the second ALV. I would expect that the call of CHECK_CHANGED_DATA would trigger the event DATA_CHANGED, but it does not trigger the event DATA_CHANGED of the second ALV.&lt;/P&gt;&lt;P&gt;The problem is maybe that the input at the data is not made by the user(UI).&lt;/P&gt;&lt;P&gt;What could I do to trigger this event and check the new data at second ALV?&lt;/P&gt;&lt;P&gt;Yours Joerg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Aug 2010 11:41:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-data-changed-event-from-triggered-data-changed-event-in-second-alv/m-p/7214735#M1523053</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-24T11:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger DATA_CHANGED event from triggered DATA_CHANGED event in second ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-data-changed-event-from-triggered-data-changed-event-in-second-alv/m-p/7214736#M1523054</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;I think after handling the event at first ALV, you are calling CHECK_CHANGED_DATA of the second ALV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to call the CHECK_CHANGED_DATA of the first ALV and take changes into internal table of second ALV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If changes are done try to refresh the second ALV with new values of internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rajesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Aug 2010 06:37:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-data-changed-event-from-triggered-data-changed-event-in-second-alv/m-p/7214736#M1523054</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-25T06:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger DATA_CHANGED event from triggered DATA_CHANGED event in second ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-data-changed-event-from-triggered-data-changed-event-in-second-alv/m-p/7214737#M1523055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajesh,&lt;/P&gt;&lt;P&gt;thanks for answer.&lt;/P&gt;&lt;P&gt;But I am already doing your described procedure.&lt;/P&gt;&lt;P&gt;I call the CHECK_CHANGED_DATA of the first ALV and take changes into internal table of second ALV. After changes are done I refresh the second ALV by the method REFRESH_TABLE_DISPLAY.&lt;/P&gt;&lt;P&gt;Any other idea?&lt;/P&gt;&lt;P&gt;Yours Joerg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Aug 2010 06:47:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-data-changed-event-from-triggered-data-changed-event-in-second-alv/m-p/7214737#M1523055</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-25T06:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger DATA_CHANGED event from triggered DATA_CHANGED event in second ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-data-changed-event-from-triggered-data-changed-event-in-second-alv/m-p/7214738#M1523056</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;Are you getting blank space in the screen output of second ALV?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Debug the code while refreshing the second ALV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rajesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Aug 2010 07:02:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-data-changed-event-from-triggered-data-changed-event-in-second-alv/m-p/7214738#M1523056</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-25T07:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger DATA_CHANGED event from triggered DATA_CHANGED event in second ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-data-changed-event-from-triggered-data-changed-event-in-second-alv/m-p/7214739#M1523057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajesh,&lt;/P&gt;&lt;P&gt;yes the new lines are showed and inserted, that works fine.&lt;/P&gt;&lt;P&gt;But I do have checkings in my handler method for CHECK_CHANGED_DATA. And I want to use the message showing of the CL_ALV_CHANGED_DATA_PROTOCOL.&lt;/P&gt;&lt;P&gt;You mean debugging the SAP standard?&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Joerg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Aug 2010 08:51:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-data-changed-event-from-triggered-data-changed-event-in-second-alv/m-p/7214739#M1523057</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-25T08:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger DATA_CHANGED event from triggered DATA_CHANGED event in second ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-data-changed-event-from-triggered-data-changed-event-in-second-alv/m-p/7214740#M1523058</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;did you call method register_edit_event after grid creation?&lt;/P&gt;&lt;P&gt;Also this might help you:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapalv.net/2009/08/sap-alv-tutorial-8-handling-data-change/" target="test_blank"&gt;http://www.sapalv.net/2009/08/sap-alv-tutorial-8-handling-data-change/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pedro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Aug 2010 09:29:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-data-changed-event-from-triggered-data-changed-event-in-second-alv/m-p/7214740#M1523058</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-25T09:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger DATA_CHANGED event from triggered DATA_CHANGED event in second ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-data-changed-event-from-triggered-data-changed-event-in-second-alv/m-p/7214741#M1523059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pedro,&lt;/P&gt;&lt;P&gt;yes I called the method register_edit_event after grid creation with cl_gui_alv_grid=&amp;gt;mc_evt_enter.&lt;/P&gt;&lt;P&gt;I also tried cl_gui_alv_grid=&amp;gt;mc_evt_modified. But no reaction of the handler.&lt;/P&gt;&lt;P&gt;Thanks for the link, but it doesn't helps.&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Joerg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Aug 2010 11:14:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-data-changed-event-from-triggered-data-changed-event-in-second-alv/m-p/7214741#M1523059</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-25T11:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger DATA_CHANGED event from triggered DATA_CHANGED event in second ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-data-changed-event-from-triggered-data-changed-event-in-second-alv/m-p/7214742#M1523060</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;any other ideas, I did not resolved my problem. &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Joerg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Aug 2010 09:14:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-data-changed-event-from-triggered-data-changed-event-in-second-alv/m-p/7214742#M1523060</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-27T09:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger DATA_CHANGED event from triggered DATA_CHANGED event in second ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-data-changed-event-from-triggered-data-changed-event-in-second-alv/m-p/7214743#M1523061</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;yeah thats correct , but in your case what you can do is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;g_grid1(first alv) &lt;DEL&gt;&amp;gt;CHECK_CHANGED_DATA( Importing E_VALID =  l_Valid )&lt;/DEL&gt;&amp;gt;in the implementation method of this ..update global variable g_second = 'X' in order to refresh ALV2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;g_grid1(first alv) --&amp;gt;Refresh_table_display( ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if g_second = 'X'.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;g_grid2--&amp;gt;SET_TABLE_FOR_FIRST_DISPLAY. so it will refresh the second alv contents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Aug 2010 09:29:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-data-changed-event-from-triggered-data-changed-event-in-second-alv/m-p/7214743#M1523061</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-27T09:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger DATA_CHANGED event from triggered DATA_CHANGED event in second ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-data-changed-event-from-triggered-data-changed-event-in-second-alv/m-p/7214744#M1523062</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;This post is really old but I'm facing a similar issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I trigger the check_changed_data it's triggering the data_changed_finished instead of the data_changed...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestion?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Eric&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2011 05:20:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-data-changed-event-from-triggered-data-changed-event-in-second-alv/m-p/7214744#M1523062</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-13T05:20:36Z</dc:date>
    </item>
  </channel>
</rss>

