ABAP Keyword Documentation → ABAP Glossary
character-like time field
Character-like data type for saving a
time or a similar
data object. The associated
predefined ABAP type
is t
. Valid values have the format "hhmmss". The internal representation used is the
character representation of the current
code page. When assignments are made to data objects with
numeric data types and in calculations, valid values are converted to the number of seconds since 00:00:00.
Other versions:
7.31 | 7.40 | 7.54