Application Development and Automation 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: 
Read only

How to send the file in *application server* as an email?

Former Member
0 Kudos
132

Hi,

I have a file in application server and I want to send that file as an email from application server.

Please let me know how to do it.

2 REPLIES 2
Read only

andreas_mann3
Active Contributor
0 Kudos
107

Hi,

load file with abap command OPEN and READ DATASET into an itab and export it with fm SO_DOCUMENT_SEND_API1

A.

Read only

Former Member
0 Kudos
107

Hi Suman,

look here:

Regards, Dieter