Symptom
You create Point-of-Sales transactions via web service. After triggering, you find that there are unposted source documents, such as Goods and Activity Confirmation XYZ(XYZ represents the source document ID) with error 'Locking the objects not possible; objects locked by AAA'(AAA represents the user ID).
Environment
SAP Business ByDesign
Reproducing the Issue
-
Go to General Ledger work center.
- Go to Source Documents view.
- You find that Goods and Activity Confirmation XYZ has an error 'Locking the objects not possible; objects locked by AAA'.
Cause
When you create a lot of Point-of-Sales transactions, there would be some time required for the postings, sometimes a temporary lock issue will occur.
Resolution
The system will retry and resolve the temporary lock issue itself. After that all transactions will be posted completely. There is no dead lock in the system. The end user can try calling the service in smaller chunks to improve the performance. Please call the service like 100 line items at once then a smaller chunk later. Also, please try to schedule the web service on non-productive hours to have a better performance.
See Also
Keywords
Point-of-Sales, Web Service, Lock , KBA , AP-POS , Point-of-Sale Transaction Processing , Problem