cancel
Showing results for 
Search instead for 
Did you mean: 

DME file download unicode upgrade

Former Member
0 Kudos

we are working on an upgrade.

When we try to download DME files form F110. there is a space before each char in the output file,

eg: K P 9 0 2 7 1. expected result "KP90271"

additional information

a)user parameter is set DCP is set to NONE. b) REGUT-CODEPAGE = 4102, RUGUT-SAPRL = 620.

Any suggestion??

Edited by: sarath sirip on Jan 26, 2011 4:56 PM

Accepted Solutions (1)

Accepted Solutions (1)

nils_buerckel
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

you are displaying a file based on UTF-16 (big endian) with an editor which is probably expecting UTF-8.

Hence this is the correct behaviour. If you want to download to a different encoding, please change

REGUT-CODEPAGE (e.g. to 4110, which is utf-8).

Best regards,

Nils Buerckel

SAP AG

Former Member
0 Kudos

Thanks for your message.. Nils Buerckel

Where can i change the value of table REGUT?? is ther any t-code to change the value?

nils_buerckel
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

can you please check SAP note 911190 ?

Best regards,

Nils

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Same issue we faced in 46C NC to ECC UC upgrade.

I guess the program used to generate the DME file is Z program, which might be copied from the SAP standard program in older release. For the same SAP standard program there might be some of the changes related to unicode. Adjust your Z program reference to the SAP standard progam.

Regards

Rahul

Former Member
0 Kudos

Thanks for reply..

There is no Z program here.. only Std SAP program is being used.