Hi,
1. I have an internal table it_but000 of but000 of 100 fields.
2. my requirement is to download all the records of 100 fields in the internal table it_but000 to application server.
3. I wrote a program it got activated and when I execuite the program it go to dump saying
Error analysis
For the statement
"TRANSFER f TO ..."
only character-type data objects are supported at the argument position
"f".
In this case. the operand "f" has the non-character-type "T_BUT000". The
current program is a Unicode program. In the Unicode context, the type
'X' or structures containing not only character-type components are
regarded as non-character-type.
and parallely I can see the file created in the application server but when I try to open it it says UNABLE TO DISPLAY THIS FILE
MY QUERY
1. Is there any limitataion of fields for transfering to application server.
2. secondly dump analysis says, only fields of datatype char
can be transfered. but here in my case I have some 100 fields I extracted it with *select ** so how can I which is of non char type.