Skip to Content
0
Former Member
Apr 21, 2009 at 02:37 PM

Missing some fields using TRANSFER write to file

90 Views

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