Show TOC

Internet Communication Framework SecurityLocate this document in the navigation structure

Use

SAP HANA extended application services is an optional component of the SAP HANA database providing a consumption model that is exposed through HTTP. The programming model of SAP HANA extended application services provides a means to map the database model, consisting of tables, views, and stored procedures, to the consumption model. This mapping can be done in a declarative way or by writing application-specific code that runs in SAP HANA extended application services. You define only those services that are needed for the applications running on your system.

SAP HANA supports OData services by adding the definition file to SAP HANA content.

  • Application-specific OData services on SAP HANA extended application services

    The OData service model definition enables developers to rapidly create services for existing SAP HANA database artifacts.

  • Application-specific XSJS services on SAP HANA extended application services

    If application developers need more control over the processing logic, SAP HANA extended application services offers XSJS services using server-side JavaScript

List of SAP HANA services used by the application:

Service Type (XSJS/ODATA)

Authentication Method

URL Path

Supported HTTP Methods

ODATA

HTTP Basic

/CustomersCollection

GET

XSJS

HTTP Basic

/UpdateConfiguration

POST

SAP HANA Live is not Internet-facing applications and is intended to be run entirely in the intranet.

More Information

For more information, see the following: