<?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/1587261#M264694</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shejal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just as I said AL11 doesn't show all paths, but only the paths mapped in AL11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to see all paths you can use a fm reads all path of application server: for example SUBST_GET_FILE_LIST or RZL_READ_FILE* as Ferry Lianto&lt;/P&gt;&lt;P&gt;has suggested you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also ask to display that path in AL11, but your basis should do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Oct 2006 15:52:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-12T15:52:11Z</dc:date>
    <item>
      <title>Application Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/application-server/m-p/1587255#M264688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends I have to download a text file on the application server and the file path has been given.&lt;/P&gt;&lt;P&gt;I ran my program but i want to see the results.&lt;/P&gt;&lt;P&gt;I checked AL11 but i dont see any file with the file path name given. is there a way that i can find that file.&lt;/P&gt;&lt;P&gt;i ran my Program in SDV and the file path is &lt;/P&gt;&lt;P&gt;/data/qa/sap/gelco/tipbchtr.int2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ANy advice,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shejal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2006 15:31:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/application-server/m-p/1587255#M264688</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-12T15:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: Application Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/application-server/m-p/1587256#M264689</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 you have any FTP explorer ,then you can connect to the system where you loaded file .However you will need user id &amp;amp; pwd to access that system directory.&lt;/P&gt;&lt;P&gt;Once you access you ,you should be able to locate file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AL11  may not show all directories.There may be controlled access to such directories.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark points if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2006 15:37:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/application-server/m-p/1587256#M264689</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-12T15:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: Application Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/application-server/m-p/1587257#M264690</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;AL11 show only the path are mapped in SAP, so you should ask your basis to mapping that path in SAP or you can try to do that by your self: AL11 -&amp;gt; Configure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2006 15:38:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/application-server/m-p/1587257#M264690</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-12T15:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: Application Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/application-server/m-p/1587258#M264691</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;Please try this FM. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RZL_READ_FILE&lt;/P&gt;&lt;P&gt;RZL_READ_FILE_REMOTE&lt;/P&gt;&lt;P&gt;RZL_READ_FILE_REMOTE_SH.&lt;/P&gt;&lt;P&gt;&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>Thu, 12 Oct 2006 15:46:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/application-server/m-p/1587258#M264691</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-12T15:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: Application Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/application-server/m-p/1587259#M264692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rushali,&lt;/P&gt;&lt;P&gt;It is via the FTP, so i cant see the file without a user id and pwd.&lt;/P&gt;&lt;P&gt;Anyways i tried with a different file path and i could see the results in AL11, So i am assuming if i change the file path there would be results but i cant see them. All I am worried is.. i hope there would be the results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shejal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2006 15:46:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/application-server/m-p/1587259#M264692</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-12T15:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: Application Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/application-server/m-p/1587260#M264693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OR you can write your own program to display files/directories on applicaiton server, I believe there was plenty of examples of such programs on different sites.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2006 15:48:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/application-server/m-p/1587260#M264693</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-12T15:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: Application Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/application-server/m-p/1587261#M264694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shejal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just as I said AL11 doesn't show all paths, but only the paths mapped in AL11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to see all paths you can use a fm reads all path of application server: for example SUBST_GET_FILE_LIST or RZL_READ_FILE* as Ferry Lianto&lt;/P&gt;&lt;P&gt;has suggested you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also ask to display that path in AL11, but your basis should do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2006 15:52:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/application-server/m-p/1587261#M264694</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-12T15:52:11Z</dc:date>
    </item>
  </channel>
</rss>

