Message type: E = Error
Message class: MC - Aggregate: views, matchcodes, lock objects
Message number: 594
Message text: Start the lock object names with the prefix 'E'
You want to create a lock object whose name does not start with the
prefix E. Lock objects can start with the prefix E but this is not
mandatory.
This is an information message.
Note that the customer namespace for lock objects is EY* and EZ* (a
deviation from the namespace Y* and Z* for most development objects).
Stick to the suggested naming convention as far as possible.
Error message extract from SAP system. Copyright SAP SE.
MC594
- Start the lock object names with the prefix 'E' ?The SAP error message MC594 indicates that there is an issue with the naming convention of lock objects in your ABAP program. Specifically, it states that lock object names must start with the prefix 'E'. This is a requirement in SAP to ensure that lock objects are properly identified and managed within the system.
Cause: The error occurs when you attempt to create or use a lock object that does not adhere to the naming convention specified by SAP. Lock objects are used in SAP to manage concurrent access to data, and the naming convention helps in organizing and identifying these objects.
Solution: To resolve this error, you need to ensure that all lock objects in your ABAP program start with the prefix 'E'. Here are the steps you can take: Identify the Lock Object: Check the lock object that is causing the error. You can find this in the ABAP code where the lock
Get instant SAP help. Sign up for our Free Essentials Plan.
MC593
Assign a name to the lock argument
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
MC592
Define a lock mode
What causes this issue? No lock mode was maintained for one of the fields of the lock object. The system issues an error message and will not allow y...
MC595
Table & is not contained in lock object &
What causes this issue? A table which does not belong to the base tables of the lock object was specified in lock mode of lock object &V1&.Sy...
MC596
Name & for lock objects not allowed
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.