cancel
Showing results for 
Search instead for 
Did you mean: 

Mail Sender - charset detection failed

Former Member
0 Kudos

All,

my scenario is:

mail sender, xml file attached to send mail (by useing adapter module, attached xml is used as message body). message is transferred to R/3 via ABAP proxy receiver.

while test, i got the following ERR msg:

"......charset detection failed".

how can i determine required charset (and what charset should be used)?

note:

i far as i know, i can not predict what would be the charset used by the sender.

the attached xml is generated by Adobe Interactive Form - can the charset be determine by the adobe?

looking forward for your replays.

Regards

Uri

Edited by: uri karagila on Jan 21, 2010 11:04 AM

Accepted Solutions (0)

Answers (3)

Answers (3)

stefan_grube
Active Contributor
0 Kudos

> how can i determine required charset (and what charset should be used)?

Use UTF-8 for ABAP proxy.

Change the charset inside your adapter module.

Former Member
0 Kudos

This is probably not an adaptor issue.

i used "integrated Configuration", which is based on same mail adaptor. scenario is working fine.

probably an ABAP issue. OSS was opened.

Former Member
0 Kudos

Please copy&paste the XML header of the adobe generated XML file so we can see what kind of charset declaration is in there.

Regards,

Volker

Former Member
0 Kudos

charset is usually specified in the XML prolog section (first line of the xml payload) ...

Chris