ABAP Keyword Documentation → ABAP - Dictionary → Built-In Data Types in ABAP Dictionary → Attributes of the Predefined Dictionary Types → Special Dictionary Types
Special Character-Like Types
The following character-like data types in ABAP Dictionary have a special semantic meaning:
- NUMC for numeric texts
n
and the associated rules apply.
- CLNT for client columns
- LANG for text language
TABLES
parameters between
MDMP systems and
Unicode systems. The
primary key of a
text table is still made up of the
foreign key and a field of type LANG.
Other versions:
7.31 | 7.40 | 7.54
Note
When the statements WRITE
or WRITE TO
are used to represent a
dynpro field with the
type LANG (and when a field that references this type is formatted), this field has an output length of 2 and is converted automatically from the single-character internal language ID to the matching two-character ISO ID using the
conversion routine ISOLA (and back).