Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Copy CompCode data from one Company to Another

Former Member
0 Likes
835

Hi,

I want to copy one Company data of FI/CO,SD,MM to another Company.

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.

Plz Help me.

Thanks in Advance.

Sree Ram.

1 ACCEPTED SOLUTION
Read only

andreas_mann3
Active Contributor
0 Likes
784

Hi,

to copy customer data you can use reports:

1) rfbide10 (sending data)

2) rfbide20 (receiving data)

regards Andreas

Hi,

to copy customer data you can use reports:

1) rfbide10 (sending data)

2) rfbide20 (receiving data)

regards Andreas

5 REPLIES 5
Read only

Former Member
0 Likes
784

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.

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.

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.

Srinivas

Read only

0 Likes
784

Hi Srirnivas Sir,

I hope u will help me.

Waiting for ur response.

Thanks in Advance.

Read only

Former Member
0 Likes
784

You can copy company code data for a customer in transaction XK01. ( It would be knid of creation ).

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 .

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.

Cheers.

Read only

andreas_mann3
Active Contributor
0 Likes
785

Hi,

to copy customer data you can use reports:

1) rfbide10 (sending data)

2) rfbide20 (receiving data)

regards Andreas

Read only

0 Likes
784

Hi Andreas,

Thanks for ur help.

I was able to download Customer Details.

I m Trying to Copy them to another Company Code.

Thanks.