2008 Feb 11 4:27 PM
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
2008 Feb 11 4:55 PM
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
2008 Feb 12 3:37 AM
Hi,
You can do it simply by the function module:
ARCHIVFILE_SERVER_TO_CLIENT
Regards,
Renjith Michael.