2009 Oct 01 6:05 AM
Hi All,
I need to convert the string to xstring and using the function module HR_KR_STRING_TO_XSTRING , but I am getting the exception error while converting which says INVALID_STRING , but if I am passing the paramter CODEPAGE_TO and passing the value 8300 it is not calling any exception but the xsting data which is further zipped and downloaded , the file data is corrupted.
Please suggest
Thanks
Jatender
Hi All,
I need to convert the string to xstring and using the function module HR_KR_STRING_TO_XSTRING , but I am getting the exception error while converting which says INVALID_STRING , but if I am passing the paramter CODEPAGE_TO and passing the value 8300 it is not calling any exception but the xsting data which is further zipped and downloaded , the file data is corrupted.
Please suggest
Thanks
Jatender
2009 Oct 01 6:10 AM
Hi Jatendar,
Instead of HR_KR_STRING_TO_XSTRING function module why don't you try this function module SCMS_STRING_TO_XSTRING.
Thanks
Venkat.O
CALL FUNCTION 'SCMS_STRING_TO_XSTRING'
EXPORTING
text = content_s
IMPORTING
buffer = content_x.
2009 Oct 06 10:27 AM
| User | Count |
|---|---|
| 6 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |