<?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: file on application server in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-on-application-server/m-p/3299705#M789839</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes store in the app. server. and you can see the stored  file in app server by tcode - AL11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Reward pts if help.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Jan 2008 05:56:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-24T05:56:33Z</dc:date>
    <item>
      <title>file on application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-on-application-server/m-p/3299704#M789838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to upload the file from third party to my application server. this file will be used by zreport in SAP. i need to know where should i place this file, i mean what should be the right path to store in application server. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz tell its urgent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2008 05:54:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-on-application-server/m-p/3299704#M789838</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-24T05:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: file on application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-on-application-server/m-p/3299705#M789839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes store in the app. server. and you can see the stored  file in app server by tcode - AL11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Reward pts if help.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2008 05:56:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-on-application-server/m-p/3299705#M789839</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-24T05:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: file on application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-on-application-server/m-p/3299706#M789840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You need to know the directory in your application server which can be found out using t-code.AL11.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2008 05:57:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-on-application-server/m-p/3299706#M789840</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-24T05:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: file on application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-on-application-server/m-p/3299707#M789841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First tell your Basis person to create a DIRECTORY on application server and after that place your file in that folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The content of that file you can access in your ZREPORT using commands OPEN DATASET,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  READ DATASET '/usr/test.dat' INTO rec. &lt;/P&gt;&lt;P&gt; and CLOSE DATASET.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2008 05:59:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-on-application-server/m-p/3299707#M789841</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-24T05:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: file on application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-on-application-server/m-p/3299708#M789842</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;  The right path in the application to store the file should be decided in consultantion with Basis and application server admin. Where ever you store you just need to make sure that you have the Read Access ( and Write access depending upon your zreport logic ) to that particular folder on application server where you are going to save your file. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Normally we will be storing the file in application server where we have read and write acess. Use T-code FILE to give logical name to your application server path.&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;Khan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2008 06:03:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-on-application-server/m-p/3299708#M789842</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-24T06:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: file on application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-on-application-server/m-p/3299709#M789843</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;Tcode : AL11 will show all directories.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tcode : CG3Z to store files from presentaion server to&lt;/P&gt;&lt;P&gt;            application server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TCODE : CG3Y to store files from application server &lt;/P&gt;&lt;P&gt;               to presentation server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't forget to reward if useful.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2008 06:03:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-on-application-server/m-p/3299709#M789843</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-24T06:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: file on application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-on-application-server/m-p/3299710#M789844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi once you have the path in the app server you can use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CG3Z      T code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tcodes to upload to app server..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2008 06:04:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-on-application-server/m-p/3299710#M789844</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2008-01-24T06:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: file on application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-on-application-server/m-p/3299711#M789845</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;Consult your basis person. You might be having authorization to upload file in many folder on application layer, but it's good that basis people allocate some space for that purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to find files on Application layer, Use T code AL11, or have a look at entries in table PATH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mohaiyuddin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2008 06:08:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-on-application-server/m-p/3299711#M789845</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-24T06:08:44Z</dc:date>
    </item>
  </channel>
</rss>

