cancel
Showing results for 
Search instead for 
Did you mean: 

Integration approach for sending files(.pdf or .doc) from SAP to Non SAP

sabyasachi_mohapatra3
Participant
0 Kudos
196

We have a scenario where we have to send a file (.pdf or .doc) from the SAP system to a Non SAP system.

What could be the possible approaches for integration.Could we use webservices to send the files from SAP to Non SAP system.

Could you also comment on the feasibility and the complexity involved in the webservice approach.

Thanks & Regards

Sabyasachi

View Entire Topic
baskar_gopalakrishnan2
Active Contributor
0 Kudos

>We have a scenario where we have to send a file (.pdf or .doc) from the SAP system to a Non SAP system.

>What could be the possible approaches for integration.Could we use webservices to send the files from SAP to Non SAP system.

>Could you also comment on the feasibility and the complexity involved in the webservice approach.

The possible approaches for integration are

a) File adapter to transfer file ( This is simple approach)

b) Yes Webservice is feasible to send the files from SAP to Non SAP system (Again with the detailed requirement we can even filter out more possibilities).

c) If the requirement is just pass through, we can use even mail adapter to transfer files as attachment too.

Hope that helps.