Skip to Content
0
Former Member
Jul 21, 2008 at 09:20 PM

Runtime Errors UC_OBJECTS_NOT_CHARLIKE During up grade to ECC6

42 Views

Hi ,

we are upgrading from 4.6 to ecc6

when we run a program getting dump"UC_OBJECTS_NOT_CHARLIKE '

LOOP AT pdfout INTO wa_pdfout.

CLEAR str.

str+l1(134) = wa_pdfout.

len = 134 + l1.

l1 = 134 - STRLEN( wa_pdfout ).

ASSIGN str TO <p> TYPE 'X'.

-


> CONCATENATE p_pdf_xstring <p>(len)

INTO p_pdf_xstring.

ENDLOOP.

any body can tell me how can I handle this. this concatinate is giving issue.