cancel
Showing results for 
Search instead for 
Did you mean: 

file encoding

Former Member
0 Kudos

I want use file encoding as ISO-8859-1. So I am setting the the below parameters in sender

file communicaiton channel.

File Type: Text

File Encoding: ISO-8859-1

If I see the payload, in sxmb_moni, still I am seeing the file encoding as UTF-8. How to

over-ride this to ISO-8859-1

thanks

kumar

Accepted Solutions (1)

Accepted Solutions (1)

former_member189354
Contributor
0 Kudos

Hi,

<< If I see the payload, in sxmb_moni, still I am seeing the file encoding as UTF-8. How to over-ride this to ISO-8859-1 ? >>

Once sender file adapter converts your file into XML format it will converted based on source XSD of the Message type. So try to change the encoding Outbound/source message type XSD. By default it produces utf-8 encoding try to change the xsd encoding using some xml tools and imported as arcive. Use this one in IR.

Regards,

Daniel.LA

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi,

Hi,

use the "TextCodepageConversionBean" .

check the below link.

http://help.sap.com/saphelp_nw04/helpdata/en/45/da2deb47812e98e10000000a155369/content.htm

Also Check this link for the Encoding

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/502991a2-45d9-2910-d99f-8aba5d79...

Reward points if useful

Regards

Ashmi

Former Member
0 Kudos

Hi,

use the "TextCodepageConversionBean" .check the below link.

[http://help.sap.com/saphelp_nw04/helpdata/en/45/da2deb47812e98e10000000a155369/content.htm]

*Reward Points If Useful*

Regards,

Prakasu

Former Member
0 Kudos

Hey

you are most probably looking at the receiver payload in sxmb_moni,thats why you see the encoding as UTF-8,if you look at the sender payload there you will see the encoding as ISO-8859-1.

just give the encoding as ISO-8859-1 on the receiver side as well and it will solve your issue.

Thanx

Aamir

Former Member
0 Kudos

Hi,

http://help.sap.com/saphelp_erp2005/helpdata/en/f2/31c79f828bed47906b882f2af35e3e/frameset.htm

Also you need to maintain file encoding at receiver file adapter........

Thanks,

Madhu

Former Member
0 Kudos

Hi Kumar ,

In sender Adapter when u send the file , it will read in the encoding you defined and when it comes to Integration server it will always UTF-8. If you want to store the file to the format in the encding you want then you have to define the file reciever Comm channel and it will store the file in that encoding.

Hope this will help

Thanx & Regards

Vinod