SAP ABAP Class CL_USMD_DQ_ACCESS_ENRICHMENT (Access class for Enrichment)
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_DQ_ACCESS_ENRICHMENT | |
Short Description | Access class for Enrichment | |
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 | 20100623 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_USMD_DQ_ACCESS_ENRICHMENT has no forward declaration.
Interfaces
Class CL_USMD_DQ_ACCESS_ENRICHMENT has no interface implemented.
Friends
Class CL_USMD_DQ_ACCESS_ENRICHMENT 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) | MDG_T_ENRICHMENT_LIST | Enrichment list and there sequence number | 20110118 | ||
2 | ![]() |
Static Attribute | Private | Type reference (TYPE) | MDG_T_ENRICH_ADAPTER | Table Type For Enrichment Adapter and Adapter Class | 20110118 | ||
3 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TT_ENRICH_FEEDER_FACTORY | 20100624 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Get Instance of the Enrichment Feeder Class | 20100715 |
2 | ![]() |
Static method | Private | Method | Read Enrichment Spot to get the Corresponding feeder class | 20100623 |
3 | ![]() |
Static method | Public | Method | Read Filter Structure from Enrichment Spot | 20100714 |
4 | ![]() |
Static method | Public | Method | Read Enrichment Aapter based on Enrichment Spot | 20100629 |
Events
Class CL_USMD_DQ_ACCESS_ENRICHMENT has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TT_ENRICHMENT | Private | See coding | 20100715 | tt_enrichment TYPE TABLE OF ty_enrichment
|
||
2 | TT_ENRICH_FEEDER_FACTORY | Public | See coding | 20100624 | tt_enrich_feeder_factory TYPE TABLE OF ty_enrich_feeder_factory
|
||
3 | 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
|
||
4 | TY_ENRICH_FEEDER_FACTORY | Public | See coding | 20100624 | BEGIN OF ty_enrich_feeder_factory ,
enrichment_spot TYPE mdg_enrich_spot,
seq_num TYPE mdg_dq_seq_num,
enrichment_feeder TYPE REF TO if_usmd_enrichment_feeder,
entity_msg TYPE usmd_entity_msg,
execution TYPE mdg_dqs_val_execution,
END OF ty_enrich_feeder_factory
|
Method Signatures
Method GET_ENRICHMENTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_ENRICHMENT | Call by reference | Type reference (TYPE) | TT_ENRICH_FEEDER_FACTORY | 20100715 | |||
2 | ![]() |
IV_CREQUEST_STEP | Call by reference | Type reference (TYPE) | USMD_CREQUEST_WFS | Workflow Step Number | 20100715 | ||
3 | ![]() |
IV_CREQUEST_TYPE | Call by reference | Type reference (TYPE) | USMD_CREQUEST_TYPE | Type of Change Request | 20100715 |
Method GET_ENRICHMENTS on class CL_USMD_DQ_ACCESS_ENRICHMENT has no exception.
Method READ_CONFIG_ENRICHMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_ENRICHMENT_LIST | Call by reference | Type reference (TYPE) | MDG_T_ENRICHMENT_LIST | Enrichment list and there sequence number | 20100715 | ||
2 | ![]() |
IV_USMD_CREQ_STEP | Call by reference | Type reference (TYPE) | USMD_CREQUEST_WFS | Workflow Step Number | 20100714 | ||
3 | ![]() |
IV_USMD_CREQ_TYPE | Call by reference | Type reference (TYPE) | USMD_CREQUEST_TYPE | Type of Change Request | 20100714 |
Method READ_CONFIG_ENRICHMENT on class CL_USMD_DQ_ACCESS_ENRICHMENT has no exception.
Method READ_DETAILS_FROM_ENRICH_SPOT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_CLASS_IMPL | Call by reference | Type reference (TYPE) | SEOCLSNAME | Object Type Name | 20100714 | ||
2 | ![]() |
EV_DESCRIPTION | Call by reference | Type reference (TYPE) | MDG040T-DESCRIPTION | Text Field | 20100813 | ||
3 | ![]() |
EV_FILTER_STRUCT | Call by reference | Type reference (TYPE) | MDG_ENRICH_FILTER | Filter Structure for Enrichment | 20100714 | ||
4 | ![]() |
IV_ENRICHMENT_SPOT | Call by reference | Type reference (TYPE) | MDG_ENRICH_SPOT | Enrichment Spot | 20100714 |
Method READ_DETAILS_FROM_ENRICH_SPOT on class CL_USMD_DQ_ACCESS_ENRICHMENT has no exception.
Method READ_ENRICHMENT_ADAPTER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_ENRICH_ADAPTER | Call by reference | Type reference (TYPE) | MDG_T_ENRICH_ADAPTER | Table Type For Enrichment Adapter and Adapter Class | 20100630 | ||
2 | ![]() |
IV_ENRICHMENT_SPOT | Call by reference | Type reference (TYPE) | MDG_ENRICH_SPOT | Enrichment Spot | 20100629 |
Method READ_ENRICHMENT_ADAPTER on class CL_USMD_DQ_ACCESS_ENRICHMENT has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 703 |