<?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 ALV OO: How to remove all DELETE/ INSERT/ COPY functionality in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-oo-how-to-remove-all-delete-insert-copy-functionality/m-p/6359525#M1400242</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi @ all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I developed an editable ALV and I automatically got the Buttons for DELETE/ INSERT/ COPY of lines. My problem is that &lt;EM&gt;I don´t want to have these functions&lt;/EM&gt;. The User is only supposed to enter values and not to modify anything else.&lt;/P&gt;&lt;P&gt;It seems to me that I always get these Buttons when I have editable fields in my GRID. (Maybe I´m wrong) So my first approach was to exclude them from the toolbar. Now the buttons are gone, but I can still delete lines with the 'DEL'-Button on the keyboard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my question:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;How can I have editable cells without getting automatically those buttons/functions ?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;OR IF THIS IS NOT POSSIBLE&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;How can I completely remove those Functions ?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Thanks in advance&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Nov 2009 10:20:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-11-19T10:20:55Z</dc:date>
    <item>
      <title>ALV OO: How to remove all DELETE/ INSERT/ COPY functionality</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-oo-how-to-remove-all-delete-insert-copy-functionality/m-p/6359525#M1400242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi @ all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I developed an editable ALV and I automatically got the Buttons for DELETE/ INSERT/ COPY of lines. My problem is that &lt;EM&gt;I don´t want to have these functions&lt;/EM&gt;. The User is only supposed to enter values and not to modify anything else.&lt;/P&gt;&lt;P&gt;It seems to me that I always get these Buttons when I have editable fields in my GRID. (Maybe I´m wrong) So my first approach was to exclude them from the toolbar. Now the buttons are gone, but I can still delete lines with the 'DEL'-Button on the keyboard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my question:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;How can I have editable cells without getting automatically those buttons/functions ?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;OR IF THIS IS NOT POSSIBLE&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;How can I completely remove those Functions ?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Thanks in advance&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2009 10:20:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-oo-how-to-remove-all-delete-insert-copy-functionality/m-p/6359525#M1400242</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-19T10:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: ALV OO: How to remove all DELETE/ INSERT/ COPY functionality</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-oo-how-to-remove-all-delete-insert-copy-functionality/m-p/6359526#M1400243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If you dont want any of them,then totally remove toolbar. There is a parameter, no_toolbar, check this.&lt;/P&gt;&lt;P&gt;If you want to remove some of the buttons,then , use parameter it_toolbar_excluding of the set_table_for_first_display method by populating the internal table with needed exclusions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2009 10:26:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-oo-how-to-remove-all-delete-insert-copy-functionality/m-p/6359526#M1400243</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-19T10:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: ALV OO: How to remove all DELETE/ INSERT/ COPY functionality</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-oo-how-to-remove-all-delete-insert-copy-functionality/m-p/6359527#M1400244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As I already wrote: I tried this but it didn´t work completely! The delete button still works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2009 10:31:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-oo-how-to-remove-all-delete-insert-copy-functionality/m-p/6359527#M1400244</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-19T10:31:44Z</dc:date>
    </item>
  </channel>
</rss>

