Show TOC

Procedure documentationCreating Dictionary Development Components Locate this document in the navigation structure

 

Use this procedure to create new Dictionary Development Components (DCs) or to convert existing Dictionary projects to Dictionary DCs.

In the SAP NetWeaver Developer Studio, there are two types of development projects for Java Dictionary objects:

  • Component-based projects

    Component-based projects are development projects that require you to split the project into several projects and have a team of several developers working on each project. In contrast to local projects, these are development component projects, that is, a Dictionary project is identified using a Dictionary DC.

    More information: Creating Development Components

  • Local projects (Deprecated)

    You cannot create new local Dictionary projects. However, you can import existing Dictionary projects in the Developer Studio and convert them to Dictionary DCs.

Prerequisites

You have opened the Dictionary perspective in the SAP NetWeaver Developer Studio.

Procedure

Creating New Dictionary Development Components
  1. Choose   File   New   Project   in the main menu.

  2. Select   Dictionary   Dictionary Development Component  , then choose Next.

  3. Select a location for your new DC (for example,   Local Development   MyComponents  ), then choose Next.

  4. Specify a name for your DC.

    More information about DC names: Naming

    Caution Caution

    You cannot change the name of a DC at a later time.

    End of the caution.
  5. If necessary, specify additional details for the DC.

  6. Choose Next, then choose Finish.

    The SAP NetWeaver Developer Studio creates the Dictionary DC and displays it in the Dictionary Explorer.

Converting Dictionary Projects to Dictionary Development Components
  1. Import your Dictionary project from the file system.

    1. Choose   File   Import  .

    2. Select   General   Existing Projects into Workspace  , then choose Next.

    3. Choose Browse, then select the directory that contains your Dictionary project.

    4. Select the Dictionary project you want to import.

    5. (Optional) Select the Copy projects into workspace checkbox.

    6. Choose Finish.

  2. Convert the Dictionary project to a Dictionary DC.

    1. In the context menu of the project in the Dictionary Explorer, choose   Development Component   Convert Project to Development Component  .

    2. Select a location for your new DC (for example,   Local Development   MyComponents  ), then choose Next.

    3. If necessary, select the project you want to convert.

    4. If necessary, specify additional details for the DC to be created.

    5. Choose Finish.

      The SAP NetWeaver Developer Studio converts the Dictionary project to a Dictionary DC. The name of the DC is the same as the name of the project.

      Note Note

      You can import and convert several Dictionary projects at a time.

      End of the note.