HI All,
Can any one suggest way to convert XSTRING to X.
BElow is my scenario
DATA : ls_xml TYPE xstring.
DATA : ls_xml_conv(2556) TYPE x.
CALL TRANSFORMATION id SOURCE (lt_context_data) RESULT XML ls_xml.
ls_xml_conv = ls_xml.
IN the last line, whatever XML contents i have in ls_xml is not copied properly into ls_xml_conv....
Regards,
Seemanthini