Quantcast
Viewing all articles
Browse latest Browse all 3285

Using binary field in OData service entity

Hi!

 

I created Odata service. This service use table SNWD_BPA of EPMSAMPLEDATA schema.

 

service namespace "hihanaxs.services" {    "EPMSAMPLEDATA"."SNWD_BPA"        as "BusinessPartners"; }

I can read data with request

https://s3hanaxs.hanatrial.ondemand.com/pusertrial/schema2014/hihanaxs/BusinessPartners.xsodata/BusinessPartners…

 

However, if I can read single entity by they key property,

https://s3hanaxs.hanatrial.ondemand.com/pusertrial/schema2014/hihanaxs/BusinessPartners.xsodata/BusinessPartners%28CLIENT=%27001%27,NODE_KEY=X%27AFBWjB3jHuK49uA+xxc70g==%27%29

then browser receive an error

Syntax error at position 41


 

As I understand it, it is becausethe use ofhexfield.

Anybody know, how to use the hex key fieldsin thehttp request for single entity?


Best regards,

Ivan

 



Viewing all articles
Browse latest Browse all 3285

Trending Articles