Entering content frame

Procedure documentation Defining Miscellaneous Information Locate the document in its SAP Library structure

When you create database tables or change table definitions, you can make the following additional entries in the Misc field:

Entry

Meaning

Comment

Comment

Duplicates

You can use the DUPLICATES clause to control behavior if key collisions occur.

Statistics

Sample Value specifies how large the portion of data is that is included for optimization of the database strategy.

Temporary Table

Ignore Rollback

The table is a temporary table and is saved locally under Temp. For temporary tables, you can specify the option Ignore Rollback.

Identifiers Uppercase

Automatic conversion of table names, column headers and other names into upper case.

Caution

A change to this setting affects the entire table definition immediately.

If you use a database table as a template for the creation of another database table, the user setting is copied from the template.

Note

For information on the syntax of CREATE TABLE statements, see the section CREATE TABLE Statement of the Reference Manual: SAP DB.

 

Leaving content frame