<?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: Migrating my data from one system to another in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/migrating-my-data-from-one-system-to-another/m-p/2467293#M554237</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Krishna. But can you please elaborate on what you are saying? &lt;/P&gt;&lt;P&gt;How to "Add table values" to the TR? &lt;/P&gt;&lt;P&gt;I thought we could only migrate if we had a maintenance view and from there it shall automatically include in the TR if we maintained it via SM30? &lt;/P&gt;&lt;P&gt;But here the case is diff. &lt;/P&gt;&lt;P&gt;It is an application table with no view. Lets say Table Z123. It has 5 fields with MANDT too. &lt;/P&gt;&lt;P&gt;Now around 1000 entries have been filled by the application (program). Now how do I migrate those 1000 entries to another system via TR? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Jun 2007 09:26:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-22T09:26:03Z</dc:date>
    <item>
      <title>Migrating my data from one system to another</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/migrating-my-data-from-one-system-to-another/m-p/2467291#M554235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All. &lt;/P&gt;&lt;P&gt; We have an application hosted on one SAP system. Now the users plan to use another server to host the application. &lt;/P&gt;&lt;P&gt;All data related to that app (around 10 tables) need to be migrated over too. &lt;/P&gt;&lt;P&gt;Is there any other way than to write a program to download/upload the data to/from a text/excel file? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anything we can do to avoid writing the programme? &lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2007 08:16:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/migrating-my-data-from-one-system-to-another/m-p/2467291#M554235</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-22T08:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating my data from one system to another</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/migrating-my-data-from-one-system-to-another/m-p/2467292#M554236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, did u try transporting the values using a transport request? create a transport request and add the table values and transport the request. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2007 08:54:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/migrating-my-data-from-one-system-to-another/m-p/2467292#M554236</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-22T08:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating my data from one system to another</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/migrating-my-data-from-one-system-to-another/m-p/2467293#M554237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Krishna. But can you please elaborate on what you are saying? &lt;/P&gt;&lt;P&gt;How to "Add table values" to the TR? &lt;/P&gt;&lt;P&gt;I thought we could only migrate if we had a maintenance view and from there it shall automatically include in the TR if we maintained it via SM30? &lt;/P&gt;&lt;P&gt;But here the case is diff. &lt;/P&gt;&lt;P&gt;It is an application table with no view. Lets say Table Z123. It has 5 fields with MANDT too. &lt;/P&gt;&lt;P&gt;Now around 1000 entries have been filled by the application (program). Now how do I migrate those 1000 entries to another system via TR? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2007 09:26:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/migrating-my-data-from-one-system-to-another/m-p/2467293#M554237</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-22T09:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating my data from one system to another</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/migrating-my-data-from-one-system-to-another/m-p/2467294#M554238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aishi,&lt;/P&gt;&lt;P&gt;    Try to create a RFC in the source system and call it in your program in the target system where you want the tables to be filled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Radhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2007 11:59:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/migrating-my-data-from-one-system-to-another/m-p/2467294#M554238</guid>
      <dc:creator>radhushankar</dc:creator>
      <dc:date>2007-06-22T11:59:07Z</dc:date>
    </item>
  </channel>
</rss>

