‎2008 Jun 19 2:53 PM
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?
‎2008 Jun 19 3:04 PM
Use class CL_ABAP_ZIP/CL_ABAP_GZIP. Both of them are available in ECC 5.0
Regards,
Joy.
‎2008 Jun 19 3:44 PM
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?