cancel
Showing results for 
Search instead for 
Did you mean: 

How to convert tranditional chinese to simplified chinese

Former Member
0 Kudos

Dear Experts ,

Our system maintains tranditional chinese , now I need to output a DAT document in simplified chinese by ABAP progrom . I have tried the function 'GUI_DOWNLOAD' ,but it dosn't work. the paraments of the function are bellow.

CALL FUNCTION 'GUI_DOWNLOAD'
EXPORTING
FILENAME = P_LFNAME
FILETYPE = 'ASC'
CODEPAGE = '8400'
WRITE_BOM = 'X'

I don't know where is the problem , would you help me . thank you very much .

Accepted Solutions (0)

Answers (0)