<?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: CL_GUI_ALV_GRID --database updates in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-alv-grid-database-updates/m-p/6027738#M1348791</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look at SAP demo program BCALV_GRID_EDIT and use [search tools at sdn|https://forums.sdn.sap.com/search.jspa?objID=c42&amp;amp;q=CL_GUI_ALV_GRID&lt;EM&gt;database&lt;/EM&gt;update], there are many samples like [Get Changed Value In ALV Grid Dynamically|https://wiki.sdn.sap.com/wiki/display/ABAP/Get&lt;EM&gt;Changed&lt;/EM&gt;Value&lt;EM&gt;In&lt;/EM&gt;ALV&lt;EM&gt;Grid&lt;/EM&gt;Dynamically.]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Aug 2009 09:04:09 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2009-08-04T09:04:09Z</dc:date>
    <item>
      <title>CL_GUI_ALV_GRID --database updates</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-alv-grid-database-updates/m-p/6027736#M1348789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to use grip of type CL_GUI_ALV_GRID for user input for updating data in database ....&lt;/P&gt;&lt;P&gt;How to update databse data using grid ot type Cl_GUI_ALV_GRID&lt;/P&gt;&lt;P&gt;..Thanks &lt;/P&gt;&lt;P&gt;.Ashish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2009 07:23:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-alv-grid-database-updates/m-p/6027736#M1348789</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-04T07:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: CL_GUI_ALV_GRID --database updates</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-alv-grid-database-updates/m-p/6027737#M1348790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2009 08:59:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-alv-grid-database-updates/m-p/6027737#M1348790</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-04T08:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: CL_GUI_ALV_GRID --database updates</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-alv-grid-database-updates/m-p/6027738#M1348791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look at SAP demo program BCALV_GRID_EDIT and use [search tools at sdn|https://forums.sdn.sap.com/search.jspa?objID=c42&amp;amp;q=CL_GUI_ALV_GRID&lt;EM&gt;database&lt;/EM&gt;update], there are many samples like [Get Changed Value In ALV Grid Dynamically|https://wiki.sdn.sap.com/wiki/display/ABAP/Get&lt;EM&gt;Changed&lt;/EM&gt;Value&lt;EM&gt;In&lt;/EM&gt;ALV&lt;EM&gt;Grid&lt;/EM&gt;Dynamically.]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2009 09:04:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-alv-grid-database-updates/m-p/6027738#M1348791</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2009-08-04T09:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: CL_GUI_ALV_GRID --database updates</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-alv-grid-database-updates/m-p/6027739#M1348792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the ALV grid class. This means that takes the fieldcatalog (Technical description of the data) and the table data and display into a user friendly mode. Now based on this class you can build your own logic. You can create a Model Class that will be responsible for the DB updates. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Make the ALV editable or selectable. This is done via the LAYOUT. &lt;/P&gt;&lt;P&gt;2. Define a button responsible for the UPDATE or use an event from the ALV (You have not to register the EVENT in the ALV grid class it is already preregister).&lt;/P&gt;&lt;P&gt;3a. When the user press the button make a get the selected rows (there is a method from the CL_GUI_ALV_GRID) and for the relevant itab rows makes the DB updates.&lt;/P&gt;&lt;P&gt;3b. If an EVENT raised programmed the EVENT HANDLER with a relevant way as the step 3a.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With regard &lt;/P&gt;&lt;P&gt;George&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2009 17:08:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-alv-grid-database-updates/m-p/6027739#M1348792</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-04T17:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: CL_GUI_ALV_GRID --database updates</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-alv-grid-database-updates/m-p/6027740#M1348793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2010 05:21:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-alv-grid-database-updates/m-p/6027740#M1348793</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-11T05:21:05Z</dc:date>
    </item>
  </channel>
</rss>

