SAP Table BAPI_COPA_SELECTION

BAPIs COPA: Type for Selection

BAPI_COPA_SELECTION (BAPIs COPA: Type for Selection) 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 BAPI_COPA_SELECTION to other SAP tables.

BAPI_COPA_SELECTION table fields

Field Data element Checktable Datatype Length Decimals
FIELDNAME CO-PA: Field name RKE_FIELD CHAR 30 0
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)
LOW Lower Limit of Characteristic Value RKE_LOW_L CHAR 50 0
HIGH Upper limit of characteristic value (in interval only) RKE_HIGH_L CHAR 50 0