2012 Jul 16 11:04 AM
"ASSIGN_TYPE_ILLEGAL_CAST" " "
"SAPLSTXW" or "LSTXWFPL"
"PDFCNV_LIST_PROCESSLINE"
program is throwing a run time error and in error description it is pointing at below line of code:
when others.
pdfcnv_listinfo-cur_event = c_abap_text.
assign <b>(bytes_consumed) to <t> type 'C'.
pdfcnv_listinfo-cur_text = <t>.
pdfcnv_listinfo-cur_textlen = bytes_consumed.
* 6.10 correction for Unicode systems: DBC char width
if chartype = c_abap_namedtextchar.
pdfcnv_listinfo-cur_text_is_mbchar = space.
else.
pdfcnv_listinfo-cur_text_is_mbchar = 'X'.
endif.
* 7.00 correction for Thai tone marks
* In NUC, Thai tone marks are counted as 1 column (no pad blanks)
* and we must add padding spaces when 2 spaces occur
If anybody knows about any sap note or other solution ,do reply?
we are using ECC 6.0 .SAP .ABAP release is 702 patch level 10
"ASSIGN_TYPE_ILLEGAL_CAST" " "
"SAPLSTXW" or "LSTXWFPL"
"PDFCNV_LIST_PROCESSLINE"
program is throwing a run time error and in error description it is pointing at below line of code:
when others.
pdfcnv_listinfo-cur_event = c_abap_text.
assign <b>(bytes_consumed) to <t> type 'C'.
pdfcnv_listinfo-cur_text = <t>.
pdfcnv_listinfo-cur_textlen = bytes_consumed.
* 6.10 correction for Unicode systems: DBC char width
if chartype = c_abap_namedtextchar.
pdfcnv_listinfo-cur_text_is_mbchar = space.
else.
pdfcnv_listinfo-cur_text_is_mbchar = 'X'.
endif.
* 7.00 correction for Thai tone marks
* In NUC, Thai tone marks are counted as 1 column (no pad blanks)
* and we must add padding spaces when 2 spaces occur
If anybody knows about any sap note or other solution ,do reply?
we are using ECC 6.0 .SAP .ABAP release is 702 patch level 10
2012 Jul 16 11:15 AM
2012 Jul 16 11:20 AM
2012 Jul 20 9:55 AM
All the above notes are not working,kindly mention some other solution for same?
Is this problem related to some datatype casting?
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |