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

Problem during retriving file from application Server

Former Member
0 Likes
672

Hi all,

i am trying to upload a world file (from desktop ) on application server and

retrieve it back on local desktop.

during retrieval of file from application server i am getting all the data in encoded format .

i am using -

open DATASET p_fpath for output in text mode encoding UTF-8 WITH SMART LINEFEED.

plz help.

Hi all,

i am trying to upload a world file (from desktop ) on application server and

retrieve it back on local desktop.

during retrieval of file from application server i am getting all the data in encoded format .

i am using -

open DATASET p_fpath for output in text mode encoding UTF-8 WITH SMART LINEFEED.

plz help.

4 REPLIES 4
Read only

Former Member
0 Likes
636

Hi

Just use the following Tcodes

<b>CG3Y and

CG3Z</b>

for transfering file data from application to presentation and Vice versa.

<b>Reward points for useful Answers</b>

Regards

Anji

Read only

0 Likes
636

Hi Anji

Thanks for your answer , but i am working on BW server and there is no

existence of transaction CG3Y and CG3Z on this server .

so , plz suggest some other way.

Regards

Vibhas

Read only

former_member404244
Active Contributor
0 Likes
636

Hi,

use the tcodes CG3Y and

CG3Z

Or

try with this command

open DATASET p_fpath for output in text mode encoding default.

Regards,

nagaraj

Read only

Former Member
0 Likes
636

USE cg3y and cg3z tcodes..

Regards,

Omkar.