<?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 CompCode data from one Company to Another in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-compcode-data-from-one-company-to-another/m-p/966792#M68710</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srirnivas Sir,&lt;/P&gt;&lt;P&gt;I hope u will help me.&lt;/P&gt;&lt;P&gt;Waiting for ur response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 24 Sep 2005 02:20:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-09-24T02:20:53Z</dc:date>
    <item>
      <title>Copy CompCode data from one Company to Another</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-compcode-data-from-one-company-to-another/m-p/966788#M68706</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;I want to copy one Company data of FI/CO,SD,MM to another Company.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Example i have a Company Code 3000 and some Customer info in that Company, I want to copy the data into another company code CC21.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz Help me.&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;Sree Ram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2005 02:58:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-compcode-data-from-one-company-to-another/m-p/966788#M68706</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-23T02:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: Copy CompCode data from one Company to Another</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-compcode-data-from-one-company-to-another/m-p/966789#M68707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is not a small task. It is project by itself, typically required when there is big reorganization, merger or aquisition or seperation happens. I don't think this is within the scope of this forum to discuss such a big project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a facility to copy company code data and delete company code data, but it is not complete and has its inherent flaws. We went through a merger and we had X consulting to come in to do a study and they estimated about 3 months to do the job.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are only talking about copying customer data from one company code to another company code, then it is lot simpler and I think there is a feature available to do that. Right now I am not in front of the system, so I cannot give you an exact answer, but will do it tomorrow, if it is not answered by then.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2005 03:10:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-compcode-data-from-one-company-to-another/m-p/966789#M68707</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-23T03:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: Copy CompCode data from one Company to Another</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-compcode-data-from-one-company-to-another/m-p/966790#M68708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can copy company code data for a customer in transaction XK01. ( It would be knid of creation ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just give the existing company code / sales org data in the reference tab. The data for new company code will be created and all data from existing comp code / sales org would be copied. You can edit data before saving .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to do it by program you can use BAPI_CUSTOMER_GETDETAIL and then BAPI_CUSTOMER_CREATE to copy the data to new  company code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2005 04:18:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-compcode-data-from-one-company-to-another/m-p/966790#M68708</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-23T04:18:27Z</dc:date>
    </item>
    <item>
      <title>Re: Copy CompCode data from one Company to Another</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-compcode-data-from-one-company-to-another/m-p/966791#M68709</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;to copy customer data you can use reports:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) rfbide10 (sending data)&lt;/P&gt;&lt;P&gt;2) rfbide20 (receiving data)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2005 05:37:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-compcode-data-from-one-company-to-another/m-p/966791#M68709</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2005-09-23T05:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: Copy CompCode data from one Company to Another</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-compcode-data-from-one-company-to-another/m-p/966792#M68710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srirnivas Sir,&lt;/P&gt;&lt;P&gt;I hope u will help me.&lt;/P&gt;&lt;P&gt;Waiting for ur response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Sep 2005 02:20:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-compcode-data-from-one-company-to-another/m-p/966792#M68710</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-24T02:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: Copy CompCode data from one Company to Another</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-compcode-data-from-one-company-to-another/m-p/966793#M68711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andreas,&lt;/P&gt;&lt;P&gt;Thanks for ur help.&lt;/P&gt;&lt;P&gt;I was able to download Customer Details.&lt;/P&gt;&lt;P&gt;I m Trying to Copy them to another Company Code.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Sep 2005 02:23:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-compcode-data-from-one-company-to-another/m-p/966793#M68711</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-24T02:23:02Z</dc:date>
    </item>
  </channel>
</rss>

