2008 Jul 22 1:33 PM
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
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
2008 Jul 22 6:48 PM
Can you provide more details about the fields used.
If you need to convert to CHAR type you may have to use the FM - FLTP_CHAR_CONVERSION
Shreekant
2008 Jul 22 8:01 PM
use the Function SCMS_XSTRING_TO_BINARY
"convert PDF vom XSTRING to RAW255
CALL FUNCTION 'SCMS_XSTRING_TO_BINARY'
EXPORTING
buffer = <l_fs>-pdf
IMPORTING
output_length = l_pdfsize
TABLES
binary_tab = lt_objbin.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |