Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

XML element names required in lower case

Former Member
0 Likes
648

Hi,

I am on release 4.6C

I create an XML file from internal table using FM SDIXML_DATA_TO_DOM and SDIXML_DOM_TO_XML.

The internal table is defined such that the fieldnames of internal table are same as element names in XML file.

The XML file gets created properly, but the element names appear in upper case.

The requirement is to have it in lower case.

Does anybody have any idea about how to control the case here?

Hi,

I am on release 4.6C

I create an XML file from internal table using FM SDIXML_DATA_TO_DOM and SDIXML_DOM_TO_XML.

The internal table is defined such that the fieldnames of internal table are same as element names in XML file.

The XML file gets created properly, but the element names appear in upper case.

The requirement is to have it in lower case.

Does anybody have any idea about how to control the case here?

1 REPLY 1
Read only

Former Member
0 Likes
518

Hi Sudhir

you can convert field names manually using translate command to convert it to lower case.

hope this helps.