Show TOC

Working on Service Builder Projects Complying with OData V4Locate this document in the navigation structure

This document describes about the Service Builder projects that comply with OData V4, the development approach followed by it and its User Interface.

You can create services in Service Builder based on OData V4. The development approach followed for data model definition in SAP Gateway Service Builder 7.50 SP04 is Declarative Model Definition. If you need a service to expose a specific data, you can define a new data model for the new service and integrate your own source code. If a project exists that could be applied to a similar use-case, you can create a copy of the project and then make minimal change as required.

User Interface

SAP Gateway Service Builder simplifies and structures the service development and modeling process required for exposing and consuming data by using projects. Developers first create a project to develop, model, and store all the development artifacts they need to define a service. The focus on project-based service development is consequently reflected in the Service Builder User Interface.

Screen Areas

Standard User Interface(UI) comprises three screen areas:User Interface of projects complying with OData V4
  • Tree view to show open projects, their substructures, and the artifacts they contain. To edit data objects and their properties, double-click the relevant data object in the tree view.
  • Mass maintenance view for creating, editing, and deleting data objects within a project. Data object types include, for example, Entity Types, Complex Types, Properties, Navigation Properties etc. To display details about a data object, select the relevant artifact in the Tree view and click Details.
  • Message view displays messages related to the status of the project. You can hide the message view or delete the messages.