If you would like copy some tables to a different system, you'll use R3trans. The steps are the following:
Create in the system source the file: export.ctl
Export
File = 'export.dat'
Client = 201
Select * from table
And within the system target create the file: import.ctl
Import
File = 'export.dat'
Client = 301
Then execute in the source systems:
R3trans export.ctl
This creates a file named export.dat, then copy this file to target system and execute within the target system:
R3trans import.ctl
This imports the table to the target system.PD.
You can check the SAP Note No. 1942
Create in the system source the file: export.ctl
Export
File = 'export.dat'
Client = 201
Select * from table
And within the system target create the file: import.ctl
Import
File = 'export.dat'
Client = 301
Then execute in the source systems:
R3trans export.ctl
This creates a file named export.dat, then copy this file to target system and execute within the target system:
R3trans import.ctl
This imports the table to the target system.PD.
You can check the SAP Note No. 1942