<?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 Download and upload program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/download-and-upload-program/m-p/1742271#M322399</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello to everybody,&lt;/P&gt;&lt;P&gt;I'm looking for a standard program that can download and upload program' source codes. I found the program REPTRAN (in SAP release 6.0) that can only download the source code (with the include as well), but i didn't find the upload one.&lt;/P&gt;&lt;P&gt;So, does anyone knows if exist a standard program that can download source codes (comprensive of include) and upload it as well?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and bye..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Dec 2006 15:48:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-01T15:48:51Z</dc:date>
    <item>
      <title>Download and upload program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/download-and-upload-program/m-p/1742271#M322399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello to everybody,&lt;/P&gt;&lt;P&gt;I'm looking for a standard program that can download and upload program' source codes. I found the program REPTRAN (in SAP release 6.0) that can only download the source code (with the include as well), but i didn't find the upload one.&lt;/P&gt;&lt;P&gt;So, does anyone knows if exist a standard program that can download source codes (comprensive of include) and upload it as well?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and bye..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Dec 2006 15:48:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/download-and-upload-program/m-p/1742271#M322399</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-01T15:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: Download and upload program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/download-and-upload-program/m-p/1742272#M322400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; Here is code which read the Programs &amp;amp; download:&lt;/P&gt;&lt;P&gt;Here Just pass the itab "SOURCE" into WS_DOWNLOAD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;function zuplt01f_tr.
*"----------------------------------------------------------------------
*"*"Local interface:
*"  IMPORTING
*"     REFERENCE(PROGRAM_NAME) TYPE  SYREPID
*"  TABLES
*"      SOURCE
*"----------------------------------------------------------------------

  data: f(240) type c,
        g type i,
        h(72) type c,
        low type i   .

  read report program_name into source . " state 'A'.


  describe table source  lines count.

  
endfunction.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raja T&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Dec 2006 16:06:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/download-and-upload-program/m-p/1742272#M322400</guid>
      <dc:creator>raja_thangamani</dc:creator>
      <dc:date>2006-12-01T16:06:43Z</dc:date>
    </item>
  </channel>
</rss>

