cancel
Showing results for 
Search instead for 
Did you mean: 

unzip pdf file in receiver CC in xi

Former Member
0 Kudos

Hi experts,

I am following the Blog:/people/stefan.grube/blog/2007/02/20/working-with-the-payloadzipbean-module-of-the-xi-adapter-framework

My requirement is to zip the pdf file in sender CC and unzip the same in receiver CC.

what is the AF_module i need to choose for unzipping.

in the above blog since the sender is .xml,receiver .txt...

AF_Modules/strictXML2PlainBean and I used AF_Modules/strictPDF2PlainBean.

the pdf is geneated but when i try to open,it says the is damaged or not supported file.

Also in RWB the following error is displayed:

Message processing failed. Cause: com.sap.engine.services.ejb.exceptions.BaseTransactionRolledbackLocalException: Exception thrown in method process. The transaction is marked for rollback..

Kindly help.

Srini

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

The correct bean here would be the PAYLOADZIPBEAN.

You can find information on the same in the SAP Help.

Reward Points if Useful

Regards,

Abhishek

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Srinivasa,

You can zip a file in Sender CC and unzip it in Receiver CC, because Sender CC converts the data in a file into XML and does not ZIP it. And Receiver CC converts the xml data into any specific format.

What you can do is opposite, Unzip it in Sender CC and Zip it in Receiver CC.

Thanks,

Varun