Skip to Content
0
Former Member
Nov 08, 2012 at 03:37 PM

Table maintenance generator data validation

357 Views

Hi ...

I have a requirement to check when user enters data through table maintenance they confirm to a particular pattern.

say one field should be

  • 0NNNNNNNNNN--11 digits including leading zero
  • AANNNNNNNN--2 ALPHA characters followed by 8 digits
  • NNNNNNNNA/NN or NNNNNNNN/NN

whats the best way to implement this validation?

Thanks in advance