‎2006 Dec 27 6:08 AM
Hi friends,
I am supposed to convert XML string into abap data.For that i am using SWF_XML_TO_ABAP function module.But when i enter a string and string type (it is asked when function module is executed) i am getting an error ->invalid string type.Can anybody suggest me a way out of it???Also can anybody help on different types of XML strings so that i will be able to enter right string type??
I will be extreamly thankful if somebody can help.
Thank you.
‎2006 Dec 27 6:12 AM
The valid xml types are 'date', 'time', 'xml:string' etc.
Search google for valid xml data types.
Regards,
Ravi
‎2006 Dec 27 6:12 AM
The valid xml types are 'date', 'time', 'xml:string' etc.
Search google for valid xml data types.
Regards,
Ravi
‎2006 Dec 27 6:51 AM