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: 

ABAP send email and attachment?

Former Member
0 Kudos

Dear Expert,

I would like to use send email function and attachment.

But Some source code i found on internet is not working.

can anyone provide me some workable source code,

i need ref.

and how to set up the SCOT part for sending email.?

Thanks

Regards

Jack Lee

Moderator message: FAQ, please search for available information/documentation before asking. Do not post identical question again after one has been rejected.

locked by: Thomas Zloch on Oct 12, 2010 3:25 PM

2 REPLIES 2

Former Member
0 Kudos

Hi Jack,

For information on program for sending email with attachment refer the link http://wiki.sdn.sap.com/wiki/display/Community/HowtoEmaildocumentfrom+SAP .

For setting to SCOT for sending the email out of SAP , refer to the link

http://searchsap.techtarget.com/answer/Tricks-for-configuring-e-mail-on-SAP .

Hope this will help you.

Thanks,

Vengal rao

Former Member
0 Kudos

Hi Jack,

To send the emails along with attachment you can use the class and methods. In the system you can finds lots of standard sample examples. one of the program which uses this object oriented method is BCS_EXAMPLE_7 which uses the class CL_BCS.

According you can change the code for your requirements.

Regards,

Lalitkumar.