Blogs tagged datefunction
-
Introduction In SAP S/4HANA Embedded Analytics – ABAP CDS views need some customisation to have feature of Date Function in Parameter. In this blog, we will learn on how to add date functions in custom cds... Read More »1Comment1Like -
Magesh Subramanian posted on December 9, 2015Here’s the code that can be used within a custom function to find the number of days between two dates excluding weekends. It uses Data Services’s built-in-function day_in_week(). $l_Start and $l_End are the two input dates ;... Read More »2Comments0Likes