<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-changed-event/m-p/1679860#M299683</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;use the following code in the PAI of the screen&lt;/P&gt;&lt;P&gt;   CALL METHOD grid1-&amp;gt;check_changed_data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;grid1 is the grid instance.&lt;/P&gt;&lt;P&gt;this will trigger the handle_data_changed method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Sandeep S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Nov 2006 11:52:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-23T11:52:50Z</dc:date>
    <item>
      <title>data changed event</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-changed-event/m-p/1679858#M299681</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 have created an ALV grid with OO and displayed contents of an internal table in container. A field of internal table is displayed as check mark. I want to find out which lines are checked before i go to another processing screen. event handler for data_changed does not work because it waits for Enter or focus change but i directly press a pushbutton to go to the other screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ali&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2006 11:49:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-changed-event/m-p/1679858#M299681</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-23T11:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: data changed event</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-changed-event/m-p/1679859#M299682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Ali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BCALV_EDIT_01 This report illustrates the simplest case of using an editable/noneditable ALV Grid Control.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;BCALV_EDIT_02 This report illustrates how to set chosen cells of an ALV Grid Control editable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls go thru the above stndard SAP OOPS programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;they are very helpful to solve  ur issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;Anver&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2006 11:51:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-changed-event/m-p/1679859#M299682</guid>
      <dc:creator>anversha_s</dc:creator>
      <dc:date>2006-11-23T11:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: data changed event</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-changed-event/m-p/1679860#M299683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;use the following code in the PAI of the screen&lt;/P&gt;&lt;P&gt;   CALL METHOD grid1-&amp;gt;check_changed_data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;grid1 is the grid instance.&lt;/P&gt;&lt;P&gt;this will trigger the handle_data_changed method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Sandeep S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2006 11:52:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-changed-event/m-p/1679860#M299683</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-23T11:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: data changed event</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-changed-event/m-p/1679861#M299684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ali&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi you can try function check_changed_data of ALV on some button click.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2006 11:53:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-changed-event/m-p/1679861#M299684</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-23T11:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: data changed event</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-changed-event/m-p/1679862#M299685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the PAI of the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL METHOD check_changed_data OF THE GRID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, all the data change on the grid, is updated to the table. So, you can loop at the table and find out which rows are checked for the specific check box column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT ITAB WHERE CHECKBOX = 'X'.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note - Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2006 11:53:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-changed-event/m-p/1679862#M299685</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-23T11:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: data changed event</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-changed-event/m-p/1679863#M299686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in OO it will automatically detect the changes made in the container&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;may be u had missed something&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the layout have u added this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wa_layout-box_fname = 'CHECKBOX'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where CHECKBOX is the name of that field in ur internal table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2006 11:53:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-changed-event/m-p/1679863#M299686</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-23T11:53:57Z</dc:date>
    </item>
  </channel>
</rss>

