Entering content frame

-4000: Unknown result table Locate the document in its SAP Library structure

Explanation:

There is no result table (any more) with the specified name.

User Action:

Use a <QUERY statement> issued on the system table DOMAIN.TABLES to find out the names of the existing result tables. Correct the name of the result table or check why the result table with the specified name was deleted already.

A <COMMIT statement> issued in the SQLMODEs ANSI and DB2 implicitly closes all result tables. This behavior can be prevented in the SQLMODE DB2 by specifying "WITH HOLD".

Except for the SQLMODE ORACLE, a <ROLLBACK statement> implicitly closes all result tables generated within this transaction.

 

 

 

Leaving content frame