SAP ABAP Class CL_USMD_ENRICHMENT_SPOT (Anreicherung)
Hierarchy
☛
MDG_FND (Software Component) MDG Foundation
⤷
CA-MDG-DQ (Application Component) Data Quality
⤷
MDG_SDQ_ENRICHMENT (Package) MDG: Enrichment Framework

⤷

⤷

Properties
Class | CL_USMD_ENRICHMENT_SPOT | |
Short Description | Anreicherung | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | MDG_SDQ_ENRICHMENT | MDG: Enrichment Framework |
Created | 20100616 | SAP |
Last change | 20131127 | 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_USMD_ENRICHMENT_SPOT has no interface implemented.
Friends
Class CL_USMD_ENRICHMENT_SPOT has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TT_CHECK_TYPE_INSTANCE | 20100622 | |||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | USMD_FLG | Financial MDM: General Indicator | 20110113 | ||
3 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | DATA | 20110113 | |||
4 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_USMD_ENRICHMENT_ADAPTER | 20110113 | |||
5 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | DATA | 20120202 | |||
6 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | DATA | 20110113 | |||
7 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | IF_USMD_ENRICHMENT_FEEDER | 20110113 | |||
8 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_USMD_MODEL | MDM Datenmodell für Zugriff aus SAP-Standard | 20120202 | ||
9 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | DATA | 20110601 | |||
10 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | DATA | 20110113 | |||
11 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | DATA | 20110509 | |||
12 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TT_ADAPTER_INSTANCE | 20110113 | |||
13 | ![]() |
Instance attribute | Private | Type reference (TYPE) | USMD_TS_VALUE | Field Name and Value | 20110217 | ||
14 | ![]() |
Instance attribute | Public | Type reference (TYPE) | MDG_SDQ_ENRICH_ACTION_CODE | Not More Closely Defined Area, Possibly Used for Patchlevels | 20110113 | ||
15 | ![]() |
Instance attribute | Private | Type reference (TYPE) | INT4 | Natural number | 20110721 | ||
16 | ![]() |
Instance attribute | Private | Type reference (TYPE) | MDG_ENRICH_ADAPTER | Enrichment Adapters For Particular Enrichment Spot | 20110113 | ||
17 | ![]() |
Instance attribute | Public | Type reference (TYPE) | MDG_ENRICH_SPOT | Enrichment Spot | 20100715 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | Checking field properties if read-only or not | 20120202 |
2 | ![]() |
Instance method | Public | Method | First call or resume call | 20100616 |
3 | ![]() |
Instance method | Public | Method | First call or resume call | 20110228 |
4 | ![]() |
Instance method | Private | Method | Get current adapter name | 20100810 |
5 | ![]() |
Static method | Public | Method | 20100616 | |
6 | ![]() |
Instance method | Public | Method | Return data for enrichment UI | 20100616 |
7 | ![]() |
Instance method | Public | Method | Cleanup before first execute call | 20100616 |
8 | ![]() |
Instance method | Private | Method | Selection of keys according to the execution mode | 20120202 |
9 | ![]() |
Instance method | Public | Method | Pass data from enrichment UI (incl. possible user action) | 20100805 |
Events
Class CL_USMD_ENRICHMENT_SPOT has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TT_ADAPTER_INSTANCE | Private | See coding | 20100921 | tt_adapter_instance TYPE TABLE OF ty_adapter_instance
|
||
2 | TT_CHECK_TYPE_INSTANCE | Public | See coding | 20100622 | tt_check_type_instance TYPE TABLE OF ty_check_type_instance
|
||
3 | TT_ENRICHMENT | Private | See coding | 20100715 | tt_enrichment TYPE TABLE OF ty_enrichment
|
||
4 | TY_ADAPTER_INSTANCE | Private | See coding | 20100921 | BEGIN OF ty_adapter_instance,
adapter_key TYPE string,
enrich_adapter_inst TYPE REF TO if_usmd_enrichment_adapter,
current_enrich TYPE usmd_flg,
enrich_data type ref to data,
END OF ty_adapter_instance
|
||
5 | TY_CHECK_TYPE_INSTANCE | Public | See coding | 20100622 | BEGIN OF ty_check_type_instance,
enrichment_spot TYPE mdg_enrich_spot,
lo_instance TYPE REF TO cl_usmd_enrichment_spot,
END OF ty_check_type_instance
|
||
6 | TY_ENRICHMENT | Private | See coding | 20100715 | BEGIN OF ty_enrichment,
enrichment_spot TYPE mdg_enrich_spot,
seq_num TYPE mdg_dq_seq_num,
END OF ty_enrichment
|
Method Signatures
Method CHECK_FIELD_PROPERTIES 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 | 20120202 | ||
2 | ![]() |
EV_NO_AUTH | Call by reference | Type reference (TYPE) | USMD_FLG | MDGAF: General Indicator | 20120202 | ||
3 | ![]() |
IO_APP_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_USMD_APP_CONTEXT | Application Context | 20120202 | ||
4 | ![]() |
IO_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_USMD_MODEL_EXT | MDG Data Model for Access from Non-SAP Standard Code | 20120202 | ||
5 | ![]() |
IT_ATTRIBUTELIST | Call by reference | Type reference (TYPE) | USMD_TS_FIELDNAME | Financial MDM: Field Name | 20120202 | ||
6 | ![]() |
IV_DESCR | Call by reference | Type reference (TYPE) | TEXT50 | Text Field | 20120530 | ||
7 | ![]() |
IV_WRITE_ENTITY | Call by reference | Type reference (TYPE) | USMD_ENTITY | Entity Type | 20120202 |
Method CHECK_FIELD_PROPERTIES on class CL_USMD_ENRICHMENT_SPOT has no exception.
Method EXECUTE_ENRICHMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EF_USER_ACTION_REQUIRED | Call by reference | Type reference (TYPE) | USMD_FLG | 20100616 | |||
2 | ![]() |
ET_MESSAGE | Call by reference | Type reference (TYPE) | USMD_T_MESSAGE | 20100616 | |||
3 | ![]() |
EV_ACTION_CODE | Call by reference | Type reference (TYPE) | MDG_SDQ_ENRICH_ACTION_CODE | Action Codes for Enrichment | 20130429 | ||
4 | ![]() |
IO_APP_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_USMD_APP_CONTEXT | Anwendungskontext | 20100616 | ||
5 | ![]() |
IO_DATA_WRITE | Call by reference | Object reference (TYPE REF TO) | IF_USMD_DELTA_BUFFER_WRITE | Schreibendes Interface zum Datenpuffer | 20100616 | ||
6 | ![]() |
IO_DELTA_READ | Call by reference | Object reference (TYPE REF TO) | IF_USMD_DELTA_BUFFER_READ | Read-Interface to Data Buffer | 20120522 | ||
7 | ![]() |
IO_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_USMD_MODEL_EXT | MDG-Datenmodell für Zugriff aus Nicht-SAP Standard Coding | 20100616 | ||
8 | ![]() |
IT_KEY_ALL | Call by reference | Type reference (TYPE) | USMD_TS_ENTITY_DATA | 20100616 | |||
9 | ![]() |
IV_INTERRUPTION_POSSIBLE | Call by reference | Type reference (TYPE) | USMD_FLG | 'X' | MDGAF: General Indicator | 20130313 | |
10 | ![]() |
I_ENRICHMENT_SPOT | Call by reference | Type reference (TYPE) | MDG_ENRICH_SPOT | Enrichment Spot | 20110217 |
Method EXECUTE_ENRICHMENT on class CL_USMD_ENRICHMENT_SPOT has no exception.
Method EXECUTE_ENRICHMENT_BACKGROUND Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EF_USER_ACTION_REQUIRED | Call by reference | Type reference (TYPE) | USMD_FLG | 20110228 | |||
2 | ![]() |
ET_MESSAGE | Call by reference | Type reference (TYPE) | USMD_T_MESSAGE | 20110228 | |||
3 | ![]() |
IO_APP_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_USMD_APP_CONTEXT | Anwendungskontext | 20110228 | ||
4 | ![]() |
IO_DATA_WRITE | Call by reference | Object reference (TYPE REF TO) | IF_USMD_DELTA_BUFFER_WRITE | Schreibendes Interface zum Datenpuffer | 20110228 | ||
5 | ![]() |
IO_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_USMD_MODEL_EXT | MDG-Datenmodell für Zugriff aus Nicht-SAP Standard Coding | 20110228 | ||
6 | ![]() |
IT_KEY_ALL | Call by reference | Type reference (TYPE) | USMD_TS_ENTITY_DATA | 20110228 | |||
7 | ![]() |
I_ENRICHMENT_SPOT | Call by reference | Type reference (TYPE) | MDG_ENRICH_SPOT | Enrichment Spot | 20110228 |
Method EXECUTE_ENRICHMENT_BACKGROUND on class CL_USMD_ENRICHMENT_SPOT has no exception.
Method GET_CURRENT_ADAPTER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ER_ADAPTER_INST | Call by reference | Object reference (TYPE REF TO) | IF_USMD_ENRICHMENT_ADAPTER | 20100811 | |||
2 | ![]() |
EV_ADAPTER | Call by reference | Type reference (TYPE) | MDG_ENRICH_ADAPTER | Enrichment Adapters For Particular Enrichment Spot | 20100810 |
Method GET_CURRENT_ADAPTER on class CL_USMD_ENRICHMENT_SPOT has no exception.
Method GET_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_USMD_ENRICHMENT_SPOT | Adapter für Anreicherungen | 20100616 | ||
2 | ![]() |
IV_ENRICHMENT_SPOT | Call by reference | Type reference (TYPE) | MDG_ENRICH_SPOT | Enrichment Spot | 20100715 |
Method GET_INSTANCE on class CL_USMD_ENRICHMENT_SPOT has no exception.
Method GET_UI_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ER_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20100805 | |||
2 | ![]() |
ET_ADDITIONAL_DATA | Call by reference | Type reference (TYPE) | USMD_TS_VALUE | Field Name and Value | 20110217 | ||
3 | ![]() |
E_WD_COMPONENT | Call by reference | Type reference (TYPE) | WDY_COMPONENT_NAME | Web Dynpro: Component Name | 20110118 |
Method GET_UI_DATA on class CL_USMD_ENRICHMENT_SPOT has no exception.
Method INIT Signature
Method INIT on class CL_USMD_ENRICHMENT_SPOT has no parameter.
Method INIT on class CL_USMD_ENRICHMENT_SPOT has no exception.
Method KEYS_EXEC_MODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_USMD_MODEL_EXT | MDG Data Model for Access from Non-SAP Standard Code | 20120202 | ||
2 | ![]() |
IT_KEY_ALL | Call by reference | Type reference (TYPE) | USMD_TS_ENTITY_DATA | UI Data | 20120202 | ||
3 | ![]() |
IT_READ_ENTITY | Call by reference | Type reference (TYPE) | USMD_T_ENTITY | Entity Types | 20120202 | ||
4 | ![]() |
IV_ROOT_ENTITY | Call by reference | Type reference (TYPE) | USMD_ENTITY | Entity Type | 20120202 | ||
5 | ![]() |
IV_VAL_EXECUTION | Call by reference | Type reference (TYPE) | MDG_DQS_VAL_EXECUTION | Validation execution condition | 20120202 | ||
6 | ![]() |
LT_KEY_ALL | Call by reference | Type reference (TYPE) | USMD_TS_ENTITY_DATA | UI Data | 20120202 |
Method KEYS_EXEC_MODE on class CL_USMD_ENRICHMENT_SPOT has no exception.
Method SET_UI_RESULT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20100805 |
Method SET_UI_RESULT on class CL_USMD_ENRICHMENT_SPOT has no exception.
History
Last changed by/on | SAP | 20131127 |
SAP Release Created in | 703 |