Hi All,
I'm developing a SAPUI5 Application and consume data via the SAP Gateway Service and OData Model.
Now all I want to do is to get all Entities to a specific Parameter.
For example:
<host>/<service>/WorkItems(Guid=guid'xxxxxxxxxxxxx')
In the table I select from are many different Guids. With the URI above I want to get all the
WorkItems which have the specified Guid(xxxxxxxxxxxx).
If I want to get one Entity I have to specify at least 3 parameters to get one Entity( that works fine with the GET_ENTITY method).
I also don't think that the $filter method is suitable for my case because there are a lot of WorkItems to filter and that would be a massive performance issue wouldn't it?
Can you please help me or is it even possible this way?
If I try it out, a 500 SAP internal Server Error raises, because the ASSERT condition is violated.
Best regards,
Thomas