I have to convert a xml file in to internal table , my xml file is very well formed,
but this function module says the xml file has syntax error.
please let me kn ow where i am making mistake
CALL FUNCTION 'SMUM_XML_PARSE'
EXPORTING
xml_input = g_xmldata
TABLES
xml_table = g_t_xml_info
return = g_t_return
EXCEPTIONS
OTHERS = 0.