cancel
Showing results for 
Search instead for 
Did you mean: 

remote client copy error

Former Member
0 Kudos

Hi,

I am doing REMOTE client copy from PRO TO DEV.

i got error in test mode saying " zmm_enq_tab table def missing locally"

what can be done.

please suggest.

thanks & regards

kavitha

Accepted Solutions (1)

Accepted Solutions (1)

JPReyes
Active Contributor
0 Kudos

Before starting a client copy you need to check that both systems have the same patch levels and customizations have been transported.

As you can see the message points to a Z table missing meaning that the client copy can't find that table on the target system. please check that your customizations are been delivered to the target system before resuming the copy.

Regards

Juan

Answers (1)

Answers (1)

revathimp
Advisor
Advisor
0 Kudos

Hello Kavitha,

The error message indicates that the table definition is not present in the

target system.

For a client copy between two systems, the DDIC objects(tables)

should be same in both the systems.

In this case, you have two options:

1. Create the table in the target system. YOu can also transport the table definition to the target system from source. Create a transport request with object - R3TR TABL <tablename>.

2. Exclude this table from client copy. THis can be done by executing the report

RSCCEXPT and add an entry in the tables list.

Perform any one of the options above and then start client copy.

You can also perform a test run and check before the actual copy.

Regards,

Revathi