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: 

How to download transport request files?

Former Member
0 Kudos
2,337

Hi all,

I'm developing on one environment (SAP Solution Manager) and would like to transfer my new development into other environment (R/3).

In order to do that – I need to copy the transport request files from environment 1 to environment 2 to the cofiles directory. Then, using the stms import the required transports.

My question is this – I would like to download the transport request files from environment 1 but not directly through the file system since I do not have an RDP access to the server. Instead I would like to download them using the SAP GUI – is there any way to do it? To get an access to these files and download them?

Thanks for the help,

Roy

2 REPLIES 2

Former Member
0 Kudos
438

Hi Roy,

Try transaction CG3Y to go from apps server to PC, and CG3Z to go the other way.

Sadly, they're not available in Solution manager. But essentially they do a READ DATASET then GUI_DOWNLOAD, so you may be able to construct something yourself.

Regards,

Nick

Former Member
0 Kudos
438

Hi,

You can do it simply by the function module:

ARCHIVFILE_SERVER_TO_CLIENT

Regards,

Renjith Michael.