cancel
Showing results for 
Search instead for 
Did you mean: 

Delivering 2 files from 1 structure to the same system and folder

Former Member
0 Kudos

Hi everyone

Do someone know if there is a way to create more than 1 file from a received structure to deliver them to the same target system and in the same folder?

Something like this:

--> System (Folder A)

Structure --> PI

--> System (Folder A)

Thanks in advanced

Emmanuel

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

use multimaping and do a 1:N transformation and create the target message twice. may be u can use the parameter add timesamp in the receiver file adpter

Answers (3)

Answers (3)

former_member200962
Active Contributor
0 Kudos
Do someone know if there is a way to create more than 1 file from a received structure to deliver them to the same target 
system and in the same folder?

Yes it is very much possible to get two files out of one received message.....you just need to implement Multimapping concept (good blogs, articles available on SDN and also on help.sap.com).....in IR develop a mapping with the received structure as source message and on the target side include the two target-file-structures....so it will be a 1:2 mapping.

If target file-names will be the same then the same receiver channel will do since the target location is the same......care should be taken that you append messageID or counter or any other identifier to the file-names to avoid the files being over-written

you dont have to implement a BPM for this

Regards,

Abhishek.

Former Member
0 Kudos

Hi,

With BPM, this is easy to achieve. Try using that.

Regards.

Neetesh

Former Member
0 Kudos

Hi,

you need to do multimapping