SAP ABAP Class CL_CRD_RQMNT_READ (Read from Requirements)
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_RQMNT_READ | Interface for Reading TCRD_RQMNT and Dependencies | 20060801 |
Properties
| Class | CL_CRD_RQMNT_READ | |
| Short Description | Read from Requirements | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | CRDPRV | Credentialing: Private Objects (DDIC, etc.) |
| Created | 20060731 | SAP |
| Last change | 20100310 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_CRD_RQMNT_READ has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_CRD_RQMNT_READ | Interface for Reading TCRD_RQMNT and Dependencies | 20060801 |
Friends
Class CL_CRD_RQMNT_READ 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_CRD_RQMNT_READ | Read from Requirements | 20060801 | |||
| 2 | Instance attribute | Protected | Type reference (TYPE) | MTY_TS_PREFETCHED | List of Completely Loaded Tables | 20070109 | |||
| 3 | Instance attribute | Protected | Type reference (TYPE) | MTY_TS_RQMNT_BUFFER | Buffer: Requirements | 20060926 | |||
| 4 | Instance attribute | Protected | Type reference (TYPE) | MTY_TS_RQMNT_TEXT | Buffer: Texts for Requirements | 20061011 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | Load Requirement to Buffer | 20070110 | |
| 2 | Instance method | Protected | Method | Load Requirement to Buffer | 20070110 | |
| 3 | Static method | Public | Method | Get Instance | 20060801 |
Events
Class CL_CRD_RQMNT_READ has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | MTY_S_PREFETCHED | Protected | See coding | Buffer: Tables (Item) That Were Already Completely Read | 20070109 | BEGIN OF mty_s_prefetched,
tabname TYPE tabname,
appl TYPE crdappl,
END OF mty_s_prefetched
|
|
| 2 | MTY_S_RQMNT_BUFFER | Protected | See coding | Buffer: Requirements (Item) | 20060926 | begin of MTY_S_RQMNT_BUFFER,
appl TYPE crdappl,
req TYPE crdreq,
items TYPE crd_tt_rqmnt,
end of MTY_S_RQMNT_BUFFER
|
|
| 3 | MTY_S_RQMNT_TEXT | Protected | See coding | Buffer: Texts for Requirements (Item) | 20061011 | begin of MTY_S_RQMNT_TEXT,
appl TYPE crdappl,
req TYPE crdreq,
text TYPE crd_text,
end of MTY_S_RQMNT_TEXT
|
|
| 4 | MTY_TS_PREFETCHED | Protected | See coding | Buffer: Tables That Were Already Completely Read | 20070109 | mty_ts_prefetched TYPE SORTED TABLE OF mty_s_prefetched
WITH UNIQUE KEY tabname appl
|
|
| 5 | MTY_TS_RQMNT_BUFFER | Protected | See coding | Buffer: Requirements | 20060926 | MTY_TS_RQMNT_BUFFER type SORTED TABLE OF MTY_S_RQMNT_BUFFER
WITH UNIQUE KEY appl req
|
|
| 6 | MTY_TS_RQMNT_TEXT | Protected | See coding | Buffer: Texts for Requirements | 20061011 | MTY_TS_RQMNT_TEXT type SORTED TABLE OF MTY_S_RQMNT_TEXT
WITH UNIQUE KEY appl req
|
Method Signatures
Method FETCH_RQMNT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_APPL | Call by reference | Type reference (TYPE) | CRDAPPL | Credentialing, Anwendung | 20070110 | |||
| 2 | IV_REQ | Call by reference | Type reference (TYPE) | CRDREQ | Anforderung | 20070110 |
Method FETCH_RQMNT on class CL_CRD_RQMNT_READ has no exception.
Method FETCH_RQMNT_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_APPL | Call by reference | Type reference (TYPE) | CRDAPPL | Credentialing, Anwendung | 20070110 | |||
| 2 | IV_REQ | Call by reference | Type reference (TYPE) | CRDREQ | Anforderung | 20070110 |
Method FETCH_RQMNT_TEXT on class CL_CRD_RQMNT_READ has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | REF_INSTANCE | Value transfer | Object reference (TYPE REF TO) | IF_CRD_RQMNT_READ | Lesen von Requirements | 20060801 |
Method GET_INSTANCE on class CL_CRD_RQMNT_READ has no exception.
History
| Last changed by/on | SAP | 20100310 |
| SAP Release Created in | 700 |