SAP ABAP Class CL_CRD_REQATT_READER (Customizing Read Class for Requirement Assignments)
Hierarchy
☛
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
⤷
ICM (Application Component) Incentive and Commission Management (ICM)
⤷
CRDPRV (Package) Credentialing: Private Objects (DDIC, etc.)
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_CRD_REQATT_READER | Interface for Reading Requirement Assignments | 20060914 |
Properties
| Class | CL_CRD_REQATT_READER | |
| Short Description | Customizing Read Class for Requirement Assignments | |
| Super Class | ||
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | CRDPRV | Credentialing: Private Objects (DDIC, etc.) |
| Created | 20060914 | SAP |
| Last change | 20100310 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_CRD_REQATT_READER has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_CRD_REQATT_READER | Interface for Reading Requirement Assignments | 20060914 |
Friends
Class CL_CRD_REQATT_READER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Protected | Object reference (TYPE REF TO) | CL_CRD_REQATT_READER | Customizing Read Class for Requirement Assignments | 20060914 | |||
| 2 | Instance attribute | Protected | Type reference (TYPE) | CRD_TTS_REQATT | Sorted Table Type for Table TCRD_REQATT | 20070126 | |||
| 3 | Instance attribute | Protected | Type reference (TYPE) | MTY_TT_APV_BUFFER | Buffer: Assignment Attributes (Table) | 20070111 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Get Instance of Class for Interface | 20060914 |
Events
Class CL_CRD_REQATT_READER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | MTY_S_APV_BUFFER | Protected | See coding | Buffer: Assignment Attributes | 20070111 | BEGIN OF mty_s_apv_buffer,
UUID type SYSUUID_C32,
items type crd_tt_apv,
END OF mty_s_apv_buffer
|
|
| 2 | MTY_TT_APV_BUFFER | Protected | See coding | Buffer: Assignment Attributes (Table) | 20070111 | mty_tt_apv_buffer type STANDARD TABLE OF mty_s_apv_buffer
with NON-UNIQUE key UUID
|
Method Signatures
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RREF_INSTANCE | Value transfer | Object reference (TYPE REF TO) | IF_CRD_REQATT_READER | Interface zum Lesen von Anforderungszuordnungen | 20060914 |
Method GET_INSTANCE on class CL_CRD_REQATT_READER has no exception.
History
| Last changed by/on | SAP | 20100310 |
| SAP Release Created in | 700 |