Message type: E = Error
Message class: COM_SE_SEARCH - SES: End user messages -> Translate to maximum languages
Message number: 013
Message text: The business object &2 &3 is currently being indexed by user &1
An indexing is already running under the user name &V1& for the same
business object &V2& and the same object type &V3&.
The system prevents the same index being indexed by more than one
independent program simultaneously. This is to avoid the unnecessary use
of system resources.
The following cases are normal:
The indexing program is usually planned as a periodic job. If you start
it manually as well, there may already be another job running.
If the job for the indexing program is planned with very short intervals
between the recurrences, there may be an overlap of two jobs.
Both of these cases are not critical, because the index in question is
already being indexed and the system is just preventing an additional,
unnecessary use of system resources.
The check described above is implemented using a normal enqueue
mechanism. Errors or uncontrolled cancellations may lead to locks not
being automatically unlocked.
While the deletion of lock entries in transaction SM12 is normally a
critical operation, as it can lead to data inconsistencies, it is no
problem to delete the locks in this case. The lock object is called
E_COM_SE_INDEXER.
For the selection, enter the table name
COM_SE_BUSOBJTY.####################
Error message extract from SAP system. Copyright SAP SE.
The SAP error message COM_SE_SEARCH013 indicates that a specific business object (identified by &2 and &3) is currently being indexed by a user (identified by &1). This typically occurs in the context of SAP's search and indexing functionalities, where the system is trying to index or update the search index for a business object, but another process is already handling that task.
Cause: Concurrent Indexing: The primary cause of this error is that the business object is already being indexed by another user or process. This can happen if multiple users or processes attempt to index the same object simultaneously. Long-running Indexing Process: If the indexing process takes a long time to complete, other attempts to index the same object will be blocked until the current process finishes. System Configuration: There may be configuration settings that limit the ability to index certain objects concurrently.
Solution: Wait and Retry: The simplest solution is to wait for the
Get instant SAP help. Sign up for our Free Essentials Plan.
COM_SE_SEARCH012 No active index was found for this selection
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
COM_SE_SEARCH011 Class &2 does not recognize object type &1
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
COM_SE_SEARCH014 Error during INSERT: Table &1, Key = &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...
COM_SE_SEARCH015 Error During UPDATE: Table &1, Key = &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...
Click on this link to search all SAP messages.