<?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 SAP Repository Objects. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-repository-objects/m-p/6966795#M1490617</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to save the SAP Repository Objects in the local server as a text file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;well...this is the scenario..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am writing a program for the report generation. so when it is executed, the report will be generated and displayed..and at the same time, the " program " (neither a report nor an output) I' ve written in the ABAP editor must also be saved in the local server as a text file automatically and i dont want to use the "save as local file" icon from the ABAP editor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that possible to make it out by coding or in anyway...pls provide a valuable solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;Kalidass.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Jun 2010 08:51:18 GMT</pubDate>
    <dc:creator>former_member300258</dc:creator>
    <dc:date>2010-06-01T08:51:18Z</dc:date>
    <item>
      <title>SAP Repository Objects.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-repository-objects/m-p/6966795#M1490617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to save the SAP Repository Objects in the local server as a text file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;well...this is the scenario..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am writing a program for the report generation. so when it is executed, the report will be generated and displayed..and at the same time, the " program " (neither a report nor an output) I' ve written in the ABAP editor must also be saved in the local server as a text file automatically and i dont want to use the "save as local file" icon from the ABAP editor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that possible to make it out by coding or in anyway...pls provide a valuable solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;Kalidass.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jun 2010 08:51:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-repository-objects/m-p/6966795#M1490617</guid>
      <dc:creator>former_member300258</dc:creator>
      <dc:date>2010-06-01T08:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Repository Objects.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-repository-objects/m-p/6966796#M1490618</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;Program code will not be downloadable insted of you can download program output in the Presentation server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope if your report output is ALV display after calling the ALV function module you can call the gui_download function module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to download the report to presetations server. For this Fillename should not be changed. File name should be constant one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the GUI_DOWNLOAD there exist a FILENAME parameters there you can hard code the file path where the report output has to &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;download. Let me know for further assitance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jun 2010 09:00:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-repository-objects/m-p/6966796#M1490618</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-01T09:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Repository Objects.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-repository-objects/m-p/6966797#M1490619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi thiru,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't want to download the report to the presentation server. I clearly mentioned in my question. I don't want either a generated report nor an output to be downloaded at the presentation server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want the program (the coding) to be saved in the presentation server as a text file wen it is executed from the ABAP Editor. B'coz This is my requirement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;Kalidass.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jun 2010 09:20:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-repository-objects/m-p/6966797#M1490619</guid>
      <dc:creator>former_member300258</dc:creator>
      <dc:date>2010-06-01T09:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Repository Objects.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-repository-objects/m-p/6966798#M1490620</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;I don't think so there is no options to download the coding to present server while you are executing program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of that there is opting to download the coding not in the execution mode. You can download the program using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the menu options Utilities ---&amp;gt; More Utilities ---&amp;gt; Upload/Dwonload -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;&amp;gt; Download.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jun 2010 10:12:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-repository-objects/m-p/6966798#M1490620</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-01T10:12:59Z</dc:date>
    </item>
  </channel>
</rss>

