SAP ABAP Domain BAPIOPTION (Selection operator OPTION (as per range table))
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-MID-API (Application Component) BAPI Tools (for BAPIs see Note 813411)
     SBF_BAPI (Package) Business Framework BAPI, Central Modules, Tools
Basic Data
Domain Name BAPIOPTION
Short Description Selection operator OPTION (as per range table)  
Definition
Data Type CHAR Character String
No. Characters  
Decimal Places    
Output Length  
Conversion Routine   
Sign  
Lower Case  
Value Range
# Lower Limit Upper Limit Short Description
1 EQ     equal to (= Low)
2 NE     not equal to (<> Low)
3 BT     Between lower and upper value (Low <= x <= High)
4 NB     Outside lower and upper value (x < Low und High < x )
5 CP     Contains the pattern
6 NP     Does not contain the pattern
7 LT     less than than (< Low)
8 LE     less than or equal to (<= Low)
9 GT     greater than than (> Low)
10 GE     greater than or equal to (>=Low)
       
History
Last changed by/on SAP  20010130 
SAP Release Created in