SAP ABAP Class CL_CRD_CRDRQMNT_READ (Credentialing: Read Class for Credential-Based 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_CRDRQMNT_READ | Credentialing: Read Class for Credential-Based Requirements | 20060926 |
Properties
| Class | CL_CRD_CRDRQMNT_READ | |
| Short Description | Credentialing: Read Class for Credential-Based Requirements | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | CRDPRV | Credentialing: Private Objects (DDIC, etc.) |
| Created | 20060926 | SAP |
| Last change | 20100310 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_CRD_CRDRQMNT_READ has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_CRD_CRDRQMNT_READ | Credentialing: Read Class for Credential-Based Requirements | 20060926 |
Friends
Class CL_CRD_CRDRQMNT_READ 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_CRDRQMNT_READ | Credentialing: Read Class for Credential-Based Requirements | 20060926 | |||
| 2 | Instance attribute | Protected | Type reference (TYPE) | MTY_TS_SRDT_BUFFER | 20060926 | ||||
| 3 | Instance attribute | Protected | Type reference (TYPE) | MTY_TS_SRD_BUFFER | 20060926 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | Read Requirements Description from TCRD_SRD | 20060926 | |
| 2 | Static method | Public | Method | Gets Instance for Class | 20060926 |
Events
Class CL_CRD_CRDRQMNT_READ has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | MTY_S_SRD_BUFFER | Protected | See coding | 20060926 | BEGIN OF mty_s_srd_buffer,
appl TYPE crdappl,
req TYPE crdreq,
items TYPE crd_tt_srd,
END OF mty_s_srd_buffer
|
||
| 2 | MTY_TS_SRDT_BUFFER | Protected | See coding | 20060926 | MTY_TS_SRDT_BUFFER TYPE SORTED TABLE OF crd_S_srdt
WITH UNIQUE KEY mandt appl SPRAS req
|
||
| 3 | MTY_TS_SRD_BUFFER | Protected | See coding | 20060926 | mty_ts_srd_buffer TYPE SORTED TABLE OF mty_s_srd_buffer
WITH UNIQUE KEY appl req
|
Method Signatures
Method GET_BUFFERED_SRD 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 | 20060926 | |||
| 2 | IV_BUSI_TIME | Call by reference | Type reference (TYPE) | CACSBUSITIME | Fachl. Gültigkeit (Zeitstempel JJJJ.MM.TT hh:mm:ss) | 20060926 | |||
| 3 | IV_REQ | Call by reference | Type reference (TYPE) | CRDREQ | Anforderung | 20060926 | |||
| 4 | IV_TECH_TIME | Call by reference | Type reference (TYPE) | CACSTECHTIME | Techn. Gültigkeit (Zeitstempel: JJJJ.MM.TT hh:mm:ss) | 20060926 | |||
| 5 | RS_SRD | Value transfer | Type reference (TYPE) | CRD_S_SRD | Struktur zu TCRD_SRD | 20060926 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Customizing | 20060926 |
Method GET_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) | CL_CRD_CRDRQMNT_READ | Legitimierung: Leseklasse Credential Based Requierments | 20060926 |
Method GET_INSTANCE on class CL_CRD_CRDRQMNT_READ has no exception.
History
| Last changed by/on | SAP | 20100310 |
| SAP Release Created in | 700 |