Skip to content

ABAP Keyword Documentation →  ABAP − Reference →  ABAP RESTful Programming Model 

Business Service

A business service is a RESTful service in the context of the ABAP RESTful Programming Model that can be called by a consumer. The business service is defined by the fact that the relevant data artifacts and the behavior model are made available for consumption. The business service is split into two different artifacts:

  • Business service definition (or service definition for short)
    A projection of the data model and of the associated behavior that is to be offered for consumption.
  • Business service binding (or service binding for short)
    Implements protocols (for example, OData) that are to be offered for consumption.

The separation of service definition and service binding allows data models and service definitions to be integrated into multiple service bindings without having to be implemented again.

Other versions: 7.31 | 7.40 | 7.54

Continue

Business Service Definition