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
predefined
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 screen is not associated with a screen field.