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

Regarding idoc performance

xinjiang_li
Active Participant
0 Likes
426

Hi gurus,

We use idoc technology in our project, and most of them are inbound idocs.

Some of these interfaces need to be processed realtime, while some of them are set sporadically in WE20.

For realtime interface, we are worried about the performance, as you know each time one idoc only processes one piece of data, and most of standard idocs use 'call transaction' method. Do we have any solution or infrastructure to get a better performance?

In your system, how many idocs will be generated one day? How many of them are realtime and how many are processed by job?

In our system, we estimate there will be average 4000 idocs per day and 10000 idocs at peak. Is it ok for R3 4.7 system?

Any help will be appreciated.

Hi gurus,

We use idoc technology in our project, and most of them are inbound idocs.

Some of these interfaces need to be processed realtime, while some of them are set sporadically in WE20.

For realtime interface, we are worried about the performance, as you know each time one idoc only processes one piece of data, and most of standard idocs use 'call transaction' method. Do we have any solution or infrastructure to get a better performance?

In your system, how many idocs will be generated one day? How many of them are realtime and how many are processed by job?

In our system, we estimate there will be average 4000 idocs per day and 10000 idocs at peak. Is it ok for R3 4.7 system?

Any help will be appreciated.

1 REPLY 1
Read only

Former Member
0 Likes
368

Hi,

Create an Idoc outbound program and it collects all materials for the particular day .In that program u collect all materials and dumped into one container.with the help of background job scheduling u run that program. .So,u get a better performance.I think it will be helpful to u.