SAPSQL_STREAMS_NOT_SUPPORTED 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.
Streams are not permitted in set operations.
Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.
Streams are not permitted in set operations. The row type of the
table <runtime parameter> contains references to CL_ABAP_DB_C_READER,
CL_ABAP_DB_X_READER, CL_ABAP_DB_X_WRITER, or CL_ABAP_DB_C_WRITER.
It is possible that the read streams were to be created in the SELECT
using the CREATING addition.
Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.
SAPSQL_STREAMS_NOT_SUPPORTED - sapsql streams not supported SAPSQL_STMNT_TOO_LARGE - sapsql stmnt too large SAPSQL_SQLS_INVALID_CURSOR - sapsql sqls invalid cursor SAPSQL_SQLS_INVALID_CONNECTION - sapsql sqls invalid connection SAPSQL_SQLS_ILLEGAL_CODE - sapsql sqls illegal code SAPSQL_SET_UNKNOWN_OPERATOR - sapsql set unknown operator