I was downloading the data from internal table to XML.
I am using "SDIXML_DATA_TO_DOM" and "SDIXML_DOM_TO_XML"
function modules.
In the output I was getting the XML tags in UPPERCASE.
can we convert them to LOWERCASE.
Ex: <COUNTRY>US</COUNTRY>
I want like this.
<country>US</country>
Thanks in advance,
Kumar.