DBIF_DSQL2_KEY_NOT_FOUND 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.
Please see internal call code for more details about the possible cause of this runtime error and how it could be avoided.
The specified key was not found in the database.
Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.
Triggering SQL statement: "<runtime parameter>"
Error code in database: "<runtime parameter>"
You attempted to modify a record that does not exist. The error
occurred in the current database connection "<runtime parameter>".
DBIF_DSQL2_KEY_NOT_FOUND - dbif dsql2 key not found DBIF_DSQL2_KEY_ALREADY_EXISTS - dbif dsql2 key already exists DBIF_DSQL2_INVALID_REQUEST - dbif dsql2 invalid request DBIF_DSQL2_INVALID_CURSOR - dbif dsql2 invalid cursor DBIF_DSQL2_INVALENV_ERROR - dbif dsql2 invalenv error DBIF_DSQL2_INTERNAL_ERROR - dbif dsql2 internal error