<?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: multiple delete dataset (*.*) possible ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-delete-dataset-possible/m-p/1718093#M313722</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;use FM gui_upload to load the files from presentation server to internal table.&lt;/P&gt;&lt;P&gt;Delete itab.&lt;/P&gt;&lt;P&gt;this deletes all the files in the internal table.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;keerthi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Oct 2006 10:24:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-30T10:24:00Z</dc:date>
    <item>
      <title>multiple delete dataset (*.*) possible ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-delete-dataset-possible/m-p/1718090#M313719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to delete files in a directory which&lt;/P&gt;&lt;P&gt;are ending with '.pdf'. is this possible with&lt;/P&gt;&lt;P&gt;ONE 'delete dataset' ? can i put asterix '*'&lt;/P&gt;&lt;P&gt;for the delete dataset statement for muliple&lt;/P&gt;&lt;P&gt;deleting ? if not, what solution you can&lt;/P&gt;&lt;P&gt;recommend ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards, Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2006 09:55:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-delete-dataset-possible/m-p/1718090#M313719</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-30T09:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: multiple delete dataset (*.*) possible ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-delete-dataset-possible/m-p/1718091#M313720</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;you can't do like this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you have to get all files in an internal table and then delete them using the loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;delete dataset itab-filename.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2006 09:59:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-delete-dataset-possible/m-p/1718091#M313720</guid>
      <dc:creator>dani_mn</dc:creator>
      <dc:date>2006-10-30T09:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: multiple delete dataset (*.*) possible ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-delete-dataset-possible/m-p/1718092#M313721</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;you cannot delete the Files at one go using '*' and delete dataset statement. You can do programatically by calling the files in application server into internal table using the Function module SUBST_GET_FILE_LIST and then looping through the function module and delete the file one by one as Wasim has illustrated in the previous post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2006 10:04:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-delete-dataset-possible/m-p/1718092#M313721</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-30T10:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: multiple delete dataset (*.*) possible ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-delete-dataset-possible/m-p/1718093#M313722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;use FM gui_upload to load the files from presentation server to internal table.&lt;/P&gt;&lt;P&gt;Delete itab.&lt;/P&gt;&lt;P&gt;this deletes all the files in the internal table.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;keerthi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2006 10:24:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-delete-dataset-possible/m-p/1718093#M313722</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-30T10:24:00Z</dc:date>
    </item>
  </channel>
</rss>

