Skip to Content
0
Former Member
Dec 03, 2009 at 09:10 PM

Size limitation when parsing XML?

185 Views

I'm trying to parse an XML document into an internal table using FM SMUM_XML_PARSE. There are several tags in the XML document that are defined as strings. If the content of any of the tags exceeds 255 characters the parsing will fail (specifically the parse() method on class if_ixml_parser). Does anyone know how to get around this? Or a better option?