cancel
Showing results for 
Search instead for 
Did you mean: 

How to pass ascii values in receiver file contentversion

Former Member
0 Kudos

Hi ,

How to define a ascii vlaues in file content conversion(eg ASCII13) in file reciver adapter.

Regards

Swathi

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi,

Special Characters in the FCC:

In all strings for separators (NameA.fieldSeparator, NameA.beginSeparator, and NameA.endSeparator), you can specify non-printable ASCII characters. These characters can each be inserted individually in the strings in the form ´0xHH´ (including the quotation marks), where HH represents the character coded as a hexadecimal value. A line break can be entered using the character ´nl´ (including the quotation marks); nl stands for new line. The special character ´0´ is not a separator character.

and

Specify the File Type of the document. : Binary/ Text

Under File Encoding, specify a code page.

The default setting is to use the system code page that is specific to the configuration of the installed operating system. The content of the message is then converted to the corresponding code page before the message is saved as a file.

You should use this conversion only for plain text and not for XML documents. If you want to change the encoding of an XML document, then select the File Type as Binary and apply XMLAnonymizerBean as an additional module in the Module tab page.

Permitted values for the code page are the existing charsets of the Java runtime. According to the SUN specification for the Java runtime, at least the following standard character sets must be supported:

US-ASCII

Seven-bit ASCII, also known as ISO646-US, or Basic Latin block of the Unicode character set

please refer sap.help:

http://help.sap.com/saphelp_nw04/helpdata/en/d2/bab440c97f3716e10000000a155106/content.htm

thanks,

Former Member
0 Kudos

Hi,

You can use the parameter,

file.encoding - US-ASCII

(Seven-bit ASCII, also known as ISO646-US, or Basic Latin block of the Unicode character set)

regards,

ganesh.