Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

ODATA Annotations for Check table

former_member633113
Discoverer
274
  • SAP Managed Tags:

Hi,

Can anyone please tell me is there any ODATA annotation to implement check table? If so, can you tell me the procedure to implement the same.

Thanks in advance,

Revathy.

1 REPLY 1

Joseph_BERTHE
Active Contributor
0 Kudos
163
  • SAP Managed Tags:

Hi,

There is no real annotation to check the whole table, but at the property level, you can add regex validation with this anno : validation-regexp

https://wiki.scn.sap.com/wiki/display/EmTech/SAP+Annotations+for+OData+Version+2.0

At the end, the backend should do this works.

Regards,

Joseph