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?