SAPSQL_NO_DBTAB_OR_VIEW 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.
Create the table or view "<runtime parameter>" in the ABAP/4 Dictionary.
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.
Table is not declared as a table or view in the ABAP Dictionary.
Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.
You can only perform Open SQL accesses on tables or views that are
defined in the ABAP/4 Dictionary. "<runtime parameter>" has either not been created
or is not active.
Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.
SAPSQL_NO_DBTAB_OR_VIEW - sapsql no dbtab or view SAPSQL_NOP1_ILLEGAL_CODE_3 - sapsql nop1 illegal code 3 SAPSQL_NOP1_ILLEGAL_CODE_2 - sapsql nop1 illegal code 2 SAPSQL_MODIFYING_SELFSQ - sapsql modifying selfsq SAPSQL_MISSING_LOG_CONDITION - sapsql missing log condition SAPSQL_MISSING_INTO_CLAUSE - sapsql missing into clause