Skip to content
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.

Parser xsodata

Antoaneta edited this page Apr 14, 2021 · 19 revisions

Parser for xsodata

The information on how to develop the design-time data-persistence model for an XSK application using the XSODATA syntax

Reference

  • SAP Help

https://help.sap.com/viewer/b3d0daf2a98e49ada00bf31b7ca7a42e/2.0.03/en-US/502dbde2cbeb4f27b0e9b9887b0097b7.html https://help.sap.com/viewer/4505d0bdaf4948449b7f7379d24d0f0d/2.0.03/en-US/02e91608eb174dcea6d544aad6ea2e12.html

  • Which syntax is supported from the parser
Supportable xsodata syntax xsodata (XSKXsodataParser) Comments
HANA v1/v2 odata service definition service https://help.sap.com/viewer/4505d0bdaf4948449b7f7379d24d0f0d/1.0.12/en-US/51d401d204a54909abebcca6d0a8e058.html
HANA v1/v2 odata namespace definition namespace https://help.sap.com/viewer/4505d0bdaf4948449b7f7379d24d0f0d/1.0.12/en-US/f9f5f227e9f54cea9d9548c97860b7c0.html
HANA v1/v2 odata object exposure 'entity'? (catalogobjectschema '.')? catalogobjectname https://help.sap.com/viewer/4505d0bdaf4948449b7f7379d24d0f0d/1.0.12/en-US/d08f928ac047443e8c2b0a7070ac1d0b.html
HANA v1/v2 odata property projection with, without https://help.sap.com/viewer/4505d0bdaf4948449b7f7379d24d0f0d/1.0.12/en-US/471609f56e354fe1b8f8e65b183202fa.html
HANA v1/v2 odata key specification keys, key, generated local https://help.sap.com/viewer/4505d0bdaf4948449b7f7379d24d0f0d/1.0.12/en-US/e86a01a7699a46528624d44678d37ea5.html
HANA v1/v2 odata associations association https://help.sap.com/viewer/4505d0bdaf4948449b7f7379d24d0f0d/1.0.12/en-US/595f0a124602449695bf15711032186c.html
HANA v1/v2 odata aggregations aggregates always 'SUM, 'AVG', 'MIN', 'MAX' https://help.sap.com/viewer/4505d0bdaf4948449b7f7379d24d0f0d/1.0.12/en-US/64560b807f004d8189b94385e5d02f1e.html
HANA v1/v2 odata parameters entitysets parameters via key and entity https://help.sap.com/viewer/4505d0bdaf4948449b7f7379d24d0f0d/1.0.12/en-US/2ec97095dcbd420794670912e3bc9cd6.html
HANA v1/v2 odata Etag support NOT SUPPORTED https://help.sap.com/viewer/4505d0bdaf4948449b7f7379d24d0f0d/1.0.12/en-US/17b479e1e928465baa07a5688fd5e355.html
HANA v1/v2 odata nullable properties settings https://help.sap.com/viewer/4505d0bdaf4948449b7f7379d24d0f0d/1.0.12/en-US/79b338c0296c4518b83aa6b19133bba5.html
HANA v1/v2 odata configurable cash settings content cache-control, metadata cache-control https://help.sap.com/viewer/4505d0bdaf4948449b7f7379d24d0f0d/1.0.12/en-US/a5d3bea8a6ae43779ffaaae925554d0b.html
HANA v2 OData Hints for SQL Select Statements hints https://help.sap.com/viewer/4505d0bdaf4948449b7f7379d24d0f0d/2.0.05/en-US/34c4b422010c45a795362d8ac6a32638.html
HANA v2 OData Entity Limits limits https://help.sap.com/viewer/4505d0bdaf4948449b7f7379d24d0f0d/2.0.05/en-US/b6efb153ac8a4b96bb48baa14aa3e358.html
HANA v1/v2 modifications before, using, after, precommit, postcommit https://help.sap.com/viewer/4505d0bdaf4948449b7f7379d24d0f0d/1.0.12/en-US/68c5a3bca9294e4098454dccbc73f7a9.html
HANA v1/v2 validation scrips with XS JavaScript update, create, delete events https://help.sap.com/viewer/4505d0bdaf4948449b7f7379d24d0f0d/1.0.12/en-US/74dcb4480e80455eb0cfaacc4c739068.html
HANA v1/v2 validation exit with SQL script update, create, delete using https://help.sap.com/viewer/4505d0bdaf4948449b7f7379d24d0f0d/1.0.12/en-US/3621f082a10241759f0ec01f56319ae3.html
  • Link to grammer definition:

  • Issues

  • Sample
  • Modules
  • Tests

Project

Architecture

Tips & Tricks

Infrastructure

Troubleshooting guide

Clone this wiki locally