ABAP Keyword Documentation → ABAP Dictionary → Predefined Data Types in ABAP Dictionary → Attributes of the Predefined Dictionary Types → Special Dictionary Types
Date Types and Time Types
The following character-like data types in ABAP Dictionary describe date fields and time fields:
- DATS or date fields
d
and the associated rules apply.
- TIMS for time fields
t
and the associated rules apply.
- ACCP for posting periods
Other versions:
7.31 | 7.40 | 7.54
Notes
- The output formats for fields on dynpros and Web Dynpros and in the statements
WRITE
orWRITE TO
can be predefined for the types DATS and TIMS specific to each user in the user master record. The output length required for formatted output is usually greater than the number of places in ABAP Dictionary. If the output length is too short, any formatting characters are suppressed.
- When a dynpro field
is represented with reference to the type ACCP (but not in the statements
WRITE or
WRITE TO
) and there is enough output length, a point is inserted between the year YYYY and the month MM.