Show TOC Start of Content Area

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

Use

You will create a new development component (DC) project to use as a basis for the following tutorial. This exercise will guide you, the developer, through the steps necessary to design and develop a project for use in your CAF application.

Prerequisites

You have installed the SAP Web Application Server Java 7.0 and SAP NetWeaver Developer Studio 7.0. You have also opened the CAS perspective in the developer studio via:

     Window ® Open Perspective ® Other ® Composite Application Services

OR

     Choose  This graphic is explained in the accompanying text  with the quick info text Open a Perspective.

Procedure

 

       1.      Create a new project in the developer studio:

     Choose File ® New ® Project.

OR

     Choose  This graphic is explained in the accompanying text  with the quick info text New. The default selection is Project.

The window for creating a new SAP DCproject opens.

       2.      Select Development Component from the New project window and choose Next.

       3.      Select My Components from the Local Development directory tree and choose Next.

       4.      In the New Development Component Project dialogue box, fill in the following fields:

                            a.      Name:       carpool

Use lowercase letters only.

                            b.      Caption:    Car Pool

                            c.      Domain:    SAP xApps

                            d.      Type:        Composite Application Services

       5.      Choose Next to see a list of all CA projects that are automatically created in addition to your new project.

       6.      Choose Next, then Finish.

You have finished creating your project. It is now listed in the Service Explorer view.

Step 2:

Modeling Entity Services

End of Content Area