SAP ABAP Data Element IGN_SEARCH_CONCATENATION (Logical Linking of Search Hit Lists)
Hierarchy
INSURANCE (Software Component) SAP Insurance
   FS-CM (Application Component) Claims Management
     IGN_SEARCH_API (Package) Search API
Basic Data
Data Element IGN_SEARCH_CONCATENATION
Short Description Logical Linking of Search Hit Lists  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type IGN_SEARCH_CONCATENATION    
Data Type CHAR   Character String 
Length 20    
Decimal Places 0    
Output Length 20    
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 10 Logic.Link 
Medium 15 Link 
Long 20 Logical Link 
Heading 20 Logical Link 
Documentation

Definition

Logical linking of the hit list from searches in a search sequence.

Use

The search framework enables you to define search sequences and to specify logical links for the hit lists. The hit list of the last search (new hit list) is linked with the previous total hit list (old hit list).

The old and the new hit lists can each be of a different table type. You therefore need to specify comparison fields for the search sequence, whose field contents are checked when the links are made. These comparison fields must be in all hit lists of a search sequence.

Example

  • Replacement (new hit list replaces the old one)
  • Logical AND link (intersection of new and old hit list)
  • Logical OR link (union of new and old hit list)
  • Old difference quantity (in old hit list but not in the new one)
  • New difference quantity (in new hit list but not in the old one)

History
Last changed by/on SAP  20050224 
SAP Release Created in 472