Show TOC Start of Content Area

Procedure documentation Creating a New Application  Locate the document in its SAP Library structure

Use

You need to create a new application to use as a basis for the following tutorial. This exercise guides you through the steps necessary to design and develop a CAF application.

Prerequisites

      You have installed the Application Server (AS) Java and SAP NetWeaver Developer Studio.

      You have also opened the Composite Application perspective in the SAP NetWeaver Developer Studio. You can do that in one of the following ways:

       Choose Window Open Perspective Other Composite Application.

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

Procedure

...

       1.      Create a new application in the developer studio. To do this, you have the following options:

       Choose File New Project.

       Choose This graphic is explained in the accompanying text with the quick info text New.

The default selection is Project.

       2.      Select Development Infrastructure Development Componentfrom the tree and choose Next.

       3.      Select Composite Application from the sap.com tree and choose Next.

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

       5.      In the dialog box that appears, fill in the following fields:

                            a.      Vendor: my.company

                            b.      Name: carpool

Use lowercase letters only and do not use any spaces between letters.

                            c.      Caption: Car Pool

                            d.      Language: American English

                            e.      Domain:  SAP xApps

                              f.      Support Component: CAF-APP

       6.      Choose Next to see a list of all development components  that are automatically created in addition to your new application.

Result

You have finished creating your application. It is now listed in the Composite Application Explorer view.

Step 2:

Modeling Business Objects

 

End of Content Area