SAP ABAP Data Element VGOPT (Relational Operator)
Hierarchy
SAP_HRRXX (Software Component) Sub component SAP_HRRXX of SAP_HR
   PY-XX (Application Component) Payroll: General Parts
     PCAL (Package) SAP HR Payroll Application Development
Basic Data
Data Element VGOPT
Short Description Relational Operator  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type CHAR2    
Data Type CHAR   Character String 
Length 2    
Decimal Places 0    
Output Length 2    
Value Table      
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID   
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short  
Medium  
Long  
Heading CO 
Documentation

Definition

Syntax:

op

The following values are allowed:

op: "EQ", "NE", "GE", "GT", "LE", "LT", "BE" or "CS"

Meaning of the values:

  • "EQ"    equal to (Equal)
  • "NE"    not equal to (Not Equal)
  • "GE"    greater than or equal to (Greater or Equal)
  • "GT"    greater than (Greater Than)
  • "LE"    less than or equal to (Less or Equal)
  • "LT"    less than (Less Than)
  • "BE"    between (Between)
  • "CS"    contains (Contains String)

Notes

  • You can use the following operators with comparison type C:
    CS
    EQ
    NE
  • You can use the following operators with comparison type N:
    GE
    GT
    LE
    LT
    BE
    EQ
    NE

History
Last changed by/on SAP  19950418 
SAP Release Created in