SAP Table BAPI1172_PKNUM_RANGE

Range for Kanban Control Cycle Number

BAPI1172_PKNUM_RANGE (Range for Kanban Control Cycle Number) is a standard table in SAP R\3 ERP systems. Below you can find the technical details of the fields that make up this table. Key fields are marked in blue.

Additionally we provide an overview of foreign key relationships, if any, that link BAPI1172_PKNUM_RANGE to other SAP tables.

BAPI1172_PKNUM_RANGE table fields

Field Data element Checktable Datatype Length Decimals
SIGN Inclusion/exclusion criterion SIGN for range tables BAPISIGN CHAR 1 0
I Inclusive of defined values/range
E Exclusive of defined values/range
OPTION Selection operator OPTION for range tables BAPIOPTION CHAR 2 0
EQ equal to (= Low)
NE not equal to (<> Low)
BT Between lower and upper value (Low <= x <= High)
NB Outside lower and upper value (x < Low und High < x )
CP Contains the pattern
NP Does not contain the pattern
LT less than than (< Low)
LE less than or equal to (<= Low)
GT greater than than (> Low)
GE greater than or equal to (>=Low)
CTRLCYC_NO_LOW Control cycle number PKNUM PKHD CHAR 7 0
CTRLCYC_NO_HIGH Control cycle number PKNUM PKHD CHAR 7 0

BAPI1172_PKNUM_RANGE foreign key relationships

Table Field Foreign key table Foreign key field Check table Check field
BAPI1172_PKNUM_RANGE CTRLCYC_NO_HIGH SY MANDT PKHD Control Cycle MANDT
BAPI1172_PKNUM_RANGE CTRLCYC_NO_HIGH BAPI1172_PKNUM_RANGE CTRLCYC_NO_HIGH PKHD Control Cycle PKNUM
BAPI1172_PKNUM_RANGE CTRLCYC_NO_LOW SY MANDT PKHD Control Cycle MANDT
BAPI1172_PKNUM_RANGE CTRLCYC_NO_LOW BAPI1172_PKNUM_RANGE CTRLCYC_NO_LOW PKHD Control Cycle PKNUM