cancel
Showing results for 
Search instead for 
Did you mean: 

Client Copy error

Former Member
0 Kudos

Hi,

I am trying to client copy from production to a new client in development server.

I am choosing SAP_CUST as we want only customizing of production.

Patch levels are same on both.

I am getting error as

Table/Object Component Error

FMFMOARP15000001 Table Def. Missing Locally

We have the same table in dev but as FMFMOARD10000001.

Means with SID of Dev.

Can i solve this problem some how.

Kindly help me this

Thanks

Tajinder

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi,

While doing client copy across systems , you should have the

1) Same SP stack level in both target , source systems

2) Same release of SAP systems

3) The transports should be same , repository should be same.

You are getting this error , because there is table which has been created Locally in one system and not present in other.

To solve this problem , you have to do following

1) Find out table(FMFMOARP15000001) is source system which has been created and causing error , is stored in which transport requested , you can do that from tcode SCC3.

2) After you know , the transport request , you need to push that transport to your target server.So that the table cdefinition gets created in other system also.

If the table is created as local and not saved in any transport request you need to create the table locally in other table also.

3) You need to do a RFC system comparison , in SCC9 , whcih will tell you the inconsistencies in both systems and whether you can do a client copy7 across systems or not ?

Thanks

Prasanna

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Closing the thread