cancel
Showing results for 
Search instead for 
Did you mean: 

Customizng copy without overwriting existing client

Former Member
0 Kudos

Dear all,

I am currently looking into the way to copy client dependent data(customizing objects) to another client without overwriting target client data.

Here is the detailed information:

System A has 2 clients (A-1 and A2).

A-1 has proper customing objects but no master/transaction data.

A-2 has master/transaction data but doesn't have correct customizing objects.

So I want to copy A-1's customing objects to A-2 without losing master/transaction data in A-2.

Tr-cd(SCCL) can copy customizing objects to another client but it will initialize the target client before copying. This is the problem I bumped into.

Manually correcting customizing is not possible.

Does anyone know the way to get around this issue?

Any input is more than appreciated.

Regards,

Kazuya

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thank you very much,

Now the question is "include all your customizing data in it."

How to include all customizing objects easily?

Sorry for bothering you again,

Regards,

Kazuya

former_member185954
Active Contributor
0 Kudos

Generally your customizing data is stored in tables and is changed in SPRO , SPRO in turn calls SM30 transaction.

However I am afraid I cannot help much on this topic since this area (SPRO) belongs to the functional domain.

Regards,

Siddhesh

former_member185954
Active Contributor
0 Kudos

Hi,

There is a crude way to do this.

Copy A-2 into a new client A-3 using SAP_ALL, which is your target client (in our case its our testing client).

Now create a customizing transport request , include all your customizing data in it.

And use Client copy via transport request to do overwrite the customizing into the client A-3.

http://help.sap.com/saphelp_47x200/helpdata/en/69/c24c754ba111d189750000e8322d00/frameset.htm

Regards,

Siddhesh