<?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: Update database through alv grid using handle data changed finished in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-database-through-alv-grid-using-handle-data-changed-finished/m-p/12709244#M2018924</link>
    <description>&lt;P&gt;I guess you want to know how the events DATA_CHANGED and DATA_CHANGED_FINISHED work.&lt;/P&gt;&lt;P&gt;It's not related to updating the database of course, so I won't answer anything about that.&lt;/P&gt;&lt;P&gt;About these events:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;to use these events, you must first register them. You can choose between activating them on TAB or ENTER without changing the values, or only when the values are changed.&lt;/LI&gt;&lt;LI&gt;the same as for any event in OOP, you need to register your own methods to be triggered when these events are raised.&lt;/LI&gt;&lt;LI&gt;in these methods you will receive the parameters about the data which has been changed.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;There are lots of questions, answers, blog posts about them. What did you try, what did you not understand?&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;</description>
    <pubDate>Thu, 12 Jan 2023 20:36:26 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2023-01-12T20:36:26Z</dc:date>
    <item>
      <title>Update database through alv grid using handle data changed finished</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-database-through-alv-grid-using-handle-data-changed-finished/m-p/12709241#M2018921</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
  &lt;P&gt;I have displayed an ALV grid having three columns: LIFNR, NAME and ADRESS.&lt;/P&gt;
  &lt;P&gt;I want to add a row or update an existing row and the modification should be done also for the database.&lt;/P&gt;
  &lt;P&gt;does anyone know how to update the database through alv report using handle data changed and handle data changed finished events?&lt;/P&gt;
  &lt;P&gt;Thank you,&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2023 16:40:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-database-through-alv-grid-using-handle-data-changed-finished/m-p/12709241#M2018921</guid>
      <dc:creator>former_member836649</dc:creator>
      <dc:date>2023-01-12T16:40:53Z</dc:date>
    </item>
    <item>
      <title>Re: Update database through alv grid using handle data changed finished</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-database-through-alv-grid-using-handle-data-changed-finished/m-p/12709242#M2018922</link>
      <description>&lt;P&gt;You'd better have a user experience the same as for any other SAP screen so that the user is comfortable with your application, i.e. better have a SAVE button to save the changes to the database. Consequently, you don't need DATA_CHANGED for saving to the database.&lt;/P&gt;&lt;P&gt;NB: I guess you know how to update the database with UPDATE, INSERT, MODIFY, DELETE, COMMIT WORK, ROLLBACK WORK (which is not related to ALV).&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2023 18:26:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-database-through-alv-grid-using-handle-data-changed-finished/m-p/12709242#M2018922</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2023-01-12T18:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: Update database through alv grid using handle data changed finished</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-database-through-alv-grid-using-handle-data-changed-finished/m-p/12709243#M2018923</link>
      <description>&lt;P&gt;Thank you Sandra for your answer, Yes I know how to update database with update,...&lt;/P&gt;&lt;P&gt;But I am trying to get used with events and I want to know how it can be done with Handle_data_changed and Handle_data_changed_finished.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2023 18:41:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-database-through-alv-grid-using-handle-data-changed-finished/m-p/12709243#M2018923</guid>
      <dc:creator>former_member836649</dc:creator>
      <dc:date>2023-01-12T18:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: Update database through alv grid using handle data changed finished</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-database-through-alv-grid-using-handle-data-changed-finished/m-p/12709244#M2018924</link>
      <description>&lt;P&gt;I guess you want to know how the events DATA_CHANGED and DATA_CHANGED_FINISHED work.&lt;/P&gt;&lt;P&gt;It's not related to updating the database of course, so I won't answer anything about that.&lt;/P&gt;&lt;P&gt;About these events:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;to use these events, you must first register them. You can choose between activating them on TAB or ENTER without changing the values, or only when the values are changed.&lt;/LI&gt;&lt;LI&gt;the same as for any event in OOP, you need to register your own methods to be triggered when these events are raised.&lt;/LI&gt;&lt;LI&gt;in these methods you will receive the parameters about the data which has been changed.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;There are lots of questions, answers, blog posts about them. What did you try, what did you not understand?&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2023 20:36:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-database-through-alv-grid-using-handle-data-changed-finished/m-p/12709244#M2018924</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2023-01-12T20:36:26Z</dc:date>
    </item>
  </channel>
</rss>

