Show TOC Start of Content Area

Procedure documentation Deploying Tables  Locate the document in its SAP Library structure

Use

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.

Prerequisites

You have:

      Configured your application server in the SAP NetWeaver Developer Studio

More information: Configuring the Application Server in the Developer Studio

      Created a table in the Java Dictionary

Procedure

       1.      In the Dictionary Explorer, select your project and choose Create Archive from the context menu.

       2.      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.

       3.      To deploy an individual table, select the table in the Dictionary Explorer and choose Deploy from the context menu.

       4.      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.

       5.      To save your changes, choose Save.

End of Content Area