SAP ABAP Data Element /SAPSLL/CMPRZ (Minimum Match Percentage per Search Term)
Hierarchy
SLL-LEG (Software Component) SLL-LEG 901: Add-On Installation
   SLL-LEG (Application Component) Global Trade Services
     /SAPSLL/CORE_LEGAL (Package) Legal Services: Core Functions
Basic Data
Data Element /SAPSLL/CMPRZ
Short Description Minimum Match Percentage per Search Term  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type /SAPSLL/PRZ32    
Data Type DEC   Counter or amount field with comma and sign 
Length 5    
Decimal Places 2    
Output Length 6    
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 Match 
Medium 15 Match 
Long 20 Search Term 
Heading 55 Minimum Match Percentage per Search Term 
Documentation

Definition

Minimum match between the original term from the address and the original search term from the comparison index in percent.

Use

You can control to what extent the original term from the address and the original search term from the comparison index have to match each other as a minimum so that the system recognizes the match as a hit.

This match is determined by the 'pattern recognition' procedure in which the system checks to what extent the same letters occur in the original term and in the original search term - regardless of the sequence in which they appear and regardless of the positioning of the letters in the two terms concerned.

Starting from the left, the system determines for each letter in the original term from the address whether the same letter occurs in the original search term of the comparison index.

The percentage match is then calculated using the calculation of the number of matches determined divided by the number of letters in the original term from the address.

Dependencies

Example

1)    Percentage match:            70.00%

    Original term from address:            'Meier'            (number of letters:        5)
    Original search term from comparison index:        'Mayr'            (number of matches:    2)
    Calculated percentage match:    40.00%        ( < 70.00%)       

    This means the system ouputs no hits in this case.

2)    Percentage match:            70.00%

    Original term from address:            'Hussaihn'         (number of letters:        8)
    Original search term from comparison index:        'Husein'         (number of matches:    6)
    Calculated percentage match:    75.00%        ( >= 70.00%)       

    This means the system ouputs one hit in this case.

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