Application Development and Automation 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: 
Read only

ODATA Annotations for Check table

Former Member
767

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
Read only

Joseph_BERTHE1
Active Contributor
0 Likes
656

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