SAP ABAP Data Element /SAPSLL/CMPOZ (Minimum Percentage Match for Originating Feature)
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/CMPOZ
Short Description Minimum Percentage Match for Originating Feature  
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 Originating Feature 
Heading 55 Minimum Percentage Match for Originating Feature 
Documentation

Definition

Minimum match between all the search terms from the address and all the search terms from the comparison index in the same original form in percent.

Use

You can control to what extent the entire formatted content of an original form of address should match the entire formatted content of the corresponding original form of the comparison index so that the system recognizes this match as a hit.

This match is determined as follows: The system determines both the complete number of all the search terms in an original form of the comparison index as well as the number of matches. This means the number of search terms that appeared in the hit list of the corresponding original form of the address.

The percentage match is then calculated using the number of matches divided by the complete number of all the search terms for each original form of the comparison index.

Dependencies

Example

1)    Original form:                Name
    Percentage match:            70.00%

    Content address:                    Fernando Jose Costas
    Content comparison index:                Costa, Luis Fernando        (number of search terms: 3)

    Number of matches determined:        2
    Calculated percentage match:    66.67%                ( < 70.00% )

    This means the system would output no hits in this case.

2)    Original form:                Name
    Percentage match:            60.00%

    Content address:                    Ossama Assafeen Laden
    Content comparison index:                Usama Bin Laden            (number of search terms: 3)

    Number of matches determined:        2
    Calculated percentage match:    66.67%                ( >= 60.00% )

    This means the system would output no hits in this case.

3)    Original form:                Street
    Percentage match:            50.00%

    Content address:                    Avenue d'Austerlitz
    Content comparison index:                Austerlitz Road            (number of search terms: 2)

    Calculated number of matches:        1
    Calculated percentage match:    50.00%                ( >= 50.00% )

    This means the system would output one hit in this case.

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