Show TOC

Creating a ProjectLocate this document in the navigation structure

To create a new service using SAP Gateway Service Builder, you first need to create a project. Service Builder projects bundle all the artifacts you need to develop a service in one central place helping you organize the service development and modeling process.
Process
  1. Launch SAP Gateway Service Builder in transaction SEGW.
  2. Click Create.
  3. In the Create Project dialog box, enter a unique name for your new project. The project name must not exceed 30 characters and must not start with a number or include any special characters (underscores are permitted). For example, DOCUMENTATION_TEST.
  4. Enter a short description for your new project. You must enter a short description otherwise you cannot create the new project. The description must not exceed 60 characters. The short description should provide additional context information about your project. The short description you define here is displayed in the Service Builder together with the project name.
  5. Under Attributes, click project type Service with SAP Annotations to enable you to use standard annotations (such as, creatable, updatable) to specify how data model artifacts are to be used.
  6. Under Attributes use the input help to select Standard as the generation strategy to be used.
  7. Enter the name of the package in which the project is to be created or choose Local Object if you want to create the project locally.
  8. Click Enter to create your new project together with its unique name and description in the location you specified.
Result
The Service Builder creates a new project structure, which you can use to develop or generate your new service.Tree view in the Service Builder displaying project structure

After creating the project you can also set schema namespace for the Data Model. Schema Namespace can be explicitly set for the projects of type Service with SAP Annotation and Service with Vocabulary Based Annotation. If left blank, system generates schema namespace on its own during run-time generation. The name can be further modified.

For the projects of type Annotation Model for Referenced Service, schema namespace will be same as that of the referenced service. For more information, see Schema Namespace.

Note To prevent loss of data, you must save your newly created project. A confirmation message is displayed at the bottom of the screen after the project has been created. The next time you launch SAP Gateway Service Builder, you can continue working on this project by clicking Open. In the Open Project dialog box, enter the name of your saved project and click Execute.