‎2007 May 09 4:15 PM
Hello all,
FM SCMS_STRING_TO_XSTRING can be used to convert a String to a XSTRING and then we can use FM SMUM_XML_PARSE to parse the XML.
Now I will have a array of strings as an output from a web service and I need to parse them .. so the Function modules mentioned above are used for a single string but how to convert the array of strings??
Please suggest me on how to proceed.
Thanks in advance,
Regards,
Suman.
‎2007 May 12 10:31 AM
either concatenate the returned strings into one string and convert it to xstring or do it in a loop
‎2007 May 12 10:31 AM
either concatenate the returned strings into one string and convert it to xstring or do it in a loop
‎2007 May 15 5:31 AM
Hi Raja,
Thanks for your suggestion.
I have yet to try this..I will update with the results.
Regards,
Suman.