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.
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.
SAPSQL_ESCAPE_WITH_POOLTABLE - sapsql escape with pooltable SAPSQL_EMPTY_TABNAME - sapsql empty tabname SAPSQL_DYN_JOIN_WITH_STRING - sapsql dyn join with string SAPSQL_DUPLICATE_TABLENAME - sapsql duplicate tablename SAPSQL_DISTINCT_STAR_DEEP - sapsql distinct star deep SAPSQL_DISTINCT_AND_LOB - sapsql distinct and lob