Application Development 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: 

Table Field content is truncated

Former Member
0 Kudos

Hi All,

My table has a field of data type LCHR with a length of 32,000 (I've also created a field of data type INT2 preceeding it). Now when I try to extract the data from the LCHR table-field (32,000 length) using an 'ABAP' the extract is truncated to 255 characters.

Can you tell me why this is happening and provide a solution please. Thanks.

Manu.

5 REPLIES 5

Former Member
0 Kudos

Hi

Are you sure it's truncated? Or you can onlsy see the first 255 char?

Max

0 Kudos

Hi Max,

Thanks for replying.

Well what I'm doing is using 'WS_DOWNLOAD' (with the DBF filetype) and then when I open it up in MS Access I can only see 255 char in the field.

Rgds,

Manu.

0 Kudos

Hi Manu,

How did you extract the lchar data into an internal table before you call the Download function module?

0 Kudos

Hi All,

It was a problem with MS Access. Downloading into a .txt file brought back the entire field.

Thanks anyway.

Manu.

Former Member
0 Kudos

Hi,

Can you give us you code for selection and the declaration of target?

Regards,

Raj