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

Missing some fields using TRANSFER write to file

Former Member
0 Likes
477

Hi, Friends:

I have a structure which has been populated with data, saying its name is "h_fkkcolfile", and it has 30 fields.

The following statement is used to write its contents to one line of the output file, the file is in application server.

TRANSFER h_fkkcolfile TO i_file_name.

After the statement, we check AL11 for the contents of the file, we found only 19 fields has been written to the file, missing other fields.

Thanks in advance.

Liang

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
387

Hi,

In AL11 you can see only 512 char length, but when it download to local pc we can see all the fileds

try to download the file using transactio code

CG3Y and see the data.

Regards

Krishna

2 REPLIES 2
Read only

Former Member
0 Likes
388

Hi,

In AL11 you can see only 512 char length, but when it download to local pc we can see all the fileds

try to download the file using transactio code

CG3Y and see the data.

Regards

Krishna

Read only

0 Likes
387

Nice Tips Krishna

Thanks a lot