Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

File width in Application server

Former Member
0 Likes
467

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

2 REPLIES 2
Read only

Former Member
0 Likes
375

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.

Read only

0 Likes
375

Thanks for your quick response.