SAP ABAP Interface IF_SIC_FM_OBJ_MATCH_ANALYZER (Semantic Object Match Analyzer)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-EIM-IQM-IC (Application Component) Information Consistency
⤷
S_IC_FINE_MATCH_ENGINE (Package) Information Consolidation Fine-Match Engine

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SIC_OTR_MATCH_ANALYZER | Match analyzer for OTR texts | 20061130 |
Properties
Interface | IF_SIC_FM_OBJ_MATCH_ANALYZER | |
Short Description | Semantic Object Match Analyzer |
General Data
Package | S_IC_FINE_MATCH_ENGINE | Information Consolidation Fine-Match Engine |
Created | 20060327 | SAP |
Last changed | 20110908 | SAP |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Interface IF_SIC_FM_OBJ_MATCH_ANALYZER has no interface.
Friends
Interface IF_SIC_FM_OBJ_MATCH_ANALYZER has no friend.
Attributes
Interface IF_SIC_FM_OBJ_MATCH_ANALYZER has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Check on a semantic level if the two objects match definitly | 20060327 |
2 | ![]() |
Instance method | Public | Method | Check on a semantic level if the two objects do not match | 20060327 |
3 | ![]() |
Instance method | Public | Method | Check on a semantic level if the two objs match potentially | 20060706 |
Events
Interface IF_SIC_FM_OBJ_MATCH_ANALYZER has no event.
Types
Interface IF_SIC_FM_OBJ_MATCH_ANALYZER has no local type.
Method Signatures
Method IS_DEFINITE_MATCH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_SRC_OBJECT | Value transfer | Object reference (TYPE REF TO) | IF_SIC_OBJECT_NODE | Source object | 20060327 | ||
2 | ![]() |
IR_TRG_OBJECT | Value transfer | Object reference (TYPE REF TO) | IF_SIC_OBJECT_NODE | Target object | 20060327 | ||
3 | ![]() |
RV_IS_DEFINITE_MATCH | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE: The objects do match | 20060327 |
Method IS_DEFINITE_MATCH on Interface IF_SIC_FM_OBJ_MATCH_ANALYZER has no exception.
Method IS_NO_MATCH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_SRC_OBJECT | Value transfer | Object reference (TYPE REF TO) | IF_SIC_OBJECT_NODE | Source object | 20060327 | ||
2 | ![]() |
IR_TRG_OBJECT | Value transfer | Object reference (TYPE REF TO) | IF_SIC_OBJECT_NODE | Target object | 20060327 | ||
3 | ![]() |
RV_IS_NO_MATCH | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE: The objects do not match | 20060327 |
Method IS_NO_MATCH on Interface IF_SIC_FM_OBJ_MATCH_ANALYZER has no exception.
Method IS_POTENTIAL_MATCH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_IS_POTENTIAL_MATCH | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE: The objects match potentially | 20060706 | ||
2 | ![]() |
EV_SIMILARITY_SCORE | Value transfer | Type reference (TYPE) | F | Similarity score [0, 1] | 20060706 | ||
3 | ![]() |
IR_SRC_OBJECT | Value transfer | Object reference (TYPE REF TO) | IF_SIC_OBJECT_NODE | Source object | 20060706 | ||
4 | ![]() |
IR_TRG_OBJECT | Value transfer | Object reference (TYPE REF TO) | IF_SIC_OBJECT_NODE | Target object | 20060706 |
Method IS_POTENTIAL_MATCH on Interface IF_SIC_FM_OBJ_MATCH_ANALYZER has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 710 |