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 file function

Former Member
0 Likes
1,195

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,102

Class CL_ABAP_ZIP

Regards Marcel

9 REPLIES 9
Read only

Former Member
0 Likes
1,103

Class CL_ABAP_ZIP

Regards Marcel

Read only

Former Member
0 Likes
1,102

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

Read only

0 Likes
1,102

I need to compress a file on the server?

Read only

0 Likes
1,102

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

Read only

0 Likes
1,102

someone has some examples that I see.

Read only

0 Likes
1,102

This message was moderated.

Read only

0 Likes
1,102

Release of SAP I'm working there CL_ABAP_ZIP class, there is CL_ABAP_gZIP

Read only

0 Likes
1,102

CL_ABAP_GZIP example:

[http://wiki.sdn.sap.com/wiki/display/Snippets/ABAPProgramforCompressingandDe-Compressinga+table]

Read only

0 Likes
1,102

Once packed with cl_abap_gzip if the file is downloaded on the local server can be read?