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

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | BI_OBJECT | Business Instance | 20100715 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | BI_PERSISTENT | Persistent Business Instance | 20100715 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_WORKFLOW | Business Workflow | 20100715 |
Properties
Class | CL_MDG_DQS_DUP_CHK_WF | |
Short Description | Duplicate Check Existence for Workflow | |
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 | 20100715 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_MDG_DQS_DUP_CHK_WF has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | BI_OBJECT | Business Instance | 20100715 | ||
2 | BI_PERSISTENT | Persistent Business Instance | 20100715 | ||
3 | IF_WORKFLOW | Business Workflow | 20100715 |
Friends
Class CL_MDG_DQS_DUP_CHK_WF has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SIBFLPOR | Instance Key of POR Object | 20101009 | ||
2 | ![]() |
Constant | Public | Type reference (TYPE) | C | '1' | Active Record | 20100805 | |
3 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'sap-wd-configId' | Configuration | 20100825 | |
4 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'E' | Exact Duplicates | 20100805 | |
5 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'N' | No Duplicates | 20100805 | |
6 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'P' | Potential Duplicates | 20100805 | |
7 | ![]() |
Constant | Public | Type reference (TYPE) | C | ' ' | Space | 20100805 | |
8 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'I' | Update Mode | 20100805 | |
9 | ![]() |
Instance attribute | Public | Type reference (TYPE) | USMD_CREQUEST | Change Request | 20100729 | ||
10 | ![]() |
Static Attribute | Private | Type reference (TYPE) | T_INSTANCE | 20101009 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | Constructor | 20100729 |
2 | ![]() |
Static method | Public | Method | Execute Duplicate Check | 20100715 |
3 | ![]() |
Static method | Public | Method | Find Proven or Potential Duplicate from Duplicate Check Data | 20100809 |
4 | ![]() |
Static method | Private | Method | Get Change Request Data | 20100715 |
5 | ![]() |
Static method | Public | Method | Launch data take over webdynpro UI | 20100723 |
6 | ![]() |
Static method | Private | Method | Launch Url | 20100726 |
7 | ![]() |
Static method | Public | Method | Switch the object in the CR to the proven duplicate | 20100818 |
Events
# | Event | Type | Visibility | Description | Created on |
---|---|---|---|---|---|
1 | WORKFLOW_COMPLETED | Static Event (1) |
Public (2) |
Workflow completed | 20100723 |
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | S_INSTANCE | Private | See coding | 20101009 | BEGIN OF s_instance,
lpor TYPE sibflpor,
object TYPE REF TO CL_MDG_DQS_DUP_CHK_WF, "CL_MDG_BS_BP_WF_POR,
END OF s_instance
|
||
2 | T_INSTANCE | Private | See coding | 20101009 | t_instance TYPE STANDARD TABLE OF s_instance
|
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_CREQUEST | Call by reference | Type reference (TYPE) | USMD_CREQUEST | Change Request | 20100729 |
Method CONSTRUCTOR on class CL_MDG_DQS_DUP_CHK_WF has no exception.
Method EXECUTE_DUPCHK 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 | 20100805 | ||
2 | ![]() |
E_DUP_CHK_RESULT | Value transfer | Type reference (TYPE) | MDG_DQS_DUP_CHK_RESULT | Duplicate Check Result | 20100715 | ||
3 | ![]() |
E_PROVEN_DUPLICATE | Call by reference | Type reference (TYPE) | MDG_DQS_DUP_CHK_PROVEN | Proven Duplicate | 20100715 | ||
4 | ![]() |
I_CREQUEST | Value transfer | Type reference (TYPE) | USMD_CREQUEST | Change Request | 20100715 |
Method EXECUTE_DUPCHK on class CL_MDG_DQS_DUP_CHK_WF has no exception.
Method FIND_OUT_PROVEN_DUPLICATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_DUP_CHK_RESULT | Call by reference | Type reference (TYPE) | MDG_DQS_DUP_CHK_RESULT | Duplicate Check Result | 20100809 | ||
2 | ![]() |
E_PROVEN_DUPLICATE | Call by reference | Type reference (TYPE) | MDG_DQS_DUP_CHK_PROVEN | Proven Duplicate | 20100809 | ||
3 | ![]() |
IO_MODEL_EXT | Call by reference | Object reference (TYPE REF TO) | IF_USMD_MODEL_EXT | MDG Data Model for Access from Non-SAP Standard Code | 20100809 | ||
4 | ![]() |
IT_DUP_DATA | Call by reference | Type reference (TYPE) | USMD_T_SEARCH_RESULT | Duplicate Check Results | 20100809 | ||
5 | ![]() |
IV_MAIN_ENTITY | Call by reference | Type reference (TYPE) | USMD_ENTITY | Entity Type | 20100809 |
Method FIND_OUT_PROVEN_DUPLICATE on class CL_MDG_DQS_DUP_CHK_WF has no exception.
Method GET_CREQUEST_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EO_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_USMD_MODEL | MDM Data Model for Access from SAP Standard | 20100826 | ||
2 | ![]() |
ET_CR_DATA | Call by reference | Type reference (TYPE) | USMD_TS_ENTITY_DATA_ALL | Data for Entity Types | 20100715 | ||
3 | ![]() |
EV_CR_ERROR | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20100715 | ||
4 | ![]() |
IV_CHANGE_REQUEST | Call by reference | Type reference (TYPE) | USMD_CREQUEST | Change Request | 20100715 |
Method GET_CREQUEST_DATA on class CL_MDG_DQS_DUP_CHK_WF has no exception.
Method LAUNCH_APPLICATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_CREQUEST | Call by reference | Type reference (TYPE) | USMD_CREQUEST | Change Request | 20101014 | ||
2 | ![]() |
I_WI_ID | Call by reference | Type reference (TYPE) | SWW_WIID | Work item ID | 20101014 |
Method LAUNCH_APPLICATION on class CL_MDG_DQS_DUP_CHK_WF has no exception.
Method LAUNCH_WD_URL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_URL | Call by reference | Type reference (TYPE) | CHAR1024 | Character 1024 | 20100726 |
Method LAUNCH_WD_URL on class CL_MDG_DQS_DUP_CHK_WF has no exception.
Method SWITCH_TO_PROVEN_DUPLICATE 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 | 20100818 | ||
2 | ![]() |
IS_KEY_NEW | Value transfer | Type reference (TYPE) | USMD_VALUE | Entity key (with all key components) | 20100818 | ||
3 | ![]() |
I_CREQUEST | Value transfer | Type reference (TYPE) | USMD_CREQUEST | Change Request | 20100818 | ||
4 | ![]() |
I_ENTITY | Value transfer | Type reference (TYPE) | USMD_ENTITY | Entity Type | 20100818 |
Method SWITCH_TO_PROVEN_DUPLICATE on class CL_MDG_DQS_DUP_CHK_WF has no exception.
Event Signatures
Event WORKFLOW_COMPLETED Signature
Event WORKFLOW_COMPLETED on class CL_MDG_DQS_DUP_CHK_WF has no parameter.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 703 |