Hextobin
Returns the character string containing the half bytes of the argument converted to the hexadecimal characters 0-9 and A-F
Bintohex
Returns the byte string whose half bytes are determined from the hexadecimal characters in the argument.
Like (Open) SQL, ABAP CDS supports the following: -
Each active ABAP CDS view has a corresponding ABAP Dictionary view and database views. These corresponding objects are managed automatically by the ABAP system when activating the DDL source.
You can use the ABAP Dictionary name, respectively the SQL view name of the CDS view in the SELECT statement FROM clause. When using the new Open SQL syntax, you can, and are recommended to, use the CDS view name, as specified using the DEFINE VIEW keywords in the DDL source file.
Enhancing Core Data Services in ABAP
To enhance a CDS view, do the following: -