<?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: Copy code from 1 SAP instance to another. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-code-from-1-sap-instance-to-another/m-p/3540143#M851705</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Jul 2009 07:11:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-07-14T07:11:17Z</dc:date>
    <item>
      <title>Copy code from 1 SAP instance to another.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-code-from-1-sap-instance-to-another/m-p/3540133#M851695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to copy code from one client to another client eg. I developed a RFC with a new table (Z-Table). How can I transport that defelopment?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Mar 2008 13:12:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-code-from-1-sap-instance-to-another/m-p/3540133#M851695</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-14T13:12:59Z</dc:date>
    </item>
    <item>
      <title>Re: Copy code from 1 SAP instance to another.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-code-from-1-sap-instance-to-another/m-p/3540134#M851696</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;Are you talking about SAP client (MANDT) ?&lt;/P&gt;&lt;P&gt;ABAP code &amp;amp; RFC are client independant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if want to move RFC to differant server, then can release the request &amp;amp; then copy co file &amp;amp; data files to another server . then use STMS transaction to import that req in new server.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Mar 2008 06:34:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-code-from-1-sap-instance-to-another/m-p/3540134#M851696</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-15T06:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: Copy code from 1 SAP instance to another.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-code-from-1-sap-instance-to-another/m-p/3540135#M851697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, it is more like i want to develep at 1 cleint and then sell it to multiple clients (like createing the Metadata) for tables and Functions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Mar 2008 14:01:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-code-from-1-sap-instance-to-another/m-p/3540135#M851697</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-16T14:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: Copy code from 1 SAP instance to another.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-code-from-1-sap-instance-to-another/m-p/3540136#M851698</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;check thi link &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-basis-abap.com/sapbs046.htm" target="test_blank"&gt;http://www.sap-basis-abap.com/sapbs046.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;reward point if useful.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgrds&lt;/P&gt;&lt;P&gt;shazia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Mar 2008 14:49:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-code-from-1-sap-instance-to-another/m-p/3540136#M851698</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-16T14:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: Copy code from 1 SAP instance to another.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-code-from-1-sap-instance-to-another/m-p/3540137#M851699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for that, but maybe I don't know how to make myself clear. I develop at a client. I create a Ztable and a Zfunction. is there functions that will take the metadata to another client. eg. I will take a text file in a web interface and call a RFC that should create the table and RFC on my new client. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2008 08:25:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-code-from-1-sap-instance-to-another/m-p/3540137#M851699</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-17T08:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: Copy code from 1 SAP instance to another.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-code-from-1-sap-instance-to-another/m-p/3540138#M851700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have a significant development which you can sell to diff clients. Then SAP provides facility to create an ABAP Add-on. You can use AAK "ABAP Add-on Kit" &amp;amp; create an installable CD, which you can take to any SAP system &amp;amp; install using SPAM &amp;amp; SAINT transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP charges fees for certifying your development.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2008 15:17:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-code-from-1-sap-instance-to-another/m-p/3540138#M851700</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-17T15:17:04Z</dc:date>
    </item>
    <item>
      <title>Re: Copy code from 1 SAP instance to another.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-code-from-1-sap-instance-to-another/m-p/3540139#M851701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2009 07:08:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-code-from-1-sap-instance-to-another/m-p/3540139#M851701</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-14T07:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: Copy code from 1 SAP instance to another.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-code-from-1-sap-instance-to-another/m-p/3540140#M851702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2009 07:08:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-code-from-1-sap-instance-to-another/m-p/3540140#M851702</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-14T07:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: Copy code from 1 SAP instance to another.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-code-from-1-sap-instance-to-another/m-p/3540141#M851703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2009 07:11:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-code-from-1-sap-instance-to-another/m-p/3540141#M851703</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-14T07:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: Copy code from 1 SAP instance to another.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-code-from-1-sap-instance-to-another/m-p/3540142#M851704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2009 07:11:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-code-from-1-sap-instance-to-another/m-p/3540142#M851704</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-14T07:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: Copy code from 1 SAP instance to another.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-code-from-1-sap-instance-to-another/m-p/3540143#M851705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2009 07:11:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-code-from-1-sap-instance-to-another/m-p/3540143#M851705</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-14T07:11:17Z</dc:date>
    </item>
  </channel>
</rss>

