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 performance problem

Former Member
0 Likes
651

Hi All,

Currently I come across a idoc performance problem,in we20,the idoc inbound process code invoke BDC manner.

the detail as follows:

(1)Seebeyond send the idoc to SAP side.

(2) Idoc added(Status 50)

(3)IDoc ready to be passed to application(64) 11:06:27

(4)IDoc passed to application(62) 11:21:22

My question is why the process time spend so much when idoc status from 64 to 62,what is the affect factor.whether the process time include BDC execution time.Thanks.

5 REPLIES 5
Read only

Former Member
0 Likes
608

Hi,

In WE20 transaction for this interface, you have used a Workflow task instead of a function module.

If you have used a Workflow task then the status of the IDOC will be in 62, if you have used a Function module then the IDOC status will be either 51 or 53.

Thanks,

Mahesh.

Read only

0 Likes
608

Hi,

Thanks for reply, In WE20 transaction, I have used a function module not workflow task,in the FM I use BDC to post application.

At the same time,I also have the both status 51 and 53. I just want to know what reason leads to spend so much time from status

64 to 62.

Read only

0 Likes
608

Hi,

I think it has taken much time to get the status 62 from 64 status.

In the partner profile WE20 transaction for this interface you have used Collect IDOC's option. If that is the case till your background runs it will get into 62 status.

If you use trigger immediately option in WE20 transaction then as soon as the IDOC is in 64 status it will be processed that is it will 62 status immediately.

I hope I have answered your question.

Thanks,

Mahesh.

Read only

0 Likes
608

HI,

In the partner profile WE20 transaction for this interface, I have used immediately option before submit question . So your reply is not the reason,Thanks.

Read only

Former Member
0 Likes
608

Hi All,

Now I find the report SAPLEINS is running as the same user with the idoc setting,it spends so much time.why is it?