you can padd your serial number with zeros using a "Format value" node (found in the string/string top number conversion subpalette). Use "%09d" as format string.
You can filter numbers greater than 999999999, with a simple comparison node.
If you want/need to use a single text field, then you will need to use a local variable.
See the attached example vi.
Chilly Charly (aka CC)