cancel
Showing results for 
Search instead for 
Did you mean: 

Binary file exchange

Former Member
0 Kudos

My customer interested in exchange of binary files.\

Is it possible in XI? File2File and File2mail scenarios?

I think theoretically yes because File Adapter has property data type - binary | text. But how to define data type?

Accepted Solutions (0)

Answers (2)

Answers (2)

stefan_grube
Active Contributor
0 Kudos

You need no data types for binary files. Just assign a (dummy) message interface in the configuration for the routing.

You can as well assign mappings to these dummy interfaces, but of course no graphical mapping, only Java and ABAP mapping is possible with binaries. But in the most cases you would not use mapping for binaries at all.

Regards

Stefan

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

take a look at this great weblog by Felix:

/people/sap.user72/blog/2005/07/15/copy-a-file-with-same-filename-using-xi

this is a complete solution

Regards,

michal

stefan_grube
Active Contributor
0 Kudos

Hi Michal,

in SP14 there will be additional header fields, where the file names are stored. So you need not assign them to the payload or derive them from there.

Regards

Stefan