‎2006 Aug 27 11:11 AM
hi,
i want to store the file with length of 1024 characters in APPLICATION SERVER.
But when iam passing 1024 width file it is showing only 256 lenght data rest of it is not visible.
can you please give some. How to store data into the same.
Thanks,
Rithesh.
‎2006 Aug 27 11:16 AM
Hi,
if you are using txn AL11 you are able to see only the first 256 chars of each line, even if the file phisically contains the line on the whole.
You can try to see the file in some other way, so to see the real line of the file.
Bye,
Antonino
‎2006 Aug 27 6:41 PM
Read the file back into an internal table with the original width and then you can read the rest of the file using offsets - itab-field+256(256).
Rob
‎2006 Aug 27 11:31 AM
Hi,
Using AL11, open the file. Then Click System->Save to Local File-> Notepad.
Provide the path and file name. Now compare this file with the actual requirement.
Best regards,
Prashant