Hi,
we are working on unicode conversion .
A structure has a field Type x value '22'.
data : begin of retc,
nuhn type c,
hjhj type x value '22',
end of retc.
How to convert this in to unicode compatible as it Dumps ?
Thanks!
Richard A