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

Data Truncating to Output File

mattnewell
Explorer
0 Likes
898

I am trying to create a 900 character output string line to an output file. For Some reason the output is truncating at around 550 characters. Any idea why this may be?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
785

Hi Matt,

Are you sure the file is truncated or do u display it by txn AL11 ?

Because AL11 truncate the display, but the file is correct.

Erwan

I am trying to create a 900 character output string line to an output file. For Some reason the output is truncating at around 550 characters. Any idea why this may be?

4 REPLIES 4
Read only

Former Member
0 Likes
785

Hi,

take the field type to LRAW.

if it is aging giving the same truncation problem, try to read the same file (created by you) and then see, some times in application server it will not show full contents of a line.

Reward if helpful.

Thanks,

Sreeram.

Read only

Former Member
0 Likes
785

Try with field type VARC...

Read only

Former Member
0 Likes
786

Hi Matt,

Are you sure the file is truncated or do u display it by txn AL11 ?

Because AL11 truncate the display, but the file is correct.

Erwan

Read only

0 Likes
785

That was it. I thought I was losing my sanity. Thank you very much