<?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 Data delete not working in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-data-delete-not-working/m-p/1717230#M313454</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;If the name of the table of ZMYTABLE then the syntax should be &lt;/P&gt;&lt;P&gt;DELETE FROM ZMYTABLE.&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, 10 Nov 2006 20:46:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-10T20:46:42Z</dc:date>
    <item>
      <title>Table Data delete not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-data-delete-not-working/m-p/1717229#M313453</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 m trying to simply delete all records in a Z table. I insert data into this table from another program. Until 1/2 hr ago both insertions and deletions were working fine. But now suddently the delete program is hanging on statement &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DELETE FROM SAPR3.ZMYTABLE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The table has no lock objects, nor m I explicitly locking the table in the insert program. Please help at the earliest, points will be given to right answer. Thank you for reading.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Nov 2006 20:43:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-data-delete-not-working/m-p/1717229#M313453</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-10T20:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: Table Data delete not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-data-delete-not-working/m-p/1717230#M313454</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;If the name of the table of ZMYTABLE then the syntax should be &lt;/P&gt;&lt;P&gt;DELETE FROM ZMYTABLE.&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, 10 Nov 2006 20:46:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-data-delete-not-working/m-p/1717230#M313454</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-10T20:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: Table Data delete not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-data-delete-not-working/m-p/1717231#M313455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srikrishna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try to use standard program RADCVBTC to delete all records from your custom program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OBJ_NAME = &amp;lt;custom table&amp;gt;&lt;/P&gt;&lt;P&gt;OBJ_TYPE = 'TABL'&lt;/P&gt;&lt;P&gt;FCT      = 'MDF'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Nov 2006 20:48:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-data-delete-not-working/m-p/1717231#M313455</guid>
      <dc:creator>ferry_lianto</dc:creator>
      <dc:date>2006-11-10T20:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: Table Data delete not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-data-delete-not-working/m-p/1717232#M313456</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;Try putting a COMMIT WORK AND WAIT after the DELETE.&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DELETE FROM ZMYTABLE.&lt;/P&gt;&lt;P&gt;COMMIT WORK AND WAIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Gilberto Li&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Nov 2006 22:23:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-data-delete-not-working/m-p/1717232#M313456</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-10T22:23:32Z</dc:date>
    </item>
  </channel>
</rss>

