Hi ,
we are upgrading from 4.6 to ecc6
when we run a program we are getting dump"UC_OBJECTS_NOT_CHARLIKE '
Can i use this function module for this issue CHAR_HEX_CONVERSION ????
If so how can i use it for below coding?
LOOP AT pdfout INTO wa_pdfout.
CLEAR str.
str+l1(134) = wa_pdfout.
len = 134 + L1.
L1 = 134 - STRLEN( wa_pdfout ).
ASSIGN str TO TYPE 'X'.
-
> CONCATENATE p_pdf_xstring (len) INTO p_pdf_xstring.
ENDLOOP.
some one Please help
Thanks,
Jose