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

Down loading an Excel file on Application to presentation server

Former Member
0 Likes
492

Hi,

Friends I know that the cg3y is the transaction code used to transfer file from application to presentation server.

I need a Function module which does the same process.

Thanks & Regards,

Ram.

3 REPLIES 3
Read only

former_member386202
Active Contributor
0 Likes
476

Hi,

Use tcode

CG3Z to transfer file from application to presentation server and

CG3Y to transfer file from presentation to application.

Regards,

Prashant

Read only

0 Likes
476

Prashanth,

Thank you, but I need a Function module which does the same task as that of CG3Y.

Regards,

Ram.

Read only

Former Member
0 Likes
476

HI,

i think it can help u a little bit.

Open the dataset in read mode,i mean

FNAME = 'C:\TEST1.TXT'.

OPEN DATASET FNAME FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.

this can be used for downloading the data from application server to presentation layer.

Thank you

reward if it is useful.