SAP ABAP Class CL_MDG_DQR_CUST_ACCESS (Customizing access for MDG Data Quality Remediation)
Hierarchy
☛
MDG_FND (Software Component) MDG Foundation
⤷
CA-MDG-DQ (Application Component) Data Quality
⤷
MDG_DQR_GENERAL (Package) MDG Data Quality Remediation General Objects
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_MDG_DQR_DQS_READ | Read Access for MDG DQR Data Quality Service Customizing | 20120328 |
Properties
| Class | CL_MDG_DQR_CUST_ACCESS | |
| Short Description | Customizing access for MDG Data Quality Remediation | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | MDG_DQR_GENERAL | |
| Program status | ||
| Category | 0 | |
| Package | MDG_DQR_GENERAL | MDG Data Quality Remediation General Objects |
| Created | 20120323 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_MDG_DQR_CUST_ACCESS has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_MDG_DQR_DQS_READ | Read Access for MDG DQR Data Quality Service Customizing | 20120328 |
Friends
Class CL_MDG_DQR_CUST_ACCESS has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_MDG_DQR_CUST_ACCESS | Customizing access for MDG Data Quality Remediation | 20120323 | |||
| 2 | Static Attribute | Private | Type reference (TYPE) | MDG_DQR_TS_DQS | Sorted Table of Data Quality Service | 20120326 | |||
| 3 | Static Attribute | Private | Type reference (TYPE) | TYT_DQS_DESCR | 20120402 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Constructor | 20120326 | ||
| 2 | Static method | Public | Method | Returns an instance for DQS read access | 20120323 |
Events
Class CL_MDG_DQR_CUST_ACCESS has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TYS_DQS_DESCR | Private | See coding | 20120402 | BEGIN OF tys_dqs_descr,
dqs_id TYPE mdg_dqr_dqs_id,
dqs_descr TYPE mdg_dqr_dqs_descr,
END OF tys_dqs_descr
|
||
| 2 | TYT_DQS_DESCR | Private | See coding | 20120402 | tyt_dqs_descr TYPE SORTED TABLE OF tys_dqs_descr WITH UNIQUE KEY dqs_id
|
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_MDG_DQR_CUST_ACCESS has no parameter.
Method CONSTRUCTOR on class CL_MDG_DQR_CUST_ACCESS has no exception.
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 | 20120323 |
Method GET_DQS_READ_INSTANCE on class CL_MDG_DQR_CUST_ACCESS has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 732 |