Symptom
This document has been created to outline the standardized methods of filtering OData API output based values that contain special characters.
You perform Odata API Request and are performing $filter= operation on a field in which the value contains special characters:
Example Response (JSON):
Result:
{
"error": {
"code": "ServerErrorException",
"message": {
"lang": "en-US",
"value": "String index out of range: 68"
}
}
}
Example Response (XML):
<error>
<code>ServerErrorException</code>
<message>
<lang>en-US</lang>
<value>String index out of range: 68</value>
</message>
</error>
Read more...
Environment
- SuccessFactors BizX
- OData API
Product
Keywords
- Special Characters, OData, API, Request, Query, #, &, Apostrophe
About this page
This is a preview of a SAP Knowledge Base Article. Click more to access the full version on SAP for Me (Login required).Search for additional results
Visit SAP Support Portal's SAP Notes and KBA Search.