cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple files to Proxy

Former Member
0 Kudos

Hello XIperts,

I have requirement to read data from 7 different files and transform in XI and send it to R/3 using ABAP Proxy.

File --> Abap Proxy Scenario.

What are the options i have to read from multiple files?

Need your expertise.

Thanks

Vasu

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

>>What are the options i have to read from multiple files?

You need to use BPM here,the message mapping will have 7 source messages and the receiver side will have 1 message.use this message mapping within BPM.

Thanx

Aamir

Former Member
0 Kudos

Aamir,

The only option i have is BPM Multiple file collection pattern right?

Thanks

Vasu

VijayKonam
Active Contributor
0 Kudos

Are your 7 files contain data in different formats but finally come to same XML format or you need to club them to get the new file? If the latter case, what Amir said is correct. You need to use BPM and 7 file sender adapters and 7 to 1 mapping. If not, 7 channels with no BPM and 7 sender agreements would do the work for you.

VJ

Former Member
0 Kudos

Yeah.There are other options like writing a script and inside the script read all the files and then merge them together and then pick the file but that's a lot of hassle and the merge might not work well.Best option is BPM.

Thanx

Aamir