<?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: DATA_CHANGEd Event is not getting fire in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-changed-event-is-not-getting-fire/m-p/5817167#M1314318</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;That piece of code (CALL METHOD GRID1-&amp;gt;REFRESH_TABLE_DISPLAY ) should be in PAI event not PBO.Check the program BCALV_GRID_04 again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Comment those statements or put in PAI and try again.  the method check_changed_data works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Jun 2009 11:42:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-06-29T11:42:32Z</dc:date>
    <item>
      <title>DATA_CHANGEd Event is not getting fire</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-changed-event-is-not-getting-fire/m-p/5817163#M1314314</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 handling Data_changed event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This event is getting fire whenver I am making change in the ALV&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a save button. I want this event to get fire whenever I am pressing Save button&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For that I am calling check_changed_data method of the same alv Instance. But the event is not getting fire everytime. It gets fire only once I change the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if there is any other setting need to be done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Hema&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2009 07:08:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-changed-event-is-not-getting-fire/m-p/5817163#M1314314</guid>
      <dc:creator>former_member15918</dc:creator>
      <dc:date>2009-06-23T07:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: DATA_CHANGEd Event is not getting fire</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-changed-event-is-not-getting-fire/m-p/5817164#M1314315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The event will not get triggered if your are using a button on the ALV grid.&lt;/P&gt;&lt;P&gt;Create a separate button on your screen and handle it in the PAI instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ankur Parab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2009 07:11:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-changed-event-is-not-getting-fire/m-p/5817164#M1314315</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-23T07:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: DATA_CHANGEd Event is not getting fire</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-changed-event-is-not-getting-fire/m-p/5817165#M1314316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ankur,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The same functionality I am trying to achieve is implemented in Report BCALV_EDIT_04.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and Its working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not able to figure out what I am missing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hema&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2009 08:54:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-changed-event-is-not-getting-fire/m-p/5817165#M1314316</guid>
      <dc:creator>former_member15918</dc:creator>
      <dc:date>2009-06-23T08:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: DATA_CHANGEd Event is not getting fire</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-changed-event-is-not-getting-fire/m-p/5817166#M1314317</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;Here is the line of Code in PBO of the ALV_CONTAINER screen which was cauing issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    IF NOT go_grid IS INITIAL.&lt;/P&gt;&lt;P&gt;      CALL METHOD go_grid-&amp;gt;refresh_table_display.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure how but this refesh was somehow not allowing DATA_CHANGED to fire again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hema&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2009 09:09:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-changed-event-is-not-getting-fire/m-p/5817166#M1314317</guid>
      <dc:creator>former_member15918</dc:creator>
      <dc:date>2009-06-23T09:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: DATA_CHANGEd Event is not getting fire</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-changed-event-is-not-getting-fire/m-p/5817167#M1314318</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;That piece of code (CALL METHOD GRID1-&amp;gt;REFRESH_TABLE_DISPLAY ) should be in PAI event not PBO.Check the program BCALV_GRID_04 again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Comment those statements or put in PAI and try again.  the method check_changed_data works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2009 11:42:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-changed-event-is-not-getting-fire/m-p/5817167#M1314318</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-29T11:42:32Z</dc:date>
    </item>
  </channel>
</rss>

