‎2008 Jun 30 7:30 AM
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.
‎2008 Jun 30 9:07 AM
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.
‎2008 Jun 30 9:20 AM
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.
‎2008 Jun 30 9:25 AM
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.
‎2008 Jun 30 9:39 AM
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.
‎2008 Jun 30 10:39 AM
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?