Technology Blogs by Members
Explore a vibrant mix of technical expertise, industry insights, and tech buzz in member blogs covering SAP products, technology, and events. Get in the mix!
cancel
Showing results for 
Search instead for 
Did you mean: 
Former Member
1,012

We started using the new Help Value Services and I think it's great as you can directly use the ABAP value help and don't need to wrap it within an extra web service or similar work arounds.

Here are some useful links regarding this topic:

However, I had little trouble using filters.

There is no problem using only one filter - you can go the way descibed in the SAP Help. But when I was supposed to set multiple filter, I was not able to find an example and it is not straight forward as it is not the default OData filter syntax. The solution: you have to provide the filters in the url semicolon separated:

http://<host>:<port>/bpmodata/valuehelp.svc/<AliasName>/HelpValues? filter=<filterAliasName>:<filter value>,operation(EQ|CP|LT|NE|LT|LE|GE|GT);<filterAliasName>:<filter value>,operation(EQ|CP|LT|NE|LT|LE|GE|GT);<filterAliasName>:<filter value>,operation(EQ|CP|LT|NE|LT|LE|GE|GT)

1 Comment
Labels in this area