<?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: Program to delete entries in table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-delete-entries-in-table/m-p/3957183#M945602</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi use like this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS p_carrid TYPE sflight-carrid. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DELETE FROM sflight &lt;/P&gt;&lt;P&gt;WHERE  carrid = p_carrid AND &lt;/P&gt;&lt;P&gt;            fldate = sy-datum AND &lt;/P&gt;&lt;P&gt;            seatsocc = 0. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or use delete mara  where matnr = '100-100'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 May 2008 16:44:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-30T16:44:39Z</dc:date>
    <item>
      <title>Program to delete entries in table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-delete-entries-in-table/m-p/3957182#M945601</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 table maintenance is not enabled for a table.&lt;/P&gt;&lt;P&gt;I wish to delete some entries in that table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would be please suggest some problem or workaround.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Points will be awarded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Surjit P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2008 16:41:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-delete-entries-in-table/m-p/3957182#M945601</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-30T16:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: Program to delete entries in table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-delete-entries-in-table/m-p/3957183#M945602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi use like this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS p_carrid TYPE sflight-carrid. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DELETE FROM sflight &lt;/P&gt;&lt;P&gt;WHERE  carrid = p_carrid AND &lt;/P&gt;&lt;P&gt;            fldate = sy-datum AND &lt;/P&gt;&lt;P&gt;            seatsocc = 0. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or use delete mara  where matnr = '100-100'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2008 16:44:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-delete-entries-in-table/m-p/3957183#M945602</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-30T16:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: Program to delete entries in table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-delete-entries-in-table/m-p/3957184#M945603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would be suggest some standard program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Surjit P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2008 16:46:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-delete-entries-in-table/m-p/3957184#M945603</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-30T16:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: Program to delete entries in table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-delete-entries-in-table/m-p/3957185#M945604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An workaround! &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to transaction &lt;STRONG&gt;SE16&lt;/STRONG&gt; enter the table name and fill in the selection screen the conditions to select the records to be deleted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in the list select the records to be deleted enter &lt;STRONG&gt;/h&lt;/STRONG&gt; in the command and press &lt;STRONG&gt;ENTER&lt;/STRONG&gt; two times.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the debug, enter the field &lt;STRONG&gt;CODE&lt;/STRONG&gt; and set the value of it to &lt;STRONG&gt;DEL5&lt;/STRONG&gt; .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The records will be deleted!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2008 16:47:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-delete-entries-in-table/m-p/3957185#M945604</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-30T16:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: Program to delete entries in table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-delete-entries-in-table/m-p/3957186#M945605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;GO to the Table, check the entries to be deleted by clicking on the checkbox on the left side. Execute display option.&lt;/P&gt;&lt;P&gt;Enter  '/h' in command bar for switching debugging on and check value for field 'code' in the fieldnames. It will be 'SHOW', change that to 'DELE' instead and save it. Execute it by pressing 'F8' and you will be on screen asking for option to delete that required entry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Vikram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2008 16:58:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-delete-entries-in-table/m-p/3957186#M945605</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-30T16:58:22Z</dc:date>
    </item>
  </channel>
</rss>

