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

File opening

Former Member
0 Likes
472

Hi all,

How to open a file for reading data from a folder , It it is a ZIP file.

Hi all,

How to open a file for reading data from a folder , It it is a ZIP file.

2 REPLIES 2
Read only

Former Member
0 Likes
448

To unzip the zip file use the method DECOMPRESS_TEXT/DECOMPRESS_BINARY of class CL_ABAP_GZIP .this class is available from ver. 4.7 onwards.

Regards,

Joy.

Read only

0 Likes
448

Hi Jyoti,

Is it possible without using OOPS concept..?