Entering content frame

-904: Space for result tables exhausted Locate the document in its SAP Library structure

Explanation:

The following reasons are possible:

  1. The storage space available for result tables is too small or
  2. The database application generated too much temporary information.

In both cases, the execution of the SQL statement was terminated and the user was disconnected from the database by an implicit <RELEASE statement> in the format ROLLBACK WORK RELEASE.

User Action:

  1. Reissue the SQL statement after a new CONNECT statement. At this time another user may have defined fewer result tables or generated less temporary information.
  2. A larger disk space can be defined using the database administration tool.
  3. To make space, tables can be extracted using the <TABLEEXTRACT statement>.

 

 

 

 

Leaving content frame