SAP table KUN_RANGE (Range for customer number (KUNNR))

Field Description Data Type Length Decimals Checktable Data Element
SIGN Selection operator SIGN (as per range table) CHAR 1 0 SIGN_RANGE
E Exclusive of defined values/range
I Inclusive of defined values/range
OPTION Selection operator OPTION (as per range table) CHAR 2 0 OPT_RANGE
BT Between lower and upper value (Low <= x <= High)
CP Contains the pattern
EQ equal to (= Low)
GE Greater than or equal to (>= low)
GT Greater than (> low)
LE Less than or equal to (<= low)
LT Less than (< low)
NB Outside lower and upper value (x < Low und High < x )
NE not equal to (<> Low)
NP Does not contain the pattern
KUNNR_LOW Customer Number CHAR 10 0 * KUNNR
KUNNR_HIGH Customer Number CHAR 10 0 * KUNNR