<?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: application server in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/application-server/m-p/3187840#M759245</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can see your files which are stored on application server using Tcode: AL11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can delete files on application server by specifying path of the file.&lt;/P&gt;&lt;P&gt;For this, &lt;/P&gt;&lt;P&gt;Go to AL11.&lt;/P&gt;&lt;P&gt;Select your filename by choosing your directories.&lt;/P&gt;&lt;P&gt;Choose Attributes button. Here you can see your exact file path&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now write a program to delte.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  ytest_eswar.&lt;/P&gt;&lt;P&gt;DATA: v_ucomm(1000)  TYPE c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: p_fname  TYPE salfile-longname DEFAULT 'C:\usr\sap\ERP\SYS\global\test.dat'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;v_ucomm = 'DEL'.&lt;/P&gt;&lt;P&gt;CONCATENATE v_ucomm p_fname INTO v_ucomm SEPARATED BY space.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Execute the Delete command.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;CALL 'SYSTEM' ID 'COMMAND' FIELD v_ucomm.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Dec 2007 08:32:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-26T08:32:18Z</dc:date>
    <item>
      <title>application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/application-server/m-p/3187836#M759241</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;1.Is there any way to delete the files in the application server&lt;/P&gt;&lt;P&gt;2. and where does all the files inthe application server get stores( i.e table name)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2007 10:16:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/application-server/m-p/3187836#M759241</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-18T10:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/application-server/m-p/3187837#M759242</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;Application Server is nothing but the path of any machine on the Network. Whatever path you are looking in AL11 are the some network connected systems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For deleting the file either go to that machine and delete the file from the respective folder or check this -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;report zrich_0001.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;parameters: d1 type localfile default '/usr/sap/TST/SYS/Data1.txt'.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  delete dataset d1.&lt;/P&gt;&lt;P&gt;Thanks to Rich for this code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2007 10:20:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/application-server/m-p/3187837#M759242</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2007-12-18T10:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/application-server/m-p/3187838#M759243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is ok when you are going to delete one file in the application server, but in my case I have some 1000 of files, so what would be the better approch.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2007 10:34:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/application-server/m-p/3187838#M759243</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-18T10:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/application-server/m-p/3187839#M759244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To delete files from Application server :&lt;/P&gt;&lt;P&gt;1. Contact your basis administrator and give the list of files along with directory path to delete the files.&lt;/P&gt;&lt;P&gt;2. If your Application server is installed on UNIX, you can delete it programatically using&lt;/P&gt;&lt;P&gt;system calls. (Not recommendable for one time solution - it will require UNIX command to be called).&lt;/P&gt;&lt;P&gt;3. Read file one by one and overwrite data with blank entries. this will leave filenames as it is, but they will not occupy much space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Option1 will be best to delete large amount of file only once.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For you second query, &lt;/P&gt;&lt;P&gt;Files are stored on Application server in similar manner they are stored in directories on Windows / UNIX. Basis Administrator will be able to login to Application server and view all the files. (If you are using logical filepath, use table PATH to see it's corresponding physical filepath on Application Server)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ls -l /sapin/UP2/comparison/&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2007 07:56:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/application-server/m-p/3187839#M759244</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-26T07:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/application-server/m-p/3187840#M759245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can see your files which are stored on application server using Tcode: AL11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can delete files on application server by specifying path of the file.&lt;/P&gt;&lt;P&gt;For this, &lt;/P&gt;&lt;P&gt;Go to AL11.&lt;/P&gt;&lt;P&gt;Select your filename by choosing your directories.&lt;/P&gt;&lt;P&gt;Choose Attributes button. Here you can see your exact file path&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now write a program to delte.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  ytest_eswar.&lt;/P&gt;&lt;P&gt;DATA: v_ucomm(1000)  TYPE c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: p_fname  TYPE salfile-longname DEFAULT 'C:\usr\sap\ERP\SYS\global\test.dat'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;v_ucomm = 'DEL'.&lt;/P&gt;&lt;P&gt;CONCATENATE v_ucomm p_fname INTO v_ucomm SEPARATED BY space.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Execute the Delete command.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;CALL 'SYSTEM' ID 'COMMAND' FIELD v_ucomm.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2007 08:32:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/application-server/m-p/3187840#M759245</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-26T08:32:18Z</dc:date>
    </item>
  </channel>
</rss>

