cancel
Showing results for 
Search instead for 
Did you mean: 

processing zipfiles via SAP PI 7.11

Former Member
0 Kudos

Greetings

We have the need for a two step scenario.

Step 1

Reading a zip file, extract the files to a runtime generated folder

(FOLDER_RQ_YYYYMMDD_HHMMSS).

FILE_A_001.XML

FILE_A_002.XML

...

FILE_B_001.XML

FILE_B_002.XML

...

The files will be unpacked using ZIP java-bean.

Step 2

Some other PI scenario must then read the files (generic names - FILE_A_.XML) from the newly created folder and map the files/messages... and the same for (FILE_B_.XML)

How to create a "runtime generated" folder, catch the name of this folder and use it in some other PI scenario?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Another way to do that... Sender XI FTP Adapter with Regular Path Expression u2013 ABAP:

/people/sravya.talanki2/blog/2005/08/23/sender-xi-ftp-adapter-with-regular-path-expression-150-abap

Regards,

Carme.

Former Member
0 Kudos

Hi,

FILE sender adapter couldn't have dynamic configuration in source directories.

You can specify one or more source directories but not dynamically.

So the only way to do that is using os commands and move previously the files to a common directory.

Regards,

Carme