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

Send e-mail using ABAP having ZIP attachment

Former Member
0 Likes
323

Hello Experts,

Could you provide me with a sample code to send e-mail using ABAP with an attachment as ZIP

My question is how to include 2 or 3 files in one ZIP folder

Edited by: help_abap on Jun 20, 2008 10:03 AM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
286

Hi help_abap,

there is a very good Blog about how to send eMail:

[Sending E-Mail from ABAP |https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/789] [original link is broken] [original link is broken] [original link is broken];

Your ZIP-attachment can be created with class CL_ABAP_ZIP.

Regards

Mark-Andru00E9

1 REPLY 1
Read only

Former Member
0 Likes
287

Hi help_abap,

there is a very good Blog about how to send eMail:

[Sending E-Mail from ABAP |https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/789] [original link is broken] [original link is broken] [original link is broken];

Your ZIP-attachment can be created with class CL_ABAP_ZIP.

Regards

Mark-Andru00E9