‎2009 May 18 12:38 PM
Hi,
We are receiving inbound IDOCs from WEBMETHODS system.
While defining the partner profile we have choosed the option Transfer Immediately.
This is working fine when receiving few IDOCs.
But when receiving IDOCs in large number (more that 1000) . The IDOCs are created with Ready to transfer status .
Why this is happening?
‎2009 May 18 12:50 PM
Does IDoc it remains in status 64 or after some time it goes in status 53?
‎2009 May 18 12:53 PM
It remains in status 64. ( IDOCS were created on friday . still in the same status.)
‎2009 May 18 1:00 PM
‎2009 May 18 1:01 PM
Hi,
you can schedule report RBDAPP01 to execute IDocs in status 64.
Also you may talk to you basis guys. The issue that not all IDocs are processed may be due to not enough work processes available. The system in this case would automatically schedule a job (see SE37) to execute / process the IDoc. If enough processes are available all IDocs should be processed within a short time.
Kai
‎2009 May 18 1:55 PM
Hi Sruthi,
If you are in ECC 6.0 version, you have to unlock the idoc before the send process is triggered.
I also faced the same problem in ECC 6.0 earlier and it was solved by calling the function module
'DEQUEUE_ALL' before doing commit work for the FM 'MASTER_IDOC_DISTRIBUTE' . In ECC 6.0 the idocs must be unlocked before the send process is triggered.
You can also refer the SAP note 1097730 which desribes a similar issue.
Regards,
Soumya.
‎2009 May 18 2:09 PM
‎2009 May 18 2:25 PM
We have found that there is a TIMEOUT error while the IDOCs are getting posted.
So we are thinking to increase the rdisp\max_wprun_time .
‎2009 May 18 3:34 PM
Hi,
The problem happens when there is not enough work process to execute so many IDocs. You can try to do parallel processing to make it quick and aviod IDocs getting stuck.
Regards,
Yogesh
‎2009 May 26 8:04 AM
By increasing this profile parameter rdisp\max_wprun_time we are able to solve the problem
‎2009 May 26 10:38 AM
Hi,
if ur sending at a shot 1000 idocs or more then there is a chance tht even if u you increase run time paramters it will go for time out in future. so collect the idocs so tht the idoc posting/processing time is not there...then schedule the reports for backgrnd processing
Jayaram