Editing Table Definitions
Use
Java Dictionary enables you to modify the definitions of tables that have been deployed to the database already. However, there are certain requirements and limitations that are introduced to prevent data loss and runtime problems when accessing the modified tables.
Prerequisites
You have:
-
Opened the Dictionary perspective in the SAP NetWeaver Developer Studio
-
Expanded the nodes of the Dictionary development component that contains your database tables definitions
-
Opened a table for editing
Procedure
In Java Dictionary, you can perform the following modifications on tables that already exist in the database schema. All changes are applied to the tables in the database after you rebuild and redeploy the relevant Dictionary development component (DC).
For more information, see Deploying Dictionary Development Components .
Deleting Tables
In the context menu of the table in the Dictionary Explorer , choose Delete .
Adding Columns to Tables
-
To add a new column at the end of the column list, choose Add Column in the context menu of the table editor.
-
To insert a new column before a selected one, choose Insert Column in the context menu of the selected column.
Complete the required fields, then choose Finish .
Changing Column Parameters
You can change the following column parameters: type of a column, length, DB default value, description.
-
In the table editor, select the column and choose Edit Column in the context menu.
-
Change the relevant parameters, then choose Finish .
Creating Table Indexes
For more information, see Creating Indexes .
Enabling Table Buffering
For more information, see Buffer Granularity .