cancel
Showing results for 
Search instead for 
Did you mean: 

how to unzip a file in File to file scenario

Former Member
0 Kudos

Hi,

Am in need to unzip the file coming from the sender system in PI.

Is there any possibility of doing this.

I found a class cl_abap which can be used to unzip the file .

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Use the standard SAP module "PayloadZipBean".

To see an example how to work with it, go to the next url.

/people/stefan.grube/blog/2007/02/20/working-with-the-payloadzipbean-module-of-the-xi-adapter-framework

Regards

Ivan

Former Member
0 Kudos

Thanks a lot guys!

Answers (1)

Answers (1)

VijayKonam
Active Contributor
0 Kudos

You can use an adaptor module - there was a bean provided by SAP - refer

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/2e/bf37423cf7ab04e10000000a1550b0/frameset.htm

VJ