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,938

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
former_member262051
Participant
0 Likes

Hi Manoj,

We have used module level parameter and it reading as UTF-8 but the characters are not yet changing.

encoding-issue.png

Attached the screen shot of AS2 channel parameters at module level.

Input giving as

MÅRBACKAGATAN 11

After converting into xml before message mapping

<D_3042_1>MÃ…RBACKAGATAN 11</D_3042_1>

After mapping converting to idoc xml

<STRAS>M�RBACKAGATAN 11</STRAS>

Please correct me with your inputs to over come from this issue.

Regards,

Naga Uday.

manoj_khavatkopp
Active Contributor
0 Likes

Uday,

You See the problem is not in module because the Character is represented as it is after Edifact converter module but it is getting converted into illegal character after message mapping in IDOC XML.

I would suggest you to run end to end scenario then check in ECC how the character is psoted.

Br,

Manoj