Entering content frame

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

Explanation:

The table is currently inaccessible. The following reasons are possible:

...

       1.      The table was extracted from the database instance using the TABLEEXTRACT command.

       2.      Another user simultaneously executed a DELETE statement either for a large part of the table or for the whole table. As a result, the specified table was inaccessible for a short period of time. This error message can only occur if the current user is using isolation level 0.

User Action:

...

       1.      Reload the table into the database using the TABLELOAD command.

       2.      Wait until the DELETE statement has been executed.

Then execute the SQL statement.

 

Leaving content frame