ABAP_DDIC - Conversion Functions The following table shows the conversion functions that can be used by ABAP CDS> and AB_SQL >. The last three columns indicate where a function can be used. SQL Function>Result> ABAP CDS, DDIC-Based Views> ABAP CDS, View Entities> AB_SQL > AS_GEO_JSON>Converts an argument of type GEOM_EWKB> to JSON format.- - x> BINTOHEX>Converts an argument of the type RAW> to a string of the type CHAR>.x> x> x> CURRENCY_CONVERSION>Conversion of currencies. x> x> x > CURR_TO_DECFLOAT_AMOUNT>Converts a currency field of data type CURR> into a currency field of data type DECFLOAT34>. - x> - DECIMAL_SHIFT>Sets the decimal separator of an argument in accordance with a currency. x> -- FLTP_TO_DEC>Converts an argument of type FLTP> to a packed number.x> x>- GET_NUMERIC_VALUE>Converts a CDS amount field> or a CDS quantity field> into a regular field of data type DECFLOAT34>. The reference to a unit or currency key is removed. - x >- HEXTOBIN>Converts an argument of the type CHAR> or NUMC> to a byte string of the type RAW>. x> x >x> TO_BLOB>Converts an argument of the type RAW> to a byte string (BLOB) of the type RAWSTRING>. -- x> TO_CLOB>Converts an argument of the type SSTRING> to a CLOB of the type STRING>. --x> UNIT_CONVERSION>Conversion of units. x> x> x> The possible operands and data types as well as the exact functionality is described in the corresponding documentation for ABAP CDS, DDIC-Based Views>, ABAP CDS, View Entities>, and AB_SQL >.