Skip to Content
0
Former Member
May 29, 2008 at 06:38 PM

String to XString Conversion

3117 Views

Hi,

I want to convert XML file into XString.

The XML file is in itab and this itab is converted into a String using CONVERT_TABLE_TO_STRING funciotn module. This XML file into String conversion is done correctly.

When I tried String to XString conversion using TREX_TEXT_TO_XSTRING, the xstring variable results with many special characters (in some other langauage).

Or, when I tried converting itab to xstring using itab_to_xstring, xstring results with many extra characters.

Encoding style in xml is UTF-8.

Please let me know the correct way to convert xml to xstring.

Thanks,

Uma