cancel
Showing results for 
Search instead for 
Did you mean: 

IDOC to Files Large volume

Former Member
0 Kudos

We have a large number if IDOCS being triggered from ECC and each IDOC is pushed to the target system as a separate XML files. The problem is that the target is not able to process this large number .

Assuming that there is a constraint on ECC,  what can be done from PI to batch the IDOCs and send only , say 100 files every 5 minutes . I do not want to use BPM .

Thanks!

Accepted Solutions (0)

Answers (4)

Answers (4)

Bhavani_Baisani
Participant
0 Kudos
MichalKrawczyk
Active Contributor
0 Kudos

Hi,

there's no need to use a file port in this case - with IDOC sender adapter you can set the multiple IDOC in one messages checkbox (from 7.11) and then you can schedule your IDOCs in ECC

to be delivered every 5 mins (in we20 scheduled and not immediate) to PI and PI will create one big file from all IDOCs - no ccBPM at all

it's a standard scenario,

Regards,

Michal Krawczyk

Bhargavakrishna
Active Contributor
0 Kudos
former_member223322
Active Participant
0 Kudos

Hi Dev,

You can use the receiver port as File Receiver port and collect the IDOCs in a physical directory. Then use a File channel to poll the files for every 5 mins.

~Srini