SAP ABAP Data Element OFFLG (Offset/length for comparison)
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 OFFLG
Short Description Offset/length for comparison  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type CHAR5    
Data Type CHAR   Character String 
Length 5    
Decimal Places 0    
Output Length 5    
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 OffLg 
Documentation

Definition

You can use the offset and length to define which part of the specified 'key word' field should be used in the comparison.

Syntax:

oooll

Permissible values are:

  • ooo:    000 to field length - 1 of the key word (= offset)
  • ll:    00 to field length of the key word (= length)

Note

  • The key word may not be a constant.
  • The key word must belong to category 'C' (character) or 'D' (date).
  • The comparison category must be 'C'.
  • The sum of the offset and length may not exceed the key word field length, Otherwise, a runtime error occurs.

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