Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Parallel processing of the IDOCs through the program RBDAPP01

Former Member
0 Likes
2,369

Hello All,

We are prcoessing the inbound IDOCS using the program RBDAPP01 by scheduling but this processing is taking lot of time to process the IDOCs.

Please let me know how do we improove the performance of this program RBDAPP01 by making use of

parallel processing of IDOCS?I read some documentation in this forum but not understand clearly.

Please give some info regarding this who have already done this requirement earlier.

Regards

Mahesh

Hello All,

We are prcoessing the inbound IDOCS using the program RBDAPP01 by scheduling but this processing is taking lot of time to process the IDOCs.

Please let me know how do we improove the performance of this program RBDAPP01 by making use of

parallel processing of IDOCS?I read some documentation in this forum but not understand clearly.

Please give some info regarding this who have already done this requirement earlier.

Regards

Mahesh

3 REPLIES 3
Read only

Former Member
0 Likes
931

look at the field packet size in RBDAPP01. that would be used to achieve the parallel processing.

Chnage your partner profile We20 to use back ground process from post immediately. then schedule the batch job for RBDAPP01 using the optimal package size.

Read only

0 Likes
931

Hi,

Thanks a lot for your quick reply just by giving the package size it will initiate parallel processing?

in our partner profiles we have setting to trigger through back ground only.

How to use parallel processing tab in the selection screen of the program RBDAPP01?

Regards

Mahesh

Read only

0 Likes
931

yep, package size will control the parallel processing. then on parallel processing tab you need to mark it as active, and if you want to use a particular server group you can specify that

you can also check the documentation for this program to see how it works