cancel
Showing results for 
Search instead for 
Did you mean: 

Parallel processing for one large message

Former Member
0 Kudos

I have some troubles from messaging performance perspective.

Sender:ABAP Proxy

Receiver:File Adapter

I'd like use parallel processing for one large message.

And the file for receiver is needed to be one file.

Could you let me know how to set them ?

Best regards,

Koji Nagai

Accepted Solutions (1)

Accepted Solutions (1)

Shabarish_Nair
Active Contributor
0 Kudos

well try this,

loop through all the records in ABAP proxy that you need to send out.

Fix a number N, and for the count of N (in the loop), trigger an outbound proxy call.

repeat this until you have send out all the records to PI.

On the file receiver, use the option of append so that you will get all the records in one file.

Is this what you were looking for?

Former Member
0 Kudos

Thank you for your answers.

Detail requirements are not decided now.

>On the file receiver, use the option of append so that you will get all the records in one file.

Does it mean I use ccBPM functions ?

Best regards,

Koji Nagai

former_member181985
Active Contributor
0 Kudos

Hi,

Check my reply @

We got the same requirement and I did as mentioned in the above thread.

Regards,

Praveen Gujjeti

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

Can you elaborate your requirement more?

How are you trying to achieve parallel processing in XI.

Since you mentioned that the source is Proxy, there should be some trigger mechanism say selection screen, you restrict the values here and use append strategy in File and can execute the same.

REgards

Krish