‎2010 Oct 27 8:34 AM
HI Experts,
I have created a table in which has one field of character type.The prob is when i create entries in the table for this perticular field,
the character is being truncated.. I have set the length of this char field to 255. but when i exceed it to say 500, then i get error stating 'Maximum length (255) for CHAR in transparent tables exceeded
Output length (1000) larger than maximum output length (255) in screens
'.
plz help. as i have created the view for this table so i cant take this char field as string.
\plz suggest me, what could be the maximum length for char data type for transparent table.
Regards,
Ashmita Singh.
‎2010 Oct 27 8:52 AM
hi,
The maximun length for CHAR data type is 255 only.If u wnt to use longer character fields then u must choose the data type LCHR.
I hope this may help u
Thanks
Regards
Akhilesh Singh
‎2010 Oct 27 9:29 AM
‎2010 Oct 27 9:36 AM
‎2010 Nov 04 2:16 PM
Max of 255 applies to tables only. In memory (variable), the maximum size is 65535 for type c.
‎2010 Oct 27 11:04 AM
‎2010 Oct 27 4:00 PM
Guys thanks for sharing, I had same requirement. I use these data element.
/BEV2/EDTEXTL INT2 5
/BEV2/EDTEXT L CHR 2000