Questions tagged [hana-xs]

HANA XS (also known as SAP HANA Extended Application Services engine or XS Engine) is a lightweight web and application server embedded into SAP HANA which includes configurable OData(XSODATA) support and server-side JS(XSJS) execution.

SAP HANA Extended Application Services(SAP HANA XS) provides a comprehensive set of embedded services that provide end-to-end support for Web-based applications. This includes a lightweight SAP HANA XS web server, configurable OData support(XSODATA), server-side JS execution(XSJS) and full access to SQL and SQLScript.

The SAP HANA XS server allows clients to access the SAP HANA system via HTTP. Controller applications can run completely natively on SAP HANA, without the need for an additional external application server. The application services can be used to expose the database data model, with its tables, views and database procedures, to clients. This can be done in a declarative way using OData services or by writing native application-specific code that runs in the SAP HANA context. Also, you can use SAP HANA XS to build dynamic HTML5 UI applications.

In addition to exposing the data model, SAP HANA XS also hosts system services that are part of the SAP HANA system. No data is stored in the SAP HANA XS server itself. To read tables or views, to modify data or to execute SQLScript database procedures and calculations, it connects to the index server (or servers, in case of a distributed system). From SPS 11, SAP HANA includes an additional run-time environment for application development: SAP HANA extended application services (XS), advanced model. SAP HANA XS advanced model represents an evolution of the application server architecture within SAP HANA by building upon the strengths (and expanding the scope) of SAP HANA extended application services (XS), classic model.

84 questions
0
votes
1 answer

What is the difference between SAPUI5 and Fiori apps technically?

There is a lot of information about SAPUI5 and SAP Fiori. What's the difference, what's needed to build them?
Thorsten Niehues
  • 13,712
  • 22
  • 78
  • 113
0
votes
1 answer

XS engine issue in HANA Studio

I am trying to develop a XS Project. My XS engine is up and running. If I do http://hana.corp:8000, then it is showing that my XS engine is up and running. But I am not able to run the .XS or .html file from the browser as I am getting 404-File not…
sowmya
  • 1
  • 3
0
votes
1 answer

Inserting data with OData in atom format

Odata is a new thing for me and I'm trying getting in deep with it. So I'm trying insert data using OData protocol in atom format and using a rest client. So I've created the following http Post request: POST /HelloOdata/library.xsodata/books…
Pablo Silva
  • 47
  • 10
0
votes
1 answer

How to enable CORS in SAP HANA XS project?

I need to resolve the same origin policy restriction in JavaScript client side SAPUI5 application that is consuming an OData service from a cross origin server. In SAP HANA developer guide one of the solutions to this problem is to enable CORS…
Mohamed Ali JAMAOUI
  • 14,275
  • 14
  • 73
  • 117
-1
votes
1 answer

Does SSO authentication on SAP HANA 2 with XSA and Azure Active Directory as IDP really work?

I am testing the SSO authentication on SAP HANA 2 with XSA and Azure Active Directory (AAD) as IDP, and the result is quite discouraging. Even if the configuration of the systems is simple, the problem is that user identifier configured in AAD is…
dtosato
  • 129
  • 1
  • 9
-1
votes
1 answer

How to bind xsodata in sapui5 table?

I am trying to bind xsodata in sapui5, but i don't know how to instantiate xsodata model in it . Also, is it possible to perform create and update operation with the help of xsodata in sap hana database from sapui5.
-1
votes
1 answer

XS engine, 404 on non-HTML files

Having made a .xsaccess file and a .xsapp file, I can access my UI5 application on https://host:8000/app/index.html. It does however give me 404's on non-HTML files in the same folder and subfolders, for instance my manifest, Component and other JS…
Jorg
  • 7,219
  • 3
  • 44
  • 65
-1
votes
1 answer

OData Service Definitions - ordering tables in .xsodata file

I'm new in SAP HANA and I'm trying to sort a table in .xsodata file. Is that possible? Best regards.
jmfm
  • 41
  • 5
-1
votes
2 answers

SAP HANA XS Engine Odata Service doesn't let me Create/Update/Delete

I hava a SAP HANA XS Server with some DB Tables and an OData service. I am able to connect to the OData service and to read data. As soon as I try to Create/Update/Delete data I get the 403 - Forbidden Error. Actually my user has the required rights…
Yannick Winter
  • 103
  • 2
  • 11
1 2 3 4 5
6