‎2008 Aug 19 12:15 PM
Hi,
How to convert a XSTRING variable to STRING variable?
Regards,
SAP Lover
‎2008 Aug 19 12:23 PM
‎2008 Aug 19 12:18 PM
‎2008 Aug 19 12:20 PM
Hello.
For that, use FM CRM_IC_XML_XSTRING2STRING.
Regards,
Valter Oliveira.
‎2008 Aug 19 12:20 PM
Hello
You may use class CL_SWF_UTL_CONVERT_XSTRING which uses class CL_ABAP_CONV_IN_CE for doing the conversion.
Regards
Uwe
‎2008 Aug 19 12:23 PM
‎2008 Aug 19 12:30 PM
May be you can try this..
First convert XSTRING to Binary and then Binary to String make use of the Functions.
SCMS_XSTRING_TO_BINARY
SCMS_BINARY_TO_STRING