Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

date function in CDS View

0 Likes
1,047

In dats_add_days and dats_add_month, the 3rd arguement , 'NULL', 'FAIL', 'INITIAL, 'UNCHANGED' what does this inidicate?

2 REPLIES 2
Read only

maheshpalavalli
Active Contributor
0 Likes
874
Read only

0 Likes
874

Hi,

FAIL, NULL, INITIAL, and UNCHNGED indicates,

  • "FAIL" (an error raises an exception)
  • "NULL" (an error returns the null value)
  • "INITIAL" (an error returns the initial value)
  • "UNCHANGED" (an error returns the unmodified value of date)

Regards,

Tanuja.