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

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

Accepted Solutions (0)

Answers (3)

Answers (3)

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.

naveen_chichili
Active Contributor
0 Kudos

Hi Sabyasachi,

Go through the below links where you can get information how to integrate .pdf and .doc files.

/people/sap.user72/blog/2005/07/31/xi-read-data-from-pdf-file-in-sender-adapter

/people/sap.user72/blog/2005/07/27/xi-generate-pdf-file-out-of-file-adapter

/people/pere.diaz/blog/2005/07/14/broadcasting-reports-via-mail-with-pdf-attachment

/people/sap.user72/blog/2005/07/04/read-excel-instead-of-xml-through-fileadapter

/people/shabarish.vijayakumar/blog/2006/04/03/xi-in-the-role-of-a-ftp

Thanks and Regards,

Naveen

former_member854360
Active Contributor
0 Kudos

Hi ,

From SAP system if file is available in File system then you can use file adapter.

and you need to check with your receiver system how they will accept the file?

If they can give you file sytem or FTP access to their server then in receiver side you can also use the File adapter.