2016 Feb 12 5:02 PM
Hi all,
I'm reading an XML file, first I used SRTUTIL_CONVERT_XML_TO_TABLE but the information in TAG_VALUE
doesn't had spaces between words, so then I tried with SMUM_XML_PARSE and I got the information separated by spaces in CVALUE,
but now the problem is CVALUE is char255, I need to read a long text in one tag, so it's been truncated, how can I read the information?
do you know why the first function module is not working?
Best regards,
Karina
Hi all,
I'm reading an XML file, first I used SRTUTIL_CONVERT_XML_TO_TABLE but the information in TAG_VALUE
doesn't had spaces between words, so then I tried with SMUM_XML_PARSE and I got the information separated by spaces in CVALUE,
but now the problem is CVALUE is char255, I need to read a long text in one tag, so it's been truncated, how can I read the information?
do you know why the first function module is not working?
Best regards,
Karina
2016 Feb 12 8:20 PM
2016 Feb 12 10:30 PM
2016 Feb 13 7:42 AM