SAP ABAP Class CL_MDG_DQR_FACTORY (Instance factory for MDG DQR)
Hierarchy
☛
MDG_FND (Software Component) MDG Foundation
⤷
CA-MDG-DQ (Application Component) Data Quality
⤷
MDG_DQR_GENERAL (Package) MDG Data Quality Remediation General Objects
⤷
⤷
Properties
| Class | CL_MDG_DQR_FACTORY | |
| Short Description | Instance factory for MDG DQR | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | MDG_DQR_GENERAL | |
| Program status | ||
| Category | 0 | |
| Package | MDG_DQR_GENERAL | MDG Data Quality Remediation General Objects |
| Created | 20120328 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_MDG_DQR_FACTORY has no forward declaration.
Interfaces
Class CL_MDG_DQR_FACTORY has no interface implemented.
Friends
Class CL_MDG_DQR_FACTORY 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) | TYT_DQS_INSTANCE | 20120328 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Returns an instance for DQS read access | 20120328 | |
| 2 | Static method | Public | Method | Returns an instance of the DQ service | 20120328 |
Events
Class CL_MDG_DQR_FACTORY has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TYS_DQS_INSTANCE | Private | See coding | 20120328 | BEGIN OF tys_dqs_instance,
dqs_id TYPE mdg_dqr_dqs_id,
instance TYPE REF TO if_mdg_dqr_dq_service,
END OF tys_dqs_instance
|
||
| 2 | TYT_DQS_INSTANCE | Private | See coding | 20120328 | tyt_dqs_instance TYPE SORTED TABLE OF tys_dqs_instance WITH UNIQUE KEY dqs_id
|
Method Signatures
Method GET_DQS_READ_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | IF_MDG_DQR_DQS_READ | Read Access for MDG DQR Data Quality Service Customizing | 20120328 |
Method GET_DQS_READ_INSTANCE on class CL_MDG_DQR_FACTORY has no exception.
Method GET_DQ_SERVICE_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_INSTANCE | Call by reference | Object reference (TYPE REF TO) | IF_MDG_DQR_DQ_SERVICE | Interface for BAdI: MDG_DQR_DQ_SERVICE | 20120328 | |||
| 2 | ET_MESSAGE | Call by reference | Type reference (TYPE) | USMD_T_MESSAGE | Messages | 20120328 | |||
| 3 | IV_DQS_ID | Call by reference | Type reference (TYPE) | MDG_DQR_DQS_ID | Data Quality Service ID | 20120328 |
Method GET_DQ_SERVICE_INSTANCE on class CL_MDG_DQR_FACTORY has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 732 |