Show TOC Start of Content Area

Procedure documentation Creating a New Development Component and Activity  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 use the DC as an environment in which you can develop the different components – in this tutorial this is the place to create the required packages, interfaces and classes. On the other hand, the activity is the way to communicate the changes you make to this development component.

Procedure

Create a New Development Component

...

       1.      In the Development Configuration perspective, switch to the Inactive DCs view.

       2.      Open the node of your development configuration TECHNO_dev.

       3.      Select the entry example.org_technology. In the context menu, choose Create new DC.

       4.      In the dialog that appears specify:

Data

Value

Vendor

example.org

Name

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

Caption

Tax Calculator

Domain

Financial Services, if available.

Type

Java

       5.      Choose Next.

A dialog window DTR Activity appears.

Create a New Activity

...

...

       1.      This activity is used for recording the creation of the components in the DTR.

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

The dialog with your new activity appears.

       3.      Choose Next. On the dialog that appears, accept the proposed settings by choosing Finish.

The dialog 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 new Java DC and a new activity.

Next Step

Creating Development Objects

End of Content Area