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: 

How to send mail with zip file

Former Member
0 Kudos

Hi All,

We are sending email in one of our program with an attached xls file. We are sending email using classes (cl_bcs).Our requirement is to send the attached file in zip format to reduce the size.

We have data in table only and while sending mail it gets converted in xls file.

Please provide if you have any pointers to get zipped file in attachment.

Thanks in advance,

Saket

4 REPLIES 4

amit_khare
Active Contributor
0 Kudos

Take a look to the class CL_ABAP_GZIP.

Former Member
0 Kudos

This message was moderated.

Former Member
0 Kudos

Try SAP ZIP functionality (class CL_ABAP_ZIP)

Refer this link,

Regards,

Joan

Former Member
0 Kudos

The link provided helped.