Application Development 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: 

Object is currently locked by user 'SIRI' for BAPI_OBJCL_CREATE..?

Former Member
0 Kudos

Hi..,

When i am creating Material clssifications view (Using BAPI_OBJCL_CREATE ) for multiple different existing materials, it is returning the error like ' Object is currently locked by user 'SIRI' '.But for some materials the classification view is getting created.Only for few material classification views it is showing like that.

what would be the problem.Pls let me know..?

Thanks,

siri.

1 REPLY 1

Former Member
0 Kudos

During classification update, there are number of tables getting updated which stores information based on class type, class name etc....Since, you are updating number of materials, chances are some of tables may be locked. You can use WAIT, check of locking on object, use COMMIT before stating new material etc.