Hi experts
I want to upload a ".XLS" file in webdynpro,I use "HR_KR_XSTRING_TO_STRING" Convert encoded string to unicode string.
but, this function can not get the right result.
Anyone can give me some ideas or sample code.
Many thanks!
******************************************************
CALL FUNCTION 'HR_KR_XSTRING_TO_STRING'
EXPORTING
FROM_CODEPAGE = '8500'
in_xstring = lv_data_source
* OUT_LEN =
IMPORTING
out_string = l_string.
******************************************************