<?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 How do I get source code without going through SAP? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-get-source-code-without-going-through-sap/m-p/778449#M38972</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Without using the key words "read report", I'd like to get at the source code externally to get around a bug in SAP I've encountered (missing code that I know is there).  Does anyone know where the source code is stored?  Is it in a system table, logical database, file, etc?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Feb 2004 01:14:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2004-02-25T01:14:07Z</dc:date>
    <item>
      <title>How do I get source code without going through SAP?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-get-source-code-without-going-through-sap/m-p/778449#M38972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Without using the key words "read report", I'd like to get at the source code externally to get around a bug in SAP I've encountered (missing code that I know is there).  Does anyone know where the source code is stored?  Is it in a system table, logical database, file, etc?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2004 01:14:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-get-source-code-without-going-through-sap/m-p/778449#M38972</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-02-25T01:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: How do I get source code without going through SAP?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-get-source-code-without-going-through-sap/m-p/778450#M38973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matt,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;search in this forum for "ABAP Code". You will find the following topic among others:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABAP Code &lt;/P&gt;&lt;P&gt;Posted on: Nov 17, 2003 2:29 PM, by user: Herzel Elmalme &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this discussion will helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dirk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2004 07:43:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-get-source-code-without-going-through-sap/m-p/778450#M38973</guid>
      <dc:creator>DirkAltmann</dc:creator>
      <dc:date>2004-02-25T07:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: How do I get source code without going through SAP?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-get-source-code-without-going-through-sap/m-p/778451#M38974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I thought as such.  Thanks.  Oh well. In 4.7, I recommend people be careful when switching between previous versions of classes if they have recently implemented a new method.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ie. I have a change request with a new method implemented, but after reverting to a previous version, when I change back to the newer version, the method code no longer exists (which is fair enough), but even worse, when I try to reimport the change request into a non-development client which contains the method, the code is inaccessible.  Could be something to do with the fact that the class has a compilation error and cannot display the inactive version(?).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2004 16:08:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-get-source-code-without-going-through-sap/m-p/778451#M38974</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-02-25T16:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: How do I get source code without going through SAP?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-get-source-code-without-going-through-sap/m-p/778452#M38975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have access to SE38, or SE80, you can export the code using Utilities -&amp;gt; More Utilities -&amp;gt; Upload/Download -&amp;gt; Download.&amp;nbsp; Change the code, then Utilities -&amp;gt; More Utilities -&amp;gt; Upload/Download -&amp;gt; Upload.&amp;nbsp; You should only upload to DEV, create a transport, them move it to quality control and then live.&lt;/P&gt;&lt;P&gt;If this is SAP code, you should register it so you have a list for when you upgrade and the program gets overwritten.&amp;nbsp; If it's your own code, you can do what you want.&lt;/P&gt;&lt;P&gt;mr.kim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2012 21:42:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-get-source-code-without-going-through-sap/m-p/778452#M38975</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-04T21:42:14Z</dc:date>
    </item>
  </channel>
</rss>

