Hi,
My requirement is to zip an excel file. Currently clients are getting excel attaching in mail. Now i need to zip it and sent it. i know cl_abap_zip can zip an excel file, but i am confused in the way code is already written to sent excel file.
SO_DOCUMENT_SEND is used to sent excel file. here CONTENTS_TXT is updated with data. Can any one provide the logic to zip the file and sent it.
Thanks
ABAPer007