Message type: E = Error
Message class: /BDL/D- -
Message number: 090
Message text: Service definition currently locked by &
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.
The SAP error message
/BDL/D-090 Service definition currently locked by &
indicates that a service definition in the Business Data Management (BDM) or Business Data Layer (BDL) is currently locked by another user or process. This typically occurs when a user is editing or has opened a service definition, preventing other users from making changes to it simultaneously.Cause:
- User Lock: Another user is currently editing the service definition.
- System Lock: A background job or process is holding a lock on the service definition.
- Transaction Incomplete: A previous transaction that involved the service definition was not completed properly, leaving it in a locked state.
Solution:
- Wait and Retry: If another user is editing the service definition, you may need to wait until they finish and release the lock.
- Identify the Locking User: You can use transaction code
SM12
to check for locks in the system. Look for the user who is holding the lock on the service definition and coordinate with them to release it.- Release the Lock: If you have the necessary authorizations, you can manually release the lock from
SM12
. Be cautious when doing this, as it may disrupt the work of the user currently editing the service definition.- Check Background Jobs: Use transaction code
SM37
to check if there are any background jobs that might be holding the lock. If you find any, you may need to wait for them to complete or terminate them if appropriate.- Restart the Session: Sometimes, simply logging out and back into the SAP system can help clear temporary locks.
Related Information:
SM12
: To view and manage locks.SM37
: To monitor background jobs.SE11
: To check the service definition in the Data Dictionary.If the problem persists after trying the above solutions, consider reaching out to your SAP Basis team or SAP support for further assistance.
/BDL/D-089 Transaction is locked ! Don`t use this transaction
Self-Explanatory Message Since SAP believes that this specific error message is ...
/BDL/D-088 Download background job &: not found
Self-Explanatory Message Since SAP believes that this specific error message is ...
/BDL/D-091 Service & & currently locked by &
Self-Explanatory Message Since SAP believes that this specific error message is ...
/BDL/D-092 Session not loaded (own session): permission denied
Self-Explanatory Message Since SAP believes that this specific error message is ...
SAP messages fall into 3 different categories: Error messages
(message type = E), Warnings (W) or Informational (I) messages.
An error message will prevent you from continuing your work - it is a hard stop and you need to fix the error before you can proceed. A warning message will stop your work, however, you can then bypass the warning by pressing the Enter key on your keyboard. That said, it is still good practice to investigate the cause of the warning message and address it. An information message will not stop your work and is truly just for informational purposes.
Click on this link to search all SAP messages.