Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Transport from One Server to Another - The Servers are not in network

Former Member
0 Kudos

Hello Gurus,

I have some custom ABAP software that I have been keeping in a "Z" package on the development system of our office. Now I would like to export the package into an OS file, copy it to a CD or Pen-drive. I want to be able to upload this package to the customer's development machine and continue further development on the objects. The objects I have developed include Transparent Tables with data, Function Modules, and ABAP classes.

Please let me how I can achieve this.

Thanks in advance.

1 ACCEPTED SOLUTION

uwe_schieferstein
Active Contributor
0 Kudos

Hello Hari

If you have transactions CG3Y (Download ApplServer -> PC) and CG3Z (Upload PC -> ApplServer) available on your SAP system (e.g. R/3) then search for the transport file directories (e.g. DIR_TRANS: usr\sap\trans\data and usr\sap\trans\cofiles) using transaction AL11.

Assuming your transport request is E01K900100 the required files are:

- R900100.E01 (data file)
- K900100.E01 (cofile)

When you upload these files into the target system you can use transaction STMS to add this request to the import buffer queue.

Regards

Uwe

4 REPLIES 4

former_member195698
Active Contributor
0 Kudos

uwe_schieferstein
Active Contributor
0 Kudos

Hello Hari

If you have transactions CG3Y (Download ApplServer -> PC) and CG3Z (Upload PC -> ApplServer) available on your SAP system (e.g. R/3) then search for the transport file directories (e.g. DIR_TRANS: usr\sap\trans\data and usr\sap\trans\cofiles) using transaction AL11.

Assuming your transport request is E01K900100 the required files are:

- R900100.E01 (data file)
- K900100.E01 (cofile)

When you upload these files into the target system you can use transaction STMS to add this request to the import buffer queue.

Regards

Uwe

Former Member
0 Kudos

Hi,

Thanks for you reply.

But the upload/download requires target client.

My requirement is to have all the objects in the package/ request to be in a format that can be copied onto a CD/Flash Drive later should be imported in a Customer System and we are not sure of the Target Client of the Customer System.

Regards

0 Kudos

Suggestion from Uwe is the best fit for your requirement.

"Download the transport and cofiles and then import it through STMS ( keep all the objects in one Transport)"