Get Example source ABAP code based on a different SAP table
AB_SQL in ABAP Release 7.68 ITOC
ABAP_MODIFICATION_NN Conversion Functions>
The new type conversion functions BINTOHEX>> and HEXTOBIN>> make it possible to convert byte strings to character strings (and the other way round) in SQL expressions>, which is not possible with a CAST>> expression.
ABAP_MODIFICATION_NN FOR ALL ENTRIES> and Strings in theSELECT> List>
In the previous strict modes of the syntax check>, the addition FOR ALL ENTRIES> > of statement SELECT>> could not be specified together with columns of the types STRING> and RAWSTRING> or LCHR> and LRAW> in the SELECT> list>. This restriction has been removed and now the syntax check simply issues a warning.