We impemented SAP note 1417217 France Intra-EC Supplies of services
The tax office requered an xml version="1.0" encoding="UTF-8 file.
Wen I run the program with the option DMEE file I get the following in the file
#<?xml version="1.0" encoding="utf-16"?>
I expect
<?xml version="1.0" encoding="UTF-8"?>
Without the # and utf-16 is UTF-8
How to get the format UTF-8?