ABAP Runtime Errors

DBSQL_INVALID_LIKE SAP ABAP Runtime Error dbsql invalid like







DBSQL_INVALID_LIKE is an ABAP runtime error which you may come across when using or developing within an SAP system. See below for the standard details explaining what it means and how you can avoid or fix this runtime error.

Short Dump Classification: A - ABAP Programming Error

You can view further information about a runtme error by using transaction code ST22 which will show you this and all runtime erros that have happen in your SAP system.

Also check out the Comments section below to view or add related contributions and example screen shots.


DBSQL_INVALID_LIKE ABAP Runtime Error

If the escape character contains errors, it must be replaced by another one.
Navigate to the "Database Interface Information" node.
You can find further details here. Please see send to abap for more details about the possible cause of this runtime error and how it could be avoided.

<runtime parameter> Incorrect search screen in LIKE. Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.

A search string or escape character in the WHERE or HAVING clause contained errors.
The search string is: <runtime parameter>. The escape character is: "<runtime parameter>". Permitted characters for escape characters are all ASCII keys apart from blank, underscore and percent sign. Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.