cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Character encoding issue with EDIseparator while converting to EDIfact xml file.

former_member262051
Participant
0 Likes
3,936

HI Gurus,

I am facing character encoding issue for one of the EDIFACT inbound interface.

We are receiving edifact file from vendor via AS2 adapter in sap PI and it split by Ediseparator.

It will pass to sendor ediseparator and process and converting the edifact message into xml and post the data into ERP.

Here while converting to edifact xml we special character are generating with junk.

Example character is : Å

Please help me here to over come from this issue.

Regards,

Naga Uday.

View Entire Topic
philippeaddor
Active Participant
0 Likes

I had the same problem. I solved it as follows:

I configured the AS2 channel to convert form UTF-8 to ISO-8859-15 (Adaper Sepcific - Gerneal - Charset Conversion). Then, in the Edifact Sender channel (not receiver!) I've set the character encoding option ("General" tab) also to ISO-8859-15 (encoding module parameter seems not necessary anymore, since we have the configuration option on the General tab).

Regards,

Philippe