cancel
Showing results for 
Search instead for 
Did you mean: 

send attachment to rfc

Former Member
0 Kudos

Hi,

I have a requirement to receive an invoice attachment via an HTTPS MML adapater. The attachment will come in as Base64 encoded Binary format. The requirement is to send the attachment in a table format, split into 1024 characters, then send the table to an RFC function module to R/3 4.7e version.

I'm trying to do XSLT mapping for this. But is looking for other alternatives.

THanks,

Lalyn

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

First you need to use payload swap bean. It will send the attachment data to your interface mapping. Once that is achieved you can use any mapping java/XSLT to change your data and send it to RFC.

/people/michal.krawczyk2/blog/2005/12/18/xi-sender-mail-adapter--payloadswapbean--step-by-step

Regards

Inder