cancel
Showing results for 
Search instead for 
Did you mean: 

Query:MD5/Base64 encoding

Former Member
0 Kudos

Hi All,

I am working on scenario in which SAP R/3 system is sending a <b>file(encoded in Base64)</b> to XI. In XI we have to decode it and send it to a third party systems.

My queries on this scenario:

1.How does a Base64 encoding format works in SAP systems?

2.How to encode the data into Base64 format from R/3 system(using ABAP)?

3.Do we use any keys to encode the data into Base64 format?

4.How to decode the base64 data in XI?

Regards,

Rakesh.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Rakesh,

The binary file is read by the module ‘ReadFileBean’ and converts the binary data into Base64. This module reads the filename directly form the Sender Channel. Both these are put into the tags and passed into the AFW. The complete procedure is given in this weblog:

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

You can also go through this which might help you:

http://help.sap.com/saphelp_webas630/helpdata/en/e3/6e16cb3b06d511bcbc0800060d9c68/content.htm

Regards,

---Satish

Answers (0)