SAP ABAP Data Element VGLAT (Comparison Type)
Hierarchy
SAP_HRRXX (Software Component) Sub component SAP_HRRXX of SAP_HR
   PA-PA (Application Component) Personnel Administration
     PBAS (Package) SAP HR Master Data Application Development
Basic Data
Data Element VGLAT
Short Description Comparison Type  
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 CT 
Documentation

Definition

It determines the type of comparison.

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"    great than (Greater Than)
  • "LE"    less or equal to (Less or Equal)
  • "LT"    less (Less Than)
  • "BE"    between (BEtween)
  • "CS"    contains (Contains String)

Notes

  • The relational operator "CS" can only be used together with comparison category "C".
  • The relational operators "GE", "GT", "LE", "LT" and "BE" can only be used together with the comparison category "N".

History
Last changed by/on SAP  19920308 
SAP Release Created in 470