ABAP Runtime Errors

DB_ERR_ORA_00942 SAP ABAP Runtime Error db err ora 00942







DB_ERR_ORA_00942 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: D - Error in Database Interface

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_ORA_00942 ABAP Runtime Error

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

Table does not exist in the database. If this error occurred in Open SQL, there is an inconsistency between the ABAP Data Dictionary and the database.
Before working in an ABAP program with a table that you have defined yourself, you have to create this table on the database.
You can find the tool for this by calling transaction SE11 and choosing Utilities, Database Utility. Please see internal error for more details about the possible cause of this runtime error and how it could be avoided.

You were working with the name of a table or view that does not exist on the database.