cancel
Showing results for 
Search instead for 
Did you mean: 

How to send hexadecimal files in sap pi

vishnu_pallamreddy
Contributor
0 Kudos

Hi All,

I am vishnu new to sap pi.

our requirement is send multiple hexadecimal files to receiver.

i dont know how to send the hexadecimal data to the receiver.

Any one please help me.

Thanks in Advance,

vishnu pallamreddy.

Accepted Solutions (1)

Accepted Solutions (1)

gagandeep_batra
Active Contributor
0 Kudos

Hi Vishnu,

if you want same file as it is without mapping then you can see below link

http://www.saptechnical.com/Tutorials/XI/File2File/Demo1.htm

for character encoding check below doc:

http://scn.sap.com/docs/DOC-16138

vishnu_pallamreddy
Contributor
0 Kudos

Hi Batra,

In my scenario i am using mapping.

in my source and target data types there is only one structure and one filed.

gagandeep_batra
Active Contributor
0 Kudos

check your message at runtime what is the value for that field means right or junk values.

and use same encoding for sender and receiver both side.

refer as below screen shot

vishnu_pallamreddy
Contributor
0 Kudos

Thank You Batra.

vishnu_pallamreddy
Contributor
0 Kudos

Hi Batra,

Our actual file size is 2kb.

When am using UTF-16LE our file size shows 20kb at receiver side.

whats going there with UTF-16LE,

why my receiver file takes that much of size?

vishnu_pallamreddy
Contributor
0 Kudos

Hi Batra,

If we want to send colletion of .txt and hexadecimal files what was the procedure?

Thanks in Advance,

Vishnu Pallamreddy.

Answers (1)

Answers (1)

rajasekhar_reddy14
Active Contributor
0 Kudos

what is your scenario? give more info..

vishnu_pallamreddy
Contributor
0 Kudos

Hi Raj,

Our Scenario was File to File.

Requirement is sending multiple files of type hexadecimal to receiver in hexadecimal format only.

in my data type we use only one structure and one field only.

in content conversion we use fieldFixedlengths As "1000".

our requirement executes and processed successfully.

but am getting junk data like "??????????????" and other junk data.

please help me to get hexadecimal file in receiver side.

Thanks in Advance,

vishnu pallamreddy.