In SAP ABAP, type D (date) data is stored internally in YYYYMMDD format (8 characters). This format is unambiguous and allows for proper sorting and comparison. The other formats either put the day or month first, which would complicate date arithmetic and comparison operations.