ABAP Keyword Documentation → ABAP Glossary
text field
In ABAP, character-like data type for saving
character strings with fixed lengths or a similar
data object. The associated
built-in
ABAP type is c
. The internal representation used is the
character representation of the current
code page.
In dynpros, screen element that serves the sole purpose of displaying text and on which no user actions are possible. A text field of a dynpro is not associated with a dynpro field.