Show TOC Start of Content Area

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

Prerequisites

You have created a table in the Java Dictionary.

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.

Procedure

...

       1.      In the Dictionary Explorer, select the project to which you have assigned the table. Deployment refers to all the database objects of the project.

       2.      In the context menu, choose Create Archive. The generated tables are grouped together to a Delivery Archive.

       3.      In the context menu of the Dictionary Explorer, choose Deploy. The table is created in the database through the Software Delivery Manager.

Note

You must enter the server and port number of the SDM server under the path Window Preferences SDM.

 

See also:

Defining the Data Model (using a table in a Car Rental application)

 

End of Content Area