Unicode - How to pass character variable to hex variable?
45 Views
Hi,
DATA : XTAB(2) TYPE x,
XSEPARATOR(1) TYPE c.
How do I transfer contents of XSEPARATOR into XTAB without causing a Unicode error? I have read that a Class CL_ABAP_CHAR_UTILITIES can be used, but I dont know how 😢 ...