LCHR

From Abap2Java

Jump to: navigation, search

ABAP

Data Type in the ABAP Dictionary for Character Strings of any length. The length has to be declared in the preceeding field of the Database Table (type INT2). LCHR Fields must be located at the end of Database Tables and there cannot be more than one LCHR field in the table.
If used in INSERT or UPDATE statements, the length field must be filled with the length that is actually required. If not, this may lead to a data loss. A LCHR field cannot be used in the WHERE condition of a SELECT statement.

Default ' '
Length from 256 to any lenght

See also
STRING, C, CHAR, INT2, LRAW

Java

No direct equivalent. See String

Personal tools