SAP

Manage my Account SAP Devs YouTube ↗ Learnings ↗ Community ↗ Provide Feedback ↗
Logout
⤢ Open full site

XSJS Exit for OData Service Operations

An OData Service with XSJS Exit in SAP HANA XS Advanced is an OData service definition that delegates specific operations — such as a Create operation — to a server-side JavaScript (XSJS) handler, allowing developers to implement custom business logic beyond standard data persistence. Developers use this pattern when they need to intercept and extend OData requests, for example to validate input, transform data, or perform additional processing before or after a database write. For guidance, SAP provides a tutorial on creating an OData Service with Create Operation and XSJS Exit in the XS Advanced environment.

Tutorials that teach this

Prerequisites