SAP ABAP Data Element /MRSS/T_SQE_MATCH_TOTAL_INT (Total result of qualification matching)
Hierarchy
MRSS_NW (Software Component) SAP Multiresource Scheduling for SAP Net
   PM-WOC-MO (Application Component) Maintenance Orders
     /MRSS/SQE (Package) MRS qualifications: engine
Basic Data
Data Element /MRSS/T_SQE_MATCH_TOTAL_INT
Short Description Total result of qualification matching  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type /MRSS/T_SQE_MATCH_VALUE_INT    
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 totl 
Medium 15 Matching total 
Long 20 Total match. result 
Heading 15 Matching total 
Documentation

Definition

Displays the degree to which the resource or demand complies with the criteria from the requirements profile. The higher the value displayed, the more suitable the resource or demand compared to other resources or demands with a lower total result.

Use

Dependencies

The system calculates the value for the total result of the qualification matching by weighting the partial results (such as matching structured and unstructured qualifications, or availability) according to the factors defined in Customizing for Multi Resource Scheduling at Qualifications -> Functions -> Define Weighting Factors for Matching Criteria . The system uses the following formula to calculate the overall result from the partial results:

( EF1 + ( 1 - EF1 ) * PR1 ) * .... * ( EFn + ( 1 - EFn ) * PRn )

n = Partial results

PR = Partial results (criterion)

EF = Evaluation factor of partial results from Customizing

Example

Partial result for structured qualifications:

Result of matching: 0.5 = 50%

Evaluation factor: 0.2

Partial result for unstructured qualifications:

Result of matching: 0.7 = 70%

Evaluation factor: 0.8

Total result:

(0.2 + (1 - 0.2) * 0.5) * (0.8 + (1 - 0.8) * 0.7 ) =

0.6 * 0.94 = 0.564 (rounded to 56%)

History
Last changed by/on SAP  20141109 
SAP Release Created in 195