Multiple choice technology programming languages

A field declared as type T has the following internal representation

  1. SSMMHH

  2. HHMMSS

  3. MMHHSS

  4. HHSSMM

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In ABAP, time fields of type T use the internal format HHMMSS (hours, minutes, seconds). This 6-digit representation allows for chronological sorting and efficient time calculations. Options like SSMMHH or MMHHSS do not follow ABAP's time storage standard.