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: 

Save a attachment file in the shared folder of receiver using ABAP report

Former Member
0 Kudos

Hi all

Is it possible to save an attachment file in the folder of receiver's desktop using ABAP report?

I am using the standard mail sending code to mail the excel file as an attachment.

Consumer wants that file to be stored automatically in the folder of a shared drive he is using.

Is it possible?

1 REPLY 1

rainer_hbenthal
Active Contributor
0 Kudos

You can do that via class CL_GUI_FRONTEND_SERVICES method gui_download. But this is not working in background. Reports running in background cant reach presentation servers.

If you have XI/PI in place you can set up a scenario for that.