Hi Ash Kumar,
If I am correct, your requirement is that you need to move ZTable data entries from one server to another. But the thing here is SAP does not consider Ztables while transporting your data.
You have to specifically and seperately bind the data entries in a transport request in the below two ways.
1.) Menu way: Include the entries in a request by going to SM30 and putting in the table name. Choose display > Select the rows > Go to Edit > Transport > Include in request. Best way to do this.
2.) Direct in Request (As suggested by Chandu here) : Create/Open a workbench request.
Fill as follows:
Program ID : R3TR
Object type : TABU
Object Name: <insert ur Ztable name here>
Repeat for all your Ztables. But only passing this values may fail sometimes due to the absence of "keys" that SAP expects from such requests.
So press the key Icon besides the Object name and pass the <Client> and * for all values. Further info in below link.
REF : How to mass transport table entries - A Guide
Hope this solved your query.