<?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: Table maintenance in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance/m-p/2836717#M664208</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;The button 'New Entries" is the standard sap button. &lt;/P&gt;&lt;P&gt;Check the application Tool Bar entries of the program 'SAPLSVIM'  the funtion code is 'NEWL'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you shud either delete this item from the application toolbar or hide using the 'exclude' option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it either case u need to make changes in the standard SAP program using exists.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anjali&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Sep 2007 06:00:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-28T06:00:54Z</dc:date>
    <item>
      <title>Table maintenance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance/m-p/2836716#M664207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am calling the maintenance view of a ztable from a report ,passing some parameters through the selection screen.The maintenance view has a button NEW ENTRIES.I want to eliminate this button, but at the same time want the maintenance view to open in an editable mode.How do I achieve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2007 05:12:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance/m-p/2836716#M664207</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-28T05:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: Table maintenance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance/m-p/2836717#M664208</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;The button 'New Entries" is the standard sap button. &lt;/P&gt;&lt;P&gt;Check the application Tool Bar entries of the program 'SAPLSVIM'  the funtion code is 'NEWL'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you shud either delete this item from the application toolbar or hide using the 'exclude' option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it either case u need to make changes in the standard SAP program using exists.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anjali&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2007 06:00:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance/m-p/2836717#M664208</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-28T06:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: Table maintenance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance/m-p/2836718#M664209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please go through this  link  .. in this  link the  screen shots are  given &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/abap/how%20to%20implement%20events%20in%20table%20maintenance.doc"&amp;gt;https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/abap/how%20to%20implement%20events%20in%20table%20maintenance.doc&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the Page   number   4    in that the  list of Event  use  ST -&amp;gt; For Menu main  program Controls there  ..write a routine   for disabling   ADD NEW Entrees  logic .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;if sy-ucom = 'NEWAL'
Then 
OUTPUT = 'X'.
endif  .&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward  points if it is usefull ....&lt;/P&gt;&lt;P&gt;Girish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2007 06:20:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance/m-p/2836718#M664209</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-28T06:20:42Z</dc:date>
    </item>
  </channel>
</rss>

