cancel
Showing results for 
Search instead for 
Did you mean: 

Encoding issue in receiver file adapter

0 Kudos

Hi experts,

I am having a file to file scenario using integrated configuration where i am using file encoding 'US-ASCII' for converting the target file to ASCII and its not working.

Is there any other settings need to be done in the receiver file adapter to convert to 'ASCII' encoding format?

Do we have any other method to convert to 'ASCII' format for the receiver file?

.txt file is used for this interface.

Thanks!

Accepted Solutions (0)

Answers (3)

Answers (3)

anupam_ghosh2
Active Contributor
0 Kudos

Hi Mahakrishnan,

What is the format of file mentioned in sender file adapter? If SAP-PI is receiving File format in US-ASCII. Then mention US-ASCII in sender communication channel in file encoding field,file type will be text. In case the file format received by SAP-PI is normal text file then by default sender adapter will convert it to UTF-8. Maintain the file type=text and encoding=US-ASCII for receiver file adapter also.

ASCII is an alias for US-ASCII file encoding, hence both mean the same encoding. Thus this format should work. If its still not working please refer to SAP note 821267.

Regards

Anupam

Edited by: anupamsap on Mar 9, 2012 5:47 AM

Former Member
0 Kudos
Former Member
0 Kudos

hi check this link [http://docs.oracle.com/javase/1.4.2/docs/guide/intl/encoding.doc.html]

are you sure you need conversion ?

what is the source encoding of your message ?