Skip to Content
0
Former Member
Nov 08, 2012 at 11:31 PM

XML function module doesnt work

59 Views

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.