‎2010 Feb 03 12:53 PM
hello ,
there is a function that sap the ability to zip a file on the server?
thk.
Edited by: francesco aiello on Feb 3, 2010 2:04 PM
‎2010 Feb 03 1:29 PM
‎2010 Feb 03 1:29 PM
‎2010 Feb 03 1:31 PM
Hi
U should create an external command (trx SM69):
u can try to create a script to zip a file in your server and then call this script by an external command.
Max
‎2010 Feb 03 3:29 PM
‎2010 Feb 03 3:35 PM
Hi
Yes of course
U call the zip by SAP but it needs to be available on sever SAP.
Anyway try check the Marcel solution (the class CL_ABAP_ZIP), it seems to be very interesting: here SAP gives this [link|http://www.pkware.com/company/standards/appnote/appnote.txt] for documentation.
Max
‎2010 Feb 04 8:08 AM
‎2010 Feb 04 8:25 AM
‎2010 Feb 04 8:29 AM
Release of SAP I'm working there CL_ABAP_ZIP class, there is CL_ABAP_gZIP
‎2010 Feb 04 8:33 AM
CL_ABAP_GZIP example:
[http://wiki.sdn.sap.com/wiki/display/Snippets/ABAPProgramforCompressingandDe-Compressinga+table]
‎2010 Feb 04 8:46 AM
Once packed with cl_abap_gzip if the file is downloaded on the local server can be read?