Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 1.43 KB

Path_Syntax_596a570.md

File metadata and controls

16 lines (9 loc) · 1.43 KB
loio
596a57003cda4201a0f381eaa8b96291

Path Syntax

According to the specification available under OData Version 4.0 Part 2: URL Conventions, 4 Resource Path, every resource path (relative to the service root URL, no query options) is a valid data binding path within this model if a leading slash is added. For example, you can use "/EMPLOYEES('A%2FB%26C')" to access an entity instance with key "A/B&C". Note that appropriate URI encoding is necessary. For more information, see sap.ui.model.odata.v4.ODataUtils.formatLiteral. You can also use sap.ui.model.odata.v4.ODataModel#requestKeyPredicate.

Furthermore, the OData V4 model only supports OData SimpleIdentifier with characters from the US ASCII code character set.