Skip to Content
0
Former Member
Feb 04, 2010 at 01:17 PM

S_P00_07000221 - EC Sales List in Data Medium Exc with XML file for France

548 Views

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?