SAP ABAP Class CL_MDG_DUPLICATE_CHECK (Duplicate Check)
Hierarchy
☛
MDG_FND (Software Component) MDG Foundation
⤷
CA-MDG-DQ (Application Component) Data Quality
⤷
MDG_SDQ_DATA_QUALITY (Package) MDG: Data Quality

⤷

⤷

Properties
Class | CL_MDG_DUPLICATE_CHECK | |
Short Description | Duplicate Check | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | MDG_SDQ_DATA_QUALITY | MDG: Data Quality |
Created | 20091103 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_MDG_DUPLICATE_CHECK has no interface implemented.
Friends
Class CL_MDG_DUPLICATE_CHECK has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'CL_USMD_SEARCH_DATA_DB' | 20091104 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Private | Method | Populating Messages | 20091103 |
2 | ![]() |
Static method | Public | Method | Duplicate Check Exists | 20091103 |
Events
Class CL_MDG_DUPLICATE_CHECK has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TT_OUTPUT_DATA_TYPE | Private | See coding | 20091103 | tt_output_data_type TYPE TABLE OF ty_output_data_type
|
||
2 | TY_OUTPUT_DATA_TYPE | Private | See coding | 20091103 | BEGIN OF ty_output_data_type ,
model TYPE usmd_model,
entity TYPE usmd_entity,
edition TYPE usmd_edition,
search_attribute TYPE usmd_ts_value,
search_mode TYPE usmd_search_mode,
data TYPE usmd_t_search_result,
END OF ty_output_data_type
|
Method Signatures
Method ADD_MESSAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_MESSAGE | Call by reference | Type reference (TYPE) | USMD_T_MESSAGE | Messages | 20091103 | ||
2 | ![]() |
IT_DATA | Call by reference | Type reference (TYPE) | USMD_T_SEARCH_RESULT | Search for Entities: Search Results | 20091103 | ||
3 | ![]() |
IV_HIGH_THRESHOLD | Call by reference | Type reference (TYPE) | AD_THRESHD | Percentage: Threshold for duplicate check in BAPI | 20091225 | ||
4 | ![]() |
IV_LOW_THRESHOLD | Call by reference | Type reference (TYPE) | AD_THRESHD | Percentage: Threshold for duplicate check in BAPI | 20091225 |
Method ADD_MESSAGE on class CL_MDG_DUPLICATE_CHECK has no exception.
Method DUPLICATE_CHECK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_DATA | Call by reference | Type reference (TYPE) | USMD_T_SEARCH_RESULT | Search for Entities: Search Results | 20091103 | ||
2 | ![]() |
ET_MESSAGE | Call by reference | Type reference (TYPE) | USMD_T_MESSAGE | Messages | 20091103 | ||
3 | ![]() |
EV_DUPLICATE_EXISTS | Call by reference | Type reference (TYPE) | USMD_FLG | (= 'X' Duplicates exist,= ' ' No Duplicates) | 20091103 | ||
4 | ![]() |
IT_SEARCH_ATTRIBUTE | Call by reference | Type reference (TYPE) | USMD_TS_VALUE | 20091104 | |||
5 | ![]() |
IV_EDITION | Call by reference | Type reference (TYPE) | USMD_EDITION | 20091103 | |||
6 | ![]() |
IV_ENTITY | Call by reference | Type reference (TYPE) | USMD_ENTITY | Entity Type | 20091103 | ||
7 | ![]() |
IV_MODEL | Call by reference | Type reference (TYPE) | USMD_MODEL | Data Model | 20091105 | ||
8 | ![]() |
IV_THRESHOLD | Call by reference | Type reference (TYPE) | AD_THRESHD | Percentage: Threshold for duplicate check in BAPI | 20091105 | ||
9 | ![]() |
IV_UPDATE_MODE | Call by reference | Type reference (TYPE) | USMD_UPDATE_MODE | Type of Search | 20091103 |
Method DUPLICATE_CHECK on class CL_MDG_DUPLICATE_CHECK has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 702 |