960 SAP Message of Class 00 DB error: Cursor is no longer available











960(00) - DB error: Cursor is no longer available

Message number 960 of class 00 is used to display message "DB error: Cursor is no longer available" and can be triggered using the following ABAP code:

    MESSAGE W960(00). "Warning message example
    MESSAGE I960(00).
"Information message example
    MESSAGE E960(00).
"Error message example
See here for more options


What causes this issue

The maximum number of cursors for this interface (RSQL, RTAB,
DSQL) has already been reached; a further cursor cannot be opened.

System Response



How to fix



Message text extract from SAP system. Copyright SAP SE.


Return to Message Class 00 main page



Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!