Do you have any question about this error?
Message type: E = Error
Message class: /SCWM/DELIVERY -
Message number: 358
Message text: Lock owner holds further &1 &2 locks for &3 &4
Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of messages in the SAP system have a message text, however this is frequently insufficient to comprehend or resolve the problem.
To make things easier, more detailed information is frequently added to describe the issue, how to fix it, and the necessary steps or configuration modifications.
Unfortunately, there isn't any extra information in this error notice.
First, use our AnswerBot below to get a possible cause and solution (requires a premium subscription).
Also, review the in-depth Common Questions & Answers listed below; you could discover a solution there or be able to connect with others who have faced similar challenges.
You can also try searching the SAP support portal (support.sap.com) but you need a special user ID to access it. It is possible that an SAP support note exists that provides additional details about the mistake or even steps for fixing it.
/SCWM/DELIVERY358
- Lock owner holds further &1 &2 locks for &3 &4 ?The SAP error message
/SCWM/DELIVERY358
typically indicates that a lock conflict has occurred in the SAP Extended Warehouse Management (EWM) system. This error message suggests that a lock owner is holding additional locks that are preventing the current operation from proceeding. Here’s a breakdown of the cause, potential solutions, and related information:Cause:
- Locking Mechanism: SAP uses a locking mechanism to ensure data consistency during transactions. When a user or process is working on a particular object (like a delivery), it locks that object to prevent other processes from making changes simultaneously.
- Multiple Locks: The error message indicates that the lock owner is holding additional locks (indicated by
&1 &2
) that are preventing the current transaction from acquiring the necessary lock (indicated by&3 &4
).- Long-running Transactions: If a transaction takes too long to complete, it can hold locks longer than expected, leading to conflicts with other transactions trying to access the same data.
Solution:
- Identify the Lock Owner: Use transaction code
SM12
to view the locks currently held in the system. You can filter by user or object to identify the lock owner.- Release Locks: If the lock owner is identified and it is safe to do so, you can manually release the locks using transaction
SM12
. Be cautious when doing this, as it may lead to data inconsistencies if the lock owner is still processing.- Check for Long-running Processes: Investigate any long-running processes that may be holding locks. You can use transaction
SM66
to monitor active processes and identify any that are taking an unusually long time.- Optimize Processes: If certain processes frequently lead to lock conflicts, consider optimizing them to reduce the time they hold locks. This may involve reviewing the logic of the processes or breaking them into smaller transactions.
- Increase Lock Timeout: In some cases, you may want to consider increasing the lock timeout settings, but this should be done with caution and typically as a last resort.
Related Information:
If the issue persists after trying the above solutions, it may be beneficial to consult with your SAP Basis team or reach out to SAP support for further assistance.
Get instant SAP help. Start your 7-day free trial now.
/SCWM/DELIVERY357
Lock on &1 &2 since &3 &4
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
/SCWM/DELIVERY356
Foreign lock owner (transaction &1): &2 &3 &4
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
/SCWM/DELIVERY359
Lock statistics
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
/SCWM/DELIVERY360
Transferred data: Creation: &1; Confirmation: &2; Cancellation: &3
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
Click on this link to search all SAP messages.