‎2019 Nov 14 6:59 AM
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.
‎2020 Jan 17 8:35 PM
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