SAP ABAP Class CL_ASSISTANT_DUPLICATE_CHECK (Assistance Class for MDG_SQD_DUPLICATE_CHECK)
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 | Inheritance (c INHERITING FROM c_ref) | CL_WD_COMPONENT_ASSISTANCE | Basis for a Web Dynpro assistance class | 20091015 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_OVP_CONF_EXIT | Application specific configuration controller for OVP | 20100727 |
Properties
Class | CL_ASSISTANT_DUPLICATE_CHECK | |
Short Description | Assistance Class for MDG_SQD_DUPLICATE_CHECK | |
Super Class | CL_WD_COMPONENT_ASSISTANCE | Basis for a Web Dynpro assistance 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 | 20091015 | SAP |
Last change | 20131127 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_ASSISTANT_DUPLICATE_CHECK has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_FPM_OVP_CONF_EXIT | Application specific configuration controller for OVP | 20100727 |
Friends
Class CL_ASSISTANT_DUPLICATE_CHECK has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Public | Type reference (TYPE) | USMD_FIELDNAME | 'USMD_CREQUEST' | Change Request | 20101029 | |
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | USMD_FIELDNAME | 'USMD_ACTIVE' | Financial MDM: Field Name | 20091021 | |
3 | ![]() |
Instance attribute | Public | Type reference (TYPE) | USMD_FIELDNAME | 'USMD_CREQUEST_VISIBLE' | Change Request | 20101110 | |
4 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Runtime Type Services | 20091113 | ||
5 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Runtime Type Services | 20091021 | ||
6 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Runtime Type Services | 20091021 | ||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | USMD_TS_VALUE | 20091021 | |||
8 | ![]() |
Instance attribute | Private | Type reference (TYPE) | USMD_T_FIELDNAME | Financial MDM: Field Name | 20091021 | ||
9 | ![]() |
Instance attribute | Private | Type reference (TYPE) | USMD_TS_SEL | 20091021 | |||
10 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | IF_USMD_CHECK_INTERRUPTION | 20100907 | |||
11 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | IF_USMD_MODEL_EXT | MDM Data Model for Access from Non-SAP-Standard Code | 20091015 | ||
12 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | DATA | 20091214 | |||
13 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | DATA | 20091123 | |||
14 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | DATA | 20110210 | |||
15 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | DATA | 20091111 | |||
16 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | DATA | 20091117 | |||
17 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | DATA | 20091113 | |||
18 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | DATA | 20091015 | |||
19 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | DATA | 20091111 | |||
20 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | DATA | 20091106 | |||
21 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | DATA | 20091117 | |||
22 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | DATA | 20091015 | |||
23 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | DATA | 20091111 | |||
24 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | DATA | 20091113 | |||
25 | ![]() |
Instance attribute | Public | Type reference (TYPE) | USMD_T_SEARCH_RESULT | Search for Entities: Search Results | 20091015 | ||
26 | ![]() |
Instance attribute | Public | Type reference (TYPE) | USMD_T_MESSAGE | Messages | 20110719 | ||
27 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TT_TEXT_FIELD_BUFFER | 20110303 | |||
28 | ![]() |
Instance attribute | Public | Type reference (TYPE) | USMD_FLG | Financial MDM: General Indicator | 20091026 | ||
29 | ![]() |
Instance attribute | Public | Type reference (TYPE) | USMD_FLG | Financial MDM: General Indicator | 20091216 | ||
30 | ![]() |
Instance attribute | Public | Type reference (TYPE) | I | 20120504 | |||
31 | ![]() |
Instance attribute | Public | Type reference (TYPE) | WDUI_VISIBILITY | '02' | Web Dynpro: Visibility | 20100521 | |
32 | ![]() |
Instance attribute | Private | Type reference (TYPE) | USMD_SEARCH_MODE | Type of Search | 20100805 |
Methods
Events
Class CL_ASSISTANT_DUPLICATE_CHECK has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TT_FIELD_AND_TEXTFIELD | Public | See coding | 20101217 | tt_field_and_textfield TYPE TABLE OF ty_field_and_textfield
|
||
2 | TT_TEXT_FIELD_BUFFER | Public | See coding | 20110303 | tt_text_field_buffer TYPE TABLE OF ty_text_field_buffer
|
||
3 | TY_FIELD_AND_TEXTFIELD | Public | See coding | 20101217 | BEGIN OF ty_field_and_textfield ,
fieldname TYPE usmd_fieldname,
base_fld TYPE usmd_fieldname,
has_texttable TYPE usmd_flg,
END OF ty_field_and_textfield
|
||
4 | TY_TEXT_FIELD_BUFFER | Public | See coding | 20110303 | BEGIN OF ty_text_field_buffer ,
fieldname TYPE usmd_fieldname,
attributes TYPE usmd_ts_sel,
txtsh TYPE usmd_txtsh,
END OF ty_text_field_buffer
|
Method Signatures
Method ADD_SCORE_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 | 20110610 | ||
2 | ![]() |
IO_DATA_MODEL_EXT | Call by reference | Object reference (TYPE REF TO) | IF_USMD_MODEL_EXT | MDG Data Model for Access from Non-SAP Standard Code | 20130527 | ||
3 | ![]() |
IT_DATA | Call by reference | Type reference (TYPE) | USMD_T_SEARCH_RESULT | Search for Entities: Search Results | 20110610 | ||
4 | ![]() |
IT_DATA_DRIVER_RECORD | Call by reference | Type reference (TYPE) | USMD_T_SEARCH_RESULT | Search for Entities: Search Results | 20110610 | ||
5 | ![]() |
IT_SEARCH_KEY | Call by reference | Type reference (TYPE) | USMD_TS_VALUE | Field Name and Value | 20130525 | ||
6 | ![]() |
IV_HIGH_THRESHOLD | Call by reference | Type reference (TYPE) | AD_THRESHD | Percentage: Threshold for duplicate check in BAPI | 20110610 | ||
7 | ![]() |
IV_LOW_THRESHOLD | Call by reference | Type reference (TYPE) | AD_THRESHD | Percentage: Threshold for duplicate check in BAPI | 20110610 | ||
8 | ![]() |
I_FIELDNAME | Call by reference | Type reference (TYPE) | USMD_FIELDNAME | Field of an Entity Type | 20110610 |
Method ADD_SCORE_MESSAGE on class CL_ASSISTANT_DUPLICATE_CHECK has no exception.
Method BUILD_STRUCTURES_TYPES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_EDITION | Call by reference | Type reference (TYPE) | USMD_EDITION | 20091021 | |||
2 | ![]() |
IV_ENTITY | Call by reference | Type reference (TYPE) | USMD_ENTITY | Entity Type | 20091021 | ||
3 | ![]() |
IV_MODEL | Call by reference | Type reference (TYPE) | USMD_MODEL | Data Model | 20091021 |
Method BUILD_STRUCTURES_TYPES on class CL_ASSISTANT_DUPLICATE_CHECK has no exception.
Method CHECK_AUTHORIZATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_AUTHORIZED | Call by reference | Type reference (TYPE) | ANY TABLE | 20110614 | |||
2 | ![]() |
ET_MESSAGE | Call by reference | Type reference (TYPE) | USMD_T_MESSAGE | Messages | 20110614 | ||
3 | ![]() |
IO_DATA_MODEL_EXT | Call by reference | Object reference (TYPE REF TO) | IF_USMD_MODEL_EXT | MDG Data Model for Access from Non-SAP Standard Code | 20110614 | ||
4 | ![]() |
IT_DATA | Call by reference | Type reference (TYPE) | ANY TABLE | 20110615 | |||
5 | ![]() |
I_ACTVT | Call by reference | Type reference (TYPE) | AUTHB-ACTVT | Activity | 20110614 | ||
6 | ![]() |
I_FIELDNAME | Call by reference | Type reference (TYPE) | USMD_FIELDNAME | Field of an Entity Type | 20110614 |
Method CHECK_AUTHORIZATION on class CL_ASSISTANT_DUPLICATE_CHECK has no exception.
Method CREATE_BP_OUTPUT_STRUCTURE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_DATA_MODEL_EXT | Call by reference | Object reference (TYPE REF TO) | IF_USMD_MODEL_EXT | MDM Data Model for Access from Non-SAP-Standard Code | 20091111 | ||
2 | ![]() |
IT_DATA | Call by reference | Type reference (TYPE) | USMD_T_SEARCH_RESULT | Search for Entities: Search Results | 20091111 | ||
3 | ![]() |
IT_DATA_DRIVER_RECORD | Call by reference | Type reference (TYPE) | USMD_T_SEARCH_RESULT | Driver Record - Detail | 20091214 | ||
4 | ![]() |
IT_SEARCH_ATTRIBUTE | Call by reference | Type reference (TYPE) | USMD_TS_VALUE | Driver Record - Key | 20091111 | ||
5 | ![]() |
IV_ENTITY | Call by reference | Type reference (TYPE) | USMD_ENTITY | Entity Type | 20091111 |
Method CREATE_BP_OUTPUT_STRUCTURE on class CL_ASSISTANT_DUPLICATE_CHECK has no exception.
Method CREATE_MM_OUTPUT_STRUCTURE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_DATA_MODEL_EXT | Call by reference | Object reference (TYPE REF TO) | IF_USMD_MODEL_EXT | MDM Data Model for Access from Non-SAP-Standard Code | 20091119 | ||
2 | ![]() |
IO_ND_SEARCH_ATTRIBUTE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20091123 | ||
3 | ![]() |
IO_ND_SEARCH_NODE_INFO | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE_INFO | Web Dynpro: Interface for the metadata of a node | 20091123 | ||
4 | ![]() |
IO_ND_TABLE_NAME | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20091123 | ||
5 | ![]() |
IO_ND_TABLE_NODE_INFO | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE_INFO | Web Dynpro: Interface for the metadata of a node | 20091123 | ||
6 | ![]() |
IT_DATA | Call by reference | Type reference (TYPE) | USMD_T_SEARCH_RESULT | Search for Entities: Search Results | 20091119 | ||
7 | ![]() |
IT_DATA_DRIVER_RECORD | Call by reference | Type reference (TYPE) | USMD_T_SEARCH_RESULT | Driver Record - Detail. | 20091214 | ||
8 | ![]() |
IT_SEARCH_ATTRIBUTE | Call by reference | Type reference (TYPE) | USMD_TS_VALUE | Driver Record - Key | 20091119 | ||
9 | ![]() |
IV_ENTITY | Call by reference | Type reference (TYPE) | USMD_ENTITY | Entity Type | 20091119 |
Method CREATE_MM_OUTPUT_STRUCTURE on class CL_ASSISTANT_DUPLICATE_CHECK has no exception.
Method CREATE_REFERENCE_TYPES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_EDITION | Call by reference | Type reference (TYPE) | USMD_EDITION | 20091021 | |||
2 | ![]() |
IV_ENTITY | Call by reference | Type reference (TYPE) | USMD_ENTITY | Entity Type | 20091015 | ||
3 | ![]() |
IV_MODEL | Call by reference | Type reference (TYPE) | USMD_MODEL | Data Model | 20091015 |
Method CREATE_REFERENCE_TYPES on class CL_ASSISTANT_DUPLICATE_CHECK has no exception.
Method CREATE_SP_OUTPUT_LIST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_OUTPUT_STRUCTURE | Call by reference | Type reference (TYPE) | USMD_TS_FIELD | Fld Names | 20091109 | ||
2 | ![]() |
IO_DATA_MODEL_EXT | Call by reference | Object reference (TYPE REF TO) | IF_USMD_MODEL_EXT | MDM Data Model for Access from Non-SAP-Standard Code | 20091110 | ||
3 | ![]() |
IO_ND_SEARCH_ATTRIBUTE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20091123 | ||
4 | ![]() |
IO_ND_SEARCH_NODE_INFO | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE_INFO | Web Dynpro: Interface for the metadata of a node | 20091123 | ||
5 | ![]() |
IO_ND_TABLE_NAME | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20091123 | ||
6 | ![]() |
IO_ND_TABLE_NODE_INFO | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE_INFO | Web Dynpro: Interface for the metadata of a node | 20091123 | ||
7 | ![]() |
IV_ENTITY | Call by reference | Type reference (TYPE) | USMD_ENTITY | Entity Type | 20091109 |
Method CREATE_SP_OUTPUT_LIST on class CL_ASSISTANT_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 | 20091015 | ||
2 | ![]() |
ET_DATA_DRIVER_RECORD | Call by reference | Type reference (TYPE) | USMD_T_SEARCH_RESULT | Driver Record | 20091214 | ||
3 | ![]() |
ET_MESSAGE | Call by reference | Type reference (TYPE) | USMD_T_MESSAGE | Messages | 20091103 | ||
4 | ![]() |
EV_DUPLICATE_EXISTS | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Supplement for True Boolean Type: 'X' == True '' == False | 20091022 | ||
5 | ![]() |
IO_DATA_MODEL_EXT | Call by reference | Object reference (TYPE REF TO) | IF_USMD_MODEL_EXT | Data Model | 20091105 | ||
6 | ![]() |
IT_SEARCH_ATTRIBUTE | Call by reference | Type reference (TYPE) | USMD_TS_VALUE | 20091015 | |||
7 | ![]() |
IV_EDITION | Call by reference | Type reference (TYPE) | USMD_EDITION | 20091021 | |||
8 | ![]() |
IV_ENTITY | Call by reference | Type reference (TYPE) | USMD_ENTITY | Entity Type | 20091015 | ||
9 | ![]() |
IV_THRESHOLD | Call by reference | Type reference (TYPE) | USMD_THRESHOLD | Percentage: Threshold for duplicate check in BAPI | 20091026 | ||
10 | ![]() |
IV_UPDATE_MODE | Call by reference | Type reference (TYPE) | USMD_UPDATE_MODE | Call Mode | 20091026 |
Method DUPLICATE_CHECK on class CL_ASSISTANT_DUPLICATE_CHECK has no exception.
Method FIND_COUNTRY_TEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_LANDX | Call by reference | Type reference (TYPE) | LANDX | Country Name | 20091221 | ||
2 | ![]() |
EV_LANDX50 | Call by reference | Type reference (TYPE) | LANDX50 | Country Name (Max. 50 Characters) | 20091221 | ||
3 | ![]() |
IV_LAND1 | Call by reference | Type reference (TYPE) | LAND1 | Country Key | 20091221 | ||
4 | ![]() |
IV_SPRAS | Call by reference | Type reference (TYPE) | SPRAS | SY-LANGU | Language Key | 20091221 |
Method FIND_COUNTRY_TEXT on class CL_ASSISTANT_DUPLICATE_CHECK has no exception.
Method FIND_LANGUAGE_TEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_SPTXT | Call by reference | Type reference (TYPE) | SPTXT | Name of Language | 20091222 | ||
2 | ![]() |
IV_SPRAS | Call by reference | Type reference (TYPE) | SPRAS | SY-LANGU | Language Key | 20091222 | |
3 | ![]() |
IV_SPRSL | Call by reference | Type reference (TYPE) | SPRAS | Language Key | 20091222 |
Method FIND_LANGUAGE_TEXT on class CL_ASSISTANT_DUPLICATE_CHECK has no exception.
Method FIND_REGION_TEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_BEZEI | Call by reference | Type reference (TYPE) | BEZEI20 | Description | 20091221 | ||
2 | ![]() |
IV_BLAND | Call by reference | Type reference (TYPE) | REGIO | Region (State, Province, County) | 20091221 | ||
3 | ![]() |
IV_LAND1 | Call by reference | Type reference (TYPE) | LAND1 | Country Key | 20091221 | ||
4 | ![]() |
IV_SPRAS | Call by reference | Type reference (TYPE) | SPRAS | SY-LANGU | Language Key | 20091221 |
Method FIND_REGION_TEXT on class CL_ASSISTANT_DUPLICATE_CHECK has no exception.
Method OUTPUT_POPUP_ON_MATCH_PROF_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_DATA_MODEL_EXT | Call by reference | Object reference (TYPE REF TO) | IF_USMD_MODEL_EXT | MDG Data Model for Access from Non-SAP Standard Code | 20110419 | ||
2 | ![]() |
IO_ND_SEARCH_ATTRIBUTE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20110419 | ||
3 | ![]() |
IO_ND_SEARCH_NODE_INFO | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE_INFO | Web Dynpro: Interface for the metadata of a node | 20110419 | ||
4 | ![]() |
IO_ND_TABLE_NAME | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20110419 | ||
5 | ![]() |
IO_ND_TABLE_NODE_INFO | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE_INFO | Web Dynpro: Interface for the metadata of a node | 20110419 | ||
6 | ![]() |
IT_DATA | Call by reference | Type reference (TYPE) | USMD_T_SEARCH_RESULT | Search for Entities: Search Results | 20110419 | ||
7 | ![]() |
IT_DATA_DRIVER_RECORD | Call by reference | Type reference (TYPE) | USMD_T_SEARCH_RESULT | Driver Record - Detailed | 20110419 | ||
8 | ![]() |
IT_SEARCH_ATTRIBUTE | Call by reference | Type reference (TYPE) | USMD_TS_VALUE | Driver Record - key | 20110419 | ||
9 | ![]() |
IV_ENTITY | Call by reference | Type reference (TYPE) | USMD_ENTITY | Entity Type | 20110419 |
Method OUTPUT_POPUP_ON_MATCH_PROF_ID on class CL_ASSISTANT_DUPLICATE_CHECK has no exception.
Method POPULATE_OUTPUT_POPUP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_DATA_MODEL_EXT | Call by reference | Object reference (TYPE REF TO) | IF_USMD_MODEL_EXT | MDG Data Model for Access from Non-SAP Standard Code | 20110419 | ||
2 | ![]() |
IO_ND_SEARCH_ATTRIBUTE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20110419 | ||
3 | ![]() |
IO_ND_SEARCH_NODE_INFO | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE_INFO | Web Dynpro: Interface for the metadata of a node | 20110419 | ||
4 | ![]() |
IO_ND_TABLE_NAME | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20110419 | ||
5 | ![]() |
IO_ND_TABLE_NODE_INFO | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE_INFO | Web Dynpro: Interface for the metadata of a node | 20110419 | ||
6 | ![]() |
IT_DATA | Call by reference | Type reference (TYPE) | USMD_T_SEARCH_RESULT | 20110419 | |||
7 | ![]() |
IT_DATA_DRIVER_RECORD | Call by reference | Type reference (TYPE) | USMD_T_SEARCH_RESULT | Driver Record - Detailed | 20110419 | ||
8 | ![]() |
IT_SEARCH_ATTRIBUTE | Call by reference | Type reference (TYPE) | USMD_TS_VALUE | Driver Record - key | 20110419 | ||
9 | ![]() |
IV_ENTITY | Call by reference | Type reference (TYPE) | USMD_ENTITY | Entity Type | 20110419 |
Method POPULATE_OUTPUT_POPUP on class CL_ASSISTANT_DUPLICATE_CHECK has no exception.
Method RETRIEVE_ALL_DUPLICATE_RECORDS 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 | 20110908 | ||
2 | ![]() |
ET_DATA_DRIVER_RECORD | Call by reference | Type reference (TYPE) | USMD_T_SEARCH_RESULT | Search for Entities: Search Results | 20110908 | ||
3 | ![]() |
ET_MESSAGE | Call by reference | Type reference (TYPE) | USMD_T_MESSAGE | Messages | 20110908 | ||
4 | ![]() |
EV_DUPLICATE_EXISTS | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Replacement for Real Boolean Type: 'X' == True '' == False | 20110908 | ||
5 | ![]() |
IO_DATA_MODEL_EXT | Call by reference | Object reference (TYPE REF TO) | IF_USMD_MODEL_EXT | MDG Data Model for Access from Non-SAP Standard Code | 20110907 | ||
6 | ![]() |
IT_SEARCH_ATTRIBUTE | Call by reference | Type reference (TYPE) | USMD_TS_VALUE | Field Name and Value | 20110907 | ||
7 | ![]() |
IV_EDITION | Call by reference | Type reference (TYPE) | USMD_EDITION | Edition | 20110908 | ||
8 | ![]() |
IV_ENTITY | Call by reference | Type reference (TYPE) | USMD_ENTITY | Entity Type | 20110907 | ||
9 | ![]() |
IV_MAX_NUM_RECORDS | Call by reference | Type reference (TYPE) | INT4 | MDGAF: General Indicator | 20110912 | ||
10 | ![]() |
IV_THRESHOLD | Call by reference | Type reference (TYPE) | USMD_THRESHOLD | Percentage Rate: Threshold for Duplicate Check | 20110908 | ||
11 | ![]() |
IV_UPDATE_MODE | Call by reference | Type reference (TYPE) | USMD_UPDATE_MODE | Call Mode | 20110907 |
Method RETRIEVE_ALL_DUPLICATE_RECORDS on class CL_ASSISTANT_DUPLICATE_CHECK has no exception.
Method RETRIEVE_CREQUEST_BY_ENTITY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_CREQUEST_ID | Call by reference | Type reference (TYPE) | USMD_CREQUEST | Change Request | 20101102 | ||
2 | ![]() |
IO_DATA_MODEL_EXT | Call by reference | Object reference (TYPE REF TO) | IF_USMD_MODEL_EXT | MDG Data Model for Access from Non-SAP Standard Code | 20101102 | ||
3 | ![]() |
IT_SEL | Call by reference | Type reference (TYPE) | USMD_TS_SEL | Sorted Table: Selection Condition (Range per Field) | 20101103 | ||
4 | ![]() |
I_FIELDNAME | Call by reference | Type reference (TYPE) | USMD_FIELDNAME | Financial MDM: Field Name | 20101102 |
Method RETRIEVE_CREQUEST_BY_ENTITY on class CL_ASSISTANT_DUPLICATE_CHECK has no exception.
Method RETRIEVE_CR_BY_ENTITY_LIST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_OBJLIST | Call by reference | Type reference (TYPE) | USMD_T_CREQUEST_ENTITY | ChangeRequest Entity TableType | 20110201 | ||
2 | ![]() |
IO_DATA_MODEL_EXT | Call by reference | Object reference (TYPE REF TO) | IF_USMD_MODEL_EXT | MDG Data Model for Access from Non-SAP Standard Code | 20110201 | ||
3 | ![]() |
IT_SEL | Call by reference | Type reference (TYPE) | USMD_TS_SEL | Sorted Table: Selection Condition (Range per Field) | 20110201 | ||
4 | ![]() |
I_FIELDNAME | Call by reference | Type reference (TYPE) | USMD_FIELDNAME | Financial MDM: Field Name | 20110201 |
Method RETRIEVE_CR_BY_ENTITY_LIST on class CL_ASSISTANT_DUPLICATE_CHECK has no exception.
Method RETRIVE_TEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_TXTSH | Call by reference | Type reference (TYPE) | USMD_TXTSH | Description (short text) | 20101217 | ||
2 | ![]() |
IO_DATA_MODEL_EXT | Call by reference | Object reference (TYPE REF TO) | IF_USMD_MODEL_EXT | MDG Data Model for Access from Non-SAP Standard Code | 20101217 | ||
3 | ![]() |
IT_SEL | Call by reference | Type reference (TYPE) | USMD_TS_SEL | Sorted Table: Selection Condition (Range per Field) | 20101217 | ||
4 | ![]() |
I_FIELDNAME | Call by reference | Type reference (TYPE) | USMD_FIELDNAME | Field of an Entity Type | 20101217 |
Method RETRIVE_TEXT on class CL_ASSISTANT_DUPLICATE_CHECK has no exception.
History
Last changed by/on | SAP | 20131127 |
SAP Release Created in | 702 |