Show TOC Start of Content Area

Procedure documentation Creating a Development Component  Locate the document in its SAP Library structure

Use

In this step, you create a new development component (DC) and define a new activity. Later on you will use the DC as an environment in which you can develop the different development objects – the required packages, interfaces and classes. On the other hand, the activity is the way to communicate the changes you make to this DC with the development infrastructure.

Prerequisites

      You have configured a DTR client.

      You are in the perspective Development Configurations in the Inactive DCs view.

Procedure

       1.      Open the node of your SC APPL_dev.

       2.      Select the entry example.org_application and in the context menu, choose Create New DC.

A dialog Development Component Project appears.

       3.      In the dialog enter the following:

Data

Value

Vendor

example.org (if required)

Name

Choose appl/ from the list and specify tax/calc as the text input.

Caption

Tax Calculator

Domain

Financial Services, if available

Type

Java

       4.      Choose Next.

A dialog window DTR Activity appears.

       5.      To create a new activity, choose New Activity.

Note

This activity is used to record the creation of the component in the DTR.

       6.      Enter New Java Component as the display name of the new activity and choose OK.

The dialog window DTR Activity appears again. Your new activity is selected.

       7.      Choose Next.

The dialog window New Java Project appears.

       8.      Accept the proposed settings by choosing Finish.

The wizard now creates the DC.

Result

The Java perspective is opened automatically and you see a new project for your component in the Package Explorer view. You have successfully created a Java DC and an activity.

Next Step

Developing the Project

End of Content Area