Consuming Business Entities with SADL

SADL (Service Adaptation Definition Language) enables fast read access to data for scenarios on mobile and desktop applications based on SAP HANA using query push-down.

Fine-Tuning the Execution of SADL-Based Gateway Services

You can now get and set filter conditions in the postfix format. This enables you to analyze and adjust any condition that has been sent from the OData client.

Use OData Analytics in SADL-Based Services

You can now:

  • improve the performance by providing a business key. Because, grouping and aggregation are not performed if key properties are selected by the Odata client.
  • transform the analytical ID into key values. This enables you to understand which entity is requested in your source code.
  • create entities in analytical scenarios. Then, the analytical ID can be generated by calling the fill_analytical_id method.