Get Example source ABAP code based on a different SAP table
CDS VERSION 5 IN
CDS scalar function CDS function> that operates on a single input data set and returns a scalar (that means elementary>) return value as result. A CDS scalar function is defined using DEFINE SCALAR FUNCTION>> in a CDS data definition>. CDS scalar functions can be user-defined functions> or system functions>. There are analytical scalar functions> and SQL-based scalar functions>. A scalar function can have one or more scalar function implementation references> that bind it to implementations in different environments, such as an SQL environment or the ABAP Analytical Engine>. ABAP_MORE_INFO >