ABAP Runtime Errors

SAPSQL_ESCAPE_WITH_POOLTABLE SAP ABAP Runtime Error sapsql escape with pooltable







SAPSQL_ESCAPE_WITH_POOLTABLE 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.


SAPSQL_ESCAPE_WITH_POOLTABLE ABAP Runtime Error

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

Please see send to sap for more details about the possible cause of this runtime error and how it could be avoided.

LIKE with ESCAPE on pool table. Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.

An attempts was made to execute an Open SQL statement containing a WHERE or HAVING clause with a LIKE condition with addition ESCAPE. Addition ESCAPE must not be used for pool tables.

The WHERE or HAVING clause might contain an IN-itab condition (SELECT options) contaning 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. With pool tables, this causes the present runtime error to occur.

In the present case, table '<runtime parameter>' is a pool table. Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.