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

How to read csv zip file from application server

Former Member
0 Likes
593

Hi,

I want to read csv zip file data from application server. ( i gone tru AL11 , i have opened the ZIP file then i found that data like this "PK########\e#:&}##_###6#######IO061.csv#̱#0###]#O2##X#:ԩ###Ԗ.#####=* a^8##Q#####d\##5####1##ZS#8#Ӥ#I##kR4###Ӵ##5-#V##Ӭ##5+")

i tried with CL_ABAP_ZIP=>GET / LOAD like that... but no use... pls suggest ASAP.

Thx

Siva

Edited by: Matt on Jun 12, 2009 2:55 PM "asap" is not permitted

Hi,

I want to read csv zip file data from application server. ( i gone tru AL11 , i have opened the ZIP file then i found that data like this "PK########\e#:&}##_###6#######IO061.csv#̱#0###]#O2##X#:ԩ###Ԗ.#####=* a^8##Q#####d\##5####1##ZS#8#Ӥ#I##kR4###Ӵ##5-#V##Ӭ##5+")

i tried with CL_ABAP_ZIP=>GET / LOAD like that... but no use... pls suggest ASAP.

Thx

Siva

Edited by: Matt on Jun 12, 2009 2:55 PM "asap" is not permitted

1 REPLY 1
Read only

matt
Active Contributor
0 Likes
427

You need to read it in as a binary file into an internal table, then unzip using the methods of class CL_ABAP_GZIP.

matt