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: 

application server file as an attachment email .

649

Hey

There is an urgent requirement to create a report in sap ABAP to send an application server file as an attachment email.

4 REPLIES 4

Former Member
252

And your question is?

0 Kudos
252

Hey Gábor Márián

I have to create a report to

Sending Application Server file via email as an attachment.

and selection screen parameter will be - sender mail id

- attachment server file path

- email subjecreportt.

I need a sample report to create this report.

0 Kudos
252

Don't post it as an answer please, post it as a comment, as SAP says in the rules of engagement:

Before answering

You should only submit an answer when you are proposing a solution to the poster's problem...

0 Kudos
252

There are lots of information available how to send an email using ABAP (such as this wiki) and how to work with files on the application server (ABAP documentation itself) . All you have to do is combine the two.