loio |
---|
596a57003cda4201a0f381eaa8b96291 |
view on: demo kit nightly build | demo kit latest release
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.