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_INPUT_ORDERS failing due to batch processing

Former Member
0 Likes
1,533

Hi all,

We have modified some user exits in FM IDOC_INPUT_ORDERS to create sales order from inbound IDoc.

The IDoc processed successfully in development and quality server.

When the changes moved to production server it worked fine around 15 days, but then all IDoc failed with error as 'document processing blocked by batch processing'.

I want to know what the probable reason for this?

Thanks in advance,

~Sachin

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,033

Hi Sachin,

It appears there is another job that is running in your system that locks the whole VBAK table. One probable cause could a Credit Re-Org program that locks VBAK completey by using ENQUEUE_EVVBAKE (without any other input parameter). While you see these errors, if you can go to SM12, you will be a locked entry with VBAK######### which means complete table lock. Such complete table lock jobs should only be run in quite time.

--

Reddy

Hi Sachin,

It appears there is another job that is running in your system that locks the whole VBAK table. One probable cause could a Credit Re-Org program that locks VBAK completey by using ENQUEUE_EVVBAKE (without any other input parameter). While you see these errors, if you can go to SM12, you will be a locked entry with VBAK######### which means complete table lock. Such complete table lock jobs should only be run in quite time.

--

Reddy

1 REPLY 1
Read only

Former Member
0 Likes
1,034

Hi Sachin,

It appears there is another job that is running in your system that locks the whole VBAK table. One probable cause could a Credit Re-Org program that locks VBAK completey by using ENQUEUE_EVVBAKE (without any other input parameter). While you see these errors, if you can go to SM12, you will be a locked entry with VBAK######### which means complete table lock. Such complete table lock jobs should only be run in quite time.

--

Reddy