Show TOC

Creating Dictionary Development ComponentsLocate this document in the navigation structure

Use

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.

    For more information, see 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 the New pushbutton.

  2. Select Start of the navigation path Dictionary Next navigation step Dictionary Development Component End of the navigation path, then choose Next .

  3. Select a location for your new DC (for example, Start of the navigation path LocalDevelopment Next navigation step MyComponents End of the navigation path), then choose Next .

  4. Specify a Name for your DC.

    For more information about DC names, see Naming .

    Caution

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

  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 Start of the navigation path File Next navigation step Import End of the navigation path.

    2. Select Start of the navigation path General Next navigation step Existing Projects into Workspace End of the navigation path, 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 Start of the navigation path Development Component  Next navigation step Convert Project to Development Component End of the navigation path.

    2. Select a location for your new DC (for example, Start of the navigation path LocalDevelopment Next navigation step MyComponents End of the navigation path), 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 local Dictionary project to a Dictionary DC project. The name of the DC project is the same as the name of the local project.

      Note

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