Application Development 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: 

CL_ABAP_ZIP class and unzip in windows

Former Member
0 Kudos

Hi Guys,

       We are trying build a program which can zip files in application server and then let users download the zip files to local PC. I can see that we can make use of class CL_ABAP_ZIP to create the zip file in application server. However can these zip files be unzipped in a local PC using windows in build extract program ?

Regards,

Manas.

2 REPLIES 2

Former Member
0 Kudos

yes we can unzip and i tested it in my system

Thanks

Bala Duvvuri

0 Kudos

Thanks Bala. What was the content of the zip file ? In our case a tab separated text file will be put into a zip file. In your case was cl_abap_zip was used to zip it in application server ? And did you use Windows default zip extractor or any specific software like winzip to unzip it in local pc ?

regards,

Manas.