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

IDOC processing speed

Former Member
0 Likes
508

Dear All

Anyone have any idea how we can improve IDOC processing speed

And what are the factor that have affect IDOC processing speed

Thanks & Regards

Amit Shivhare

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
395

Hi,

1. data which is posted thru idoc

finally goes thru some standard bapi,

which ultimately posts the data.

2. bapis are standard sap code,

which do a lot of vlaidations

before putting data into tables.

3. Hence, i don't think,

we can much upon their improvement !

what are the factor that have affect IDOC processing speed?

It is the standard program flow of transaction WE02 which checks the number of segments.if the count is more than 1000,it creates a another group and displays it for the sake of readability.

Anyway it does not affect the inbound processing of the IDOC.

<b>Reward points</b>

Regards

2 REPLIES 2
Read only

Former Member
0 Likes
396

Hi,

1. data which is posted thru idoc

finally goes thru some standard bapi,

which ultimately posts the data.

2. bapis are standard sap code,

which do a lot of vlaidations

before putting data into tables.

3. Hence, i don't think,

we can much upon their improvement !

what are the factor that have affect IDOC processing speed?

It is the standard program flow of transaction WE02 which checks the number of segments.if the count is more than 1000,it creates a another group and displays it for the sake of readability.

Anyway it does not affect the inbound processing of the IDOC.

<b>Reward points</b>

Regards

Read only

Former Member
0 Likes
395

Thanks