<?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: How to delete the data set in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-delete-the-data-set/m-p/2391064#M531723</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CONCATENATE w_f_i wa_data-uid '.txt' INTO w_f_in.&lt;/P&gt;&lt;P&gt;OPEN DATASET w_f_i FOR INPUT IN TEXT MODE ENCODING DEFAULT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF SY-SUBRC = 0.&lt;/P&gt;&lt;P&gt;DELETE DATASET w_f_i.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLOSE DATASET w_f_i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see the above code&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Jun 2007 02:45:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-05T02:45:47Z</dc:date>
    <item>
      <title>How to delete the data set</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-delete-the-data-set/m-p/2391063#M531722</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;I am trying to delete the dataset . but the sy-subrc is showing as 4.&lt;/P&gt;&lt;P&gt;Here is the code.&lt;/P&gt;&lt;P&gt;        CONCATENATE w_f_i wa_data-uid '.txt' INTO w_f_in.&lt;/P&gt;&lt;P&gt;        OPEN DATASET w_f_i FOR INPUT IN TEXT MODE ENCODING DEFAULT.&lt;/P&gt;&lt;P&gt;        CLOSE DATASET w_f_i.&lt;/P&gt;&lt;P&gt;        IF SY-SUBRC = 0.&lt;/P&gt;&lt;P&gt;        DELETE DATASET w_f_i.&lt;/P&gt;&lt;P&gt;        ENDIF.&lt;/P&gt;&lt;P&gt;      ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the above code w_f_i contains the file path like    :\CMR_Interface\BP\I\48058.txt. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody provide me the suggestion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;KP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2007 02:42:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-delete-the-data-set/m-p/2391063#M531722</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-05T02:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete the data set</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-delete-the-data-set/m-p/2391064#M531723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CONCATENATE w_f_i wa_data-uid '.txt' INTO w_f_in.&lt;/P&gt;&lt;P&gt;OPEN DATASET w_f_i FOR INPUT IN TEXT MODE ENCODING DEFAULT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF SY-SUBRC = 0.&lt;/P&gt;&lt;P&gt;DELETE DATASET w_f_i.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLOSE DATASET w_f_i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see the above code&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2007 02:45:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-delete-the-data-set/m-p/2391064#M531723</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-05T02:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete the data set</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-delete-the-data-set/m-p/2391065#M531724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi KP,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; the syntax is correct. But check whether the path from which you are trying to delete the file is correct or not .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2007 02:46:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-delete-the-data-set/m-p/2391065#M531724</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-05T02:46:58Z</dc:date>
    </item>
  </channel>
</rss>

