<?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: local dir in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/local-dir/m-p/2846548#M666873</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;FOLLOW THIS PATH &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) GOTO UTILITIES IN THE UR PROGRAM (SE38)&lt;/P&gt;&lt;P&gt;2) MORE UTILITIES &lt;/P&gt;&lt;P&gt;3) UPLOAD/DOWNLOAD &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT DOWNLOAD &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AND GIVE THE PATH WHERE YOU WANT TO DOWNLOAD THAT IN WHICH FORMAT &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THEN THAT PROGRAM WILL BE DOWNLOADED TO UR PRESENTATION SERVER &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REWARD IF USEFULL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 23 Sep 2007 06:35:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-23T06:35:36Z</dc:date>
    <item>
      <title>local dir</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/local-dir/m-p/2846547#M666872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;suppose if we want to store a  report in to the local directory in the presentation server.what is the peocedure for that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Sep 2007 06:07:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/local-dir/m-p/2846547#M666872</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-23T06:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: local dir</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/local-dir/m-p/2846548#M666873</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;FOLLOW THIS PATH &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) GOTO UTILITIES IN THE UR PROGRAM (SE38)&lt;/P&gt;&lt;P&gt;2) MORE UTILITIES &lt;/P&gt;&lt;P&gt;3) UPLOAD/DOWNLOAD &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT DOWNLOAD &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AND GIVE THE PATH WHERE YOU WANT TO DOWNLOAD THAT IN WHICH FORMAT &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THEN THAT PROGRAM WILL BE DOWNLOADED TO UR PRESENTATION SERVER &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REWARD IF USEFULL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Sep 2007 06:35:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/local-dir/m-p/2846548#M666873</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-23T06:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: local dir</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/local-dir/m-p/2846549#M666874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Open program and do right click, you will see menu "save as local file". save it where ever you want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Sep 2007 06:48:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/local-dir/m-p/2846549#M666874</guid>
      <dc:creator>sudhakar196</dc:creator>
      <dc:date>2007-09-23T06:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: local dir</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/local-dir/m-p/2846550#M666875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are different methods of downloading the report data on the Presentation Server.These are as under:&lt;/P&gt;&lt;P&gt;1.Use the FM GUI_DOWNLOAD and pass the internal table and the file location to it.&lt;/P&gt;&lt;P&gt;2.Once you ahve the report data in front of you in the form of list display,use T-code CG3Y to download the data to the Presentation Server.&lt;/P&gt;&lt;P&gt;3.Go to System on the menu bar,click on List,click on Save data and give the file name there and it will download the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the most preferred way is the first one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case you have any further clarifications,do let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Puneet Jhari.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Sep 2007 15:06:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/local-dir/m-p/2846550#M666875</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-23T15:06:48Z</dc:date>
    </item>
  </channel>
</rss>

