Deploying Tables
When you deploy a table, the table definition is translated from the Java Dictionary into a Create statement for the database concerned – provided the table has been newly created. If the table has been changed, the Dictionary version is compared with the database version. For each DDL statement, the necessary structure changes are executed on the database.
You have created a table in the Java Dictionary.
1. To configure the server to use for deployment, choose Window → Preferences → SAP AS Java.
2. Enter your message server port and host and choose Apply.
3. Choose OK.
4. In the Dictionary Explorer, select your project and choose Create Archive from the context menu.
5. In the Dictionary Explorer, select your project and choose Deploy from the context menu. The SAP NetWeaver Developer Studio deploys the archive using the Deploy View.
6. To deploy an individual table, select the table in the Dictionary Explorer and choose Deploy from the context menu.
7. To drop the table on the database and create a new one, select the table in the Dictionary Explorer and choose DropCreate from the context menu.
8. To save your changes, choose Save.