oh sorry: if you convert from Unicode to 1100, of course some characters may not be converted (Unicode has like 1 million characters while 1100 has only 256 characters) so you must indicate that non-convertible characters should be replaced : lo_conv = cl_abap_conv_out_ce=>create( encoding = '1100' REPLACEMENT = '#' IGNORE_CERR = abap_true ).
↧