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

ZIP CSV attachment before sending mail with SO_DOCUMENT_SEND_API1

Former Member
0 Likes
602

Hello All,

we are using FM SO_DOCUMENT_SEND_API1 so send mails to users. We attach data with .csv files. As theese attachments can become rather huge we would like to pack them first.

Does anybody know an approproate FM or CLASS?

2 REPLIES 2
Read only

Former Member
0 Likes
417

Use class CL_ABAP_ZIP/CL_ABAP_GZIP. Both of them are available in ECC 5.0

Regards,

Joy.

Read only

0 Likes
417

Hi Joy,

many thanks, was delighted to see CL_ABAP_GZIP already exists in our 4.7/ 6.20. So compressions should not be the problem.

Has anybody an idea how to fill the attachment and packing list of correctly?