ABAP Runtime Errors

DB_ERR_RSQL_00020 SAP ABAP Runtime Error db err rsql 00020







DB_ERR_RSQL_00020 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: & - Text Include (no Short Dump, only Text Module)

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.


DB_ERR_RSQL_00020 ABAP Runtime Error

Check the entries in the developer trace of the affected work process (transaction ST11). Please see send to abap for more details about the possible cause of this runtime error and how it could be avoided.

Please see internal call code for more details about the possible cause of this runtime error and how it could be avoided.

The database interface was called with an invalid condition. Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.

The LIKE condition specified in a SELECT statement cannot be evaluated.

The search pattern is too long or the character specified in the ESCAPE addition cannot be used as an ESCAPE character.
This restriction applies to '_' and '%'. In a Unicode system, the only additional ESCAPE characters that can be used must be from the 7Bit-ASCII character set.
The character '#', for example, is a valid ESCAPE character. Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.