cancel
Showing results for 
Search instead for 
Did you mean: 

Send PDF attachment from Commerce to Target system through SCPI

former_member650979
Discoverer
0 Kudos

Hi,

We have requirement to send multiple PDF files (total size 9MB) from Hybris Commerce to target system through SCPI. Can you please provide any technical details or help doc related to this ?

We are using Hybris Commerce 1905V on CCV2.

Accepted Solutions (0)

Answers (1)

Answers (1)

crescenzorega
Active Participant
0 Kudos

Hi,

the communication between sap commerce and scpi takes place through the odata, with the odata there are standards for sending files.

I would make it very simple (following the kiss keep it simple stupid principle), i would transform the pdf files into string base64 and send them as simple strings then the receiver will have to transform the base64 into pdf file.

Regards,

Crescenzo