cancel
Showing results for 
Search instead for 
Did you mean: 

How to create Zip file in PC from ABAP?

Former Member
0 Kudos

I have to download a zip file onto presentation server containing 6 different .CSV files. I am working on SAP 4.7 system and I can't find the 'cl_abap_zip' class in this system. There is another good class 'cl_igs_zipper' in advanced version of SAP. But that is also not present in my current SAP system. There can probably one method using 'GUI_EXEC' function module. But that is not stable and has other dependencies. Can anyone suggest any other suitable programatic way to solve my problem.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Kaushik,

does ur problem solved

if not u can check this link u may get some idea

Regards

Naveen

Former Member
0 Kudos

Hi,

CL_ABAP_GZIP

CL_ABAP_GZIP_BINARY_STREAM

CL_ABAP_GZIP_TEXT_STREAM

To Unzip

CL_ABAP_UNGZIP_BINARY_STREAM

CL_ABAP_UNGZIP_TEXT_STREAM

Regards,

Raj