Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Retrieval Of file from content(external Source) server

Former Member
0 Kudos
71

Hi,

I have to read a (.TIF)file from an content(external Source) server into SAP and email it to a user. Any suggestions on how to go about it.

Thanks.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
46

Hello,

If is the same .tif all the time, you can upload it using tcode SO10.

After that you should use it in your program and and download the result to your spool, finally send the spoll using SAP´s internal email server.

Hope this helps

Gabriel P.

2 REPLIES 2

Former Member
0 Kudos
47

Hello,

If is the same .tif all the time, you can upload it using tcode SO10.

After that you should use it in your program and and download the result to your spool, finally send the spoll using SAP´s internal email server.

Hope this helps

Gabriel P.

Former Member
0 Kudos
46

Thanks for the reply Gabriel.

Basically using transaction MIR4 we have the option to view the scanned copy of an invoice. The scanned copy is stored in the contenet(external Source) server. So we need to figure out a way to read that scanned document into SAP, whenever an invoice is blocked. The scanned copy then has to be emailed to the PO requestor of that invoice.

Any Suggestions???