<?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: Inserting Lines in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-alv-grid-inserting-lines/m-p/864698#M48771</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;GET_ROW_INSERT_ALLOWED&lt;/P&gt;&lt;P&gt;SET_ROW_INSERT_ALLOWED&lt;/P&gt;&lt;P&gt;Check this also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BCALV_EDIT_04 This report illustrates how to add and remove lines to a table using the ALV Grid Control and how to &lt;/P&gt;&lt;P&gt;implement the saving of the new data.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Judith.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Judith Jessie Selvi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 May 2005 10:12:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-05-23T10:12:22Z</dc:date>
    <item>
      <title>CL_GUI_ALV_GRID: Inserting Lines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-alv-grid-inserting-lines/m-p/864697#M48770</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 want pass the event, when the user insert (add) a new line within the CL_GUI_ALV_GRID-Grid Control.&lt;/P&gt;&lt;P&gt;Up to now I have registred the Events&lt;/P&gt;&lt;P&gt;'ENTER'&lt;/P&gt;&lt;P&gt;'DATA_CHANGED'&lt;/P&gt;&lt;P&gt;'DATA_CHANGED_FINSHED'&lt;/P&gt;&lt;P&gt;But I would also like to write a method, when the user adds a line.&lt;/P&gt;&lt;P&gt;Up to now I have programmed some work-around using the &lt;/P&gt;&lt;P&gt;registred events, but it does'nt seem a very elegant way...&lt;/P&gt;&lt;P&gt;I found some Attributes:&lt;/P&gt;&lt;P&gt;MC_FC_LOC_INSERT_ROW&lt;/P&gt;&lt;P&gt;MC_FC_LOC_APPEND_ROW ...&lt;/P&gt;&lt;P&gt;How can I use these attributes to solve may problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tahnks a lot&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2005 09:55:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-alv-grid-inserting-lines/m-p/864697#M48770</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-23T09:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: CL_GUI_ALV_GRID: Inserting Lines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-alv-grid-inserting-lines/m-p/864698#M48771</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;GET_ROW_INSERT_ALLOWED&lt;/P&gt;&lt;P&gt;SET_ROW_INSERT_ALLOWED&lt;/P&gt;&lt;P&gt;Check this also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BCALV_EDIT_04 This report illustrates how to add and remove lines to a table using the ALV Grid Control and how to &lt;/P&gt;&lt;P&gt;implement the saving of the new data.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Judith.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Judith Jessie Selvi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2005 10:12:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-alv-grid-inserting-lines/m-p/864698#M48771</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-23T10:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: CL_GUI_ALV_GRID: Inserting Lines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-alv-grid-inserting-lines/m-p/864699#M48772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should implement the event &amp;lt;b&amp;gt;"data_changed"&amp;lt;/b&amp;gt; for this even you do not think it is not so elegant. This method has a parameter of a protocol class type whose instance will have &amp;lt;i&amp;gt;modified cells, inserted lines, deleted lines&amp;lt;/i&amp;gt;, etc... And you can operate on them. Afterwards, after errorless data change the event &amp;lt;b&amp;gt;"data_change_finished"&amp;lt;/b&amp;gt; will be triggered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*--Serdar &amp;lt;a href="https://www.sdn.sap.com:443http://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.sdn.businesscard.sdnbusinesscard?u=qbk%2bsag%2bjiw%3d"&amp;gt;[ BC ]&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2005 12:17:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-alv-grid-inserting-lines/m-p/864699#M48772</guid>
      <dc:creator>ssimsekler</dc:creator>
      <dc:date>2005-05-23T12:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: CL_GUI_ALV_GRID: Inserting Lines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-alv-grid-inserting-lines/m-p/864700#M48773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Judith and Sedar!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i assumed, that it works in this way, but now i am sure &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2005 13:29:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-alv-grid-inserting-lines/m-p/864700#M48773</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-23T13:29:18Z</dc:date>
    </item>
  </channel>
</rss>

