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

BAPI_MATERIAL_MAINTAINDATA_RT causing lock table overflow

Former Member
0 Likes
598

Hello everyone,

I am using BAPI_MATERIAL_MAINTAINDATA_RT to mass update Assortment Type in the Material Master. But the execution of the program causes the overflow of the lock tables.

On checking SM12, we found that the BAPI leaves a number of locks undeleted even after the COMMIT statement.

On searching SDN, we found that most commonly suggested solution is to increase the lock table size. But the lock table size is optimal and increasing it would be the last resort.

Is there another way to prevent a Lock table overflow while using this BAPI?

Thanks and Regards,

Jaison

1 REPLY 1
Read only

Former Member
0 Likes
391

Hello Everyone,

Issue resolved. Applied Note 1071095 - Releasing blocks with BAPI_MATERIAL_MAINTAINDATA_RT

For additional Info :-

Regards,

Jaison