I guess your character is in fact U+00A0 which is the Unicode nobreak space. It appears 0A00 because of the "endianness" of your system. You may initialize a character variable with any unicode code point using: DATA nobreakspace(1) TYPE c. nobreakspace = cl_abap_conv_in_ce=>uccp( '00A0' ). Then you may use nobreakspace as you wish.
↧
Re: Need to put condition on Hex
↧