‎2007 Jun 10 5:48 PM
Hello experts,
I am having problem while writing a file on application layer. The problem is that the size of the work area is 1400 bytes. But while writing it into application layer, i am getting only the first 255 bytes the remaining bytes a getting truncated.
Can anyone tell me a suitable solution to avoid this?
Helpful answers will be rewarded
Thanks and regards.
Satya
‎2007 Jun 10 6:06 PM
When you see in AL11 Transaction ,you are able to see 255 Charcters ,but each line it contains 1024 charcters.
if you want to see complete width in AL11 Transaction ,then download the file from application server to local text file .
Downloading the file from AL11 to Local File :
Just goto SXDB Transaction -> Object 0010 ->enter -> click on copy button -> select radio button application server From and To presentation server.
look at text file and ecah line may contain 1024 charcters.
‎2007 Jun 11 1:30 PM