Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Converting array of strings using SCMS_STRING_TO_XSTRING

Former Member
0 Likes
941

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.

1 ACCEPTED SOLUTION
Read only

athavanraja
Active Contributor
0 Likes
728

either concatenate the returned strings into one string and convert it to xstring or do it in a loop

2 REPLIES 2
Read only

athavanraja
Active Contributor
0 Likes
729

either concatenate the returned strings into one string and convert it to xstring or do it in a loop

Read only

0 Likes
728

Hi Raja,

Thanks for your suggestion.

I have yet to try this..I will update with the results.

Regards,

Suman.