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
However, if I can read single entity by they key property,
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