Entering content frame

-106: Table unloaded or content deleted Locate the document in its SAP Library structure

Explanation:

The table cannot currently be accessed. The following reasons are possible:

  1. The table was extracted from the serverdb using the TABLEEXTRACT statement.
  2. Another user simultaneously performed a DELETE statement either for a great part of the table or for the whole table. The specified table was not accessible for a short period of time. This error message can only occur if you work with ISOLATION LEVEL 0.

User Action:

  1. Reload the table into the dataset using the TABLELOAD statement.
  2. Wait till the processing of the DELETE statements is finished.

Execute the SQL statement.

 

 

 

Leaving content frame