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

Number Pattern Check

0 Likes
700

Hi,

Is there any available FM or program to check a number pattern where it is at least three-digit running numbers (123, 6789), the system will flag it as such?

We will be using this to check for fraudulent submissions, and send data for verification.

1 REPLY 1
Read only

matt
Active Contributor
0 Likes
517

Simple enough to write your own FM for this.

You should also check out Benford Analysis if you're wanting to spot frauds involving made up numbers.