
To create a new service using SAP NetWeaver 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.
Launch SAP NetWeaver Gateway Service Builder in transaction SEGW.
Choose Create.
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.
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.
Under Attributes use the input help to select Standard as the generation strategy to be used.
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.
Choose Enter to create your new project together with its unique name and description in the location you specified.
The Service Builder creates a new project structure, which you can use to develop or generate your new service.
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 NetWeaver Gateway Service Builder, you can continue working on this project by choosing Open. In the Open Project dialog box, enter the name of your saved project and choose Execute.
To proceed with the next step in this cookbook, see Importing a Data Model.