‎2010 Aug 16 1:03 PM
HI all,
I have a requirement where i need to convert a itf table to xml string, I have converted itf table to xstring but now i need a way to convert xstring to xml.
Thanks in advance..
‎2010 Aug 16 1:10 PM
‎2010 Aug 16 1:10 PM
‎2010 Aug 16 1:23 PM
hei sathish,
you may use
CALL TRANSFORMATION (trans_name)
SOURCE source_name
RESULT result_name.
and then convert the string data to table using the following FM
HR_EFI_CONVERT_STRING_TO_TABLE
but before this you need to define an internal table to store the converted data and a variable of type string.
good luck