Entering content frame

-8025: Table must be temp table Locate the document in its SAP Library structure

Explanation:

In a <CREATE TABLE statement>, the option IGNORE ROLLBACK was specified for a permanent table. This is not allowed.

User Action:

You can repeat the SQL statement. To do this you either need to deselect the option IGNORE ROLLBACK or a create temporary table, by specifying TEMP as <OWNER> of the table to be created.

 

 

 

Leaving content frame