how to convert xstring to string

Question: hi all.
I met a difficult ,can you help me .how to covert xstring type to string type in abap. i try to convert it,but the chinese character is error.

Source:
LOOP AT xstring_as_table INTO x_string.
CLEAR string.

MOVE xml_string TO string.
CONCATENATE rt_string string INTO rt_string.
TRANSLATE string TO CODE PAGE '8400'.
ENDLOOP.

Answer:
Try FM SCP_TRANSLATE_CHARS

KRK
Copyright ?2007 - 2008 www.jt77.com