Message type: E = Error
Message class: MO - Modeling and Prototyping
Message number: 412
Message text: LIKE with ESCAPE in pooled table
An Open SQL statement that contains a WHERE clause is to be executed.
It contains a LIKE condition with the addition ESCAPE. The addition
ESCAPE must not be used for pool tables.
The WHERE clause contains an IN-itab condition (SELECT options) that
includes LIKE conditions (CP or NP).
If the search string for this type of LIKE condition contains one of
the characters '%' or '_', an escape character is added by the runtime
environment. This causes the current runtime error with pool tables.
This error was caught.
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
Processing had to be terminated.
Do not use in your selection any combination of '*+' and '_%'.
Error message extract from SAP system. Copyright SAP SE.
MO412
- LIKE with ESCAPE in pooled table ?The SAP error message MO412 typically occurs when there is an issue with the use of the LIKE operator in a query involving a pooled table, particularly when using the ESCAPE clause. This error can arise in various scenarios, such as when you are trying to filter records based on a pattern match but the syntax or the context is not correctly set up. Cause of the Error Pooled Tables: Pooled tables in SAP are special types of database tables that are stored in a single table in the database. They are used to optimize storage and performance. However, they have certain limitations, especially when it comes to complex SQL operations. LIKE Operator: The LIKE operator is used for pattern matching in SQL. When using it with pooled tables, there may be restrictions on how it can be applied, especially with the ESCAPE clause. Incorrect Syntax: The error can also occur due to incorrect
Get instant SAP help. Sign up for our Free Essentials Plan.
MO411
You cannot display this table at present
What causes this issue? Due to stricter syntax rules, tables that contain strings cannot currently be displayed or processed using SE16.System Respon...
MO410
Enter a table name
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
MO413
& is a global temporary table
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
MO415
You are not authorized to display table contents
What causes this issue? You attempted to display the contents of a table, but do not have the display authorization. The system issues an error messa...
Click on this link to search all SAP messages.