<?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: program for migration of data in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-for-migration-of-data/m-p/3065851#M726489</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Seenu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; You can use ALE/IDOC or BAPIs to transfer data from APO to R/3. You cal also use a middleware like XI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Nov 2007 10:24:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-19T10:24:07Z</dc:date>
    <item>
      <title>program for migration of data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-for-migration-of-data/m-p/3065850#M726488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to move certain amount of data  that is present in SAP APO to R/3. Both are on different servers. What is the knid of programming needed to be done on the APO side. Can anyone give me a sample program done in a similar situation.&lt;/P&gt;&lt;P&gt;Points assured for all helpful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seenu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2007 10:01:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-for-migration-of-data/m-p/3065850#M726488</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-19T10:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: program for migration of data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-for-migration-of-data/m-p/3065851#M726489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Seenu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; You can use ALE/IDOC or BAPIs to transfer data from APO to R/3. You cal also use a middleware like XI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2007 10:24:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-for-migration-of-data/m-p/3065851#M726489</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-19T10:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: program for migration of data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-for-migration-of-data/m-p/3065852#M726490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Seenu, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If both the servers have the same application layer then you will have to write 2 programs one in Server A (Source) and other in Server B (Target).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write program in source server to move the data to application server using OPEN DATASET &amp;lt;filename&amp;gt; FOR OUTPUTand CLOSE DATASET.&lt;/P&gt;&lt;P&gt;Similarly write a program in target server to retreive data from application layer using OPEN DATASET &amp;lt;filename&amp;gt; FOR INPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case the application server is different then you will have to use GUI_DOWNLOAD to download the data to presentation server and then use GUI_UPLOAD to upload the data to target server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to transfer transactional data like SALES ORDER or PURCHASE ORDERS then you will have to use BAPI's to do the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;Lokesh Aggarwal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2007 10:32:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-for-migration-of-data/m-p/3065852#M726490</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-19T10:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: program for migration of data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-for-migration-of-data/m-p/3065853#M726491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Seenu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please also explore the possibilibility of using the CIF ... (Core Interface) for   APO&amp;lt;-&amp;gt;R/3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="/people/somnath.manna/blog/2006/12/31/demystifying-cif--part-ii:///people/somnath.manna/blog/2006/12/31/demystifying-cif--part-ii&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2007 10:42:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-for-migration-of-data/m-p/3065853#M726491</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-19T10:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: program for migration of data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-for-migration-of-data/m-p/3065854#M726492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Arun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          Thanks for ur reply. But there is a problem in using CIF. Since setup groups are master data, they are unidirectional i.e R/3 to APO but not vice versa.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any other thoughts. Is there any BAPI???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Seenu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2007 12:37:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-for-migration-of-data/m-p/3065854#M726492</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-19T12:37:34Z</dc:date>
    </item>
  </channel>
</rss>

