You select a field flight_date with type DATS in the field list of a CDS view.
Which of the following expressions returns the 2-digit month from the field?
(Select 2 correct answers)
A DATS field is stored as YYYYMMDD.
Option A: substring( flight_date, 5, 2 ) Extracts characters 5--6 correct month.
Option B: right( left( flight_date, 6 ), 2 ) Takes first 6 chars YYYYMM, then last 2 correct month.
Option C: Wrong, extracts last 2 chars of MMDD, results in day not month.
Option D: Wrong, starts at 4 gives YM instead of MM.
Study Guide Reference: ABAP CDS Development Guide -- String Functions in CDS.
Latrice
2 days agoMarilynn
8 days agoPrecious
13 days agoVannessa
18 days agoKindra
23 days agoGearldine
28 days agoGlory
1 month agoJess
1 month agoTuyet
1 month ago