cancel
Showing results for 
Search instead for 
Did you mean: 

ZIP-File->XML-Files->XSLT->IDOC(invoice)

Former Member
0 Kudos

Hi ,

I am doing file to idoc scenario on BC. I am getting the mail with an attachment file in zip format. It must be extract to XML files and after that each of this files must be transformed via xslt to idoc to R3. Please help with solution!!!

Thanks in advance

Regards

Olga

Accepted Solutions (0)

Answers (2)

Answers (2)

henrique_pinto
Active Contributor
0 Kudos

In your file adapter, use the following modules in module processor chain:

1. PayloadSwapBean module to get the attachment as main payload;

2. PayloadZipBean module to extract the XML from zip file;

next steps should be standard steps for file-to-IDOC scenarios.

Check the wiki for help with those modules:

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/xi/xi_adapter_notes&;

Regards,

Henrique.

MichalKrawczyk
Active Contributor
0 Kudos

I believe she's asking for BC - business connector and not XI

Regards,

michal

henrique_pinto
Active Contributor
0 Kudos

oops

Sorry.

Ok, then pipeline for BC would be:

1. install PI

2. follow my previous pipeline walkthrough.

Regards,

Henrique.

MichalKrawczyk
Active Contributor
0 Kudos

lol

Regards,

michal

MichalKrawczyk
Active Contributor
0 Kudos

hi,

you can try service : pub.string:ungzip

to unzip and then it's quite standard

Regards,

michal