Application Development and Automation 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: 
Read only

Application server download

swatantra_vijay3
Participant
0 Likes
501

Hi

We are doing applicaton server download using open dataset command. We are mainting logical file path using FILE Transaction. Now we want to give the physical file name dynamically from the program in which the download is happning as we dont want to hard code it in the FILE TCode

Any clues!!!!!!!!!!!!!!!

Regards

Vijay

4 REPLIES 4
Read only

Former Member
0 Likes
485

hi,

use the t-code

CG3Z

for direct download.

Regards

Reshma

Read only

Former Member
0 Likes
485

Hi Swatantra,

For this first download ur file on presentation server using FM

'gui_download'. and then use tcode <b>CG3Z</b> to load file on to application server

to the location u want.

Reward points if helpful.

Regards,

Hemant

Read only

Former Member
0 Likes
485

Hi,

Use tcode CG3Z to load file on to the application server to the location u want.

<b>plz reward points if helpful or if it solves ur query.</b>

Thanks

Chinmay

Read only

Former Member
0 Likes
485

hi,

use function module ws_download.

reward with points if helpful