cancel
Showing results for 
Search instead for 
Did you mean: 

Sender RFC with attachment.

vinoth_s6
Explorer
0 Kudos

Hi All,

Is it possible to receive(outbound) a message with attachment ( payload + attachment like jpeg, pdf or any) using RFC sender. I am using PI7.31

Flow is RFC  <--> PI  <-->web service (SOAP)

Accepted Solutions (1)

Accepted Solutions (1)

iaki_vila
Active Contributor
0 Kudos

Hi Vinoth,

AFAIK you will need a field in the RFC with type XSTRING and do the transformations internally with the module function SCMS_XSTRING_TO_BINARY, but it is not a real attachment. If you want an attachment you should use an ABAP proxy.

Regards.

Answers (1)

Answers (1)

manoj_khavatkopp
Active Contributor
0 Kudos

Vinoth,

No RFC doesn't support attachments alternatively you can go for proxies which is capable of handling attachments.

Br,

Manoj