‎2009 Apr 21 3:37 PM
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
‎2009 Apr 21 3:40 PM
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
‎2009 Apr 21 3:40 PM
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
‎2009 Apr 21 4:06 PM