SAP ABAP Class CL_CRD_RQTYP_READ (Read from TCRD_RQTYP)
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_RQTYP_READ | Read Requirement Types | 20060915 |
Properties
Class | CL_CRD_RQTYP_READ | |
Short Description | Read from TCRD_RQTYP | |
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 | 20060724 | SAP |
Last change | 20100310 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_CRD_RQTYP_READ | Read Requirement Types | 20060915 |
Friends
Class CL_CRD_RQTYP_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_RQTYP_READ | Read from TCRD_RQTYP | 20060915 | ||
2 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | MTY_TS_PREFETCHED | Buffer: Tables That Were Already Completely Read | 20070109 | ||
3 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | MTY_TS_RQTYP_BUFFER | Buffer: Requirement Types | 20070109 | ||
4 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | MTY_TS_RQTYP_TEXT | Buffer: Texts or Requirement Types | 20070109 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Check If a Combination Type Is Required | 20060915 |
2 | ![]() |
Instance method | Protected | Method | Reads Data to Buffer | 20070109 |
3 | ![]() |
Instance method | Protected | Method | Reads Texts for Requirements Types to Buffer | 20070109 |
4 | ![]() |
Static method | Public | Method | Get Instance of Class | 20060915 |
Events
Class CL_CRD_RQTYP_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_RQTYP_BUFFER | Protected | See coding | Buffer: Requirement Types (Item) | 20070109 | BEGIN OF mty_s_rqtyp_buffer,
appl TYPE crdappl,
reqtyp TYPE crdreqtype,
items TYPE crd_tt_rqtyp,
END OF mty_s_rqtyp_buffer
|
|
3 | MTY_S_RQTYP_TEXT | Protected | See coding | Buffer: Texts for Requirement Types (Item) | 20070109 | BEGIN OF mty_s_rqtyp_text,
appl TYPE crdappl,
reqtyp TYPE crdreqtype,
text TYPE crd_text,
END OF mty_s_rqtyp_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_RQTYP_BUFFER | Protected | See coding | Buffer: Requirement Types | 20070109 | mty_ts_rqtyp_buffer TYPE SORTED TABLE OF mty_s_rqtyp_buffer
WITH UNIQUE KEY appl reqtyp
|
|
6 | MTY_TS_RQTYP_TEXT | Protected | See coding | Buffer: Texts or Requirement Types | 20070109 | mty_ts_rqtyp_text type SORTED TABLE OF mty_s_rqtyp_text
WITH UNIQUE KEY appl reqtyp
|
Method Signatures
Method CMB_NEEDED Signature
Method CMB_NEEDED on class CL_CRD_RQTYP_READ has no parameter.
Method CMB_NEEDED on class CL_CRD_RQTYP_READ has no exception.
Method FETCH_RQTYP 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 | 20070109 | ||
2 | ![]() |
IV_REQTYP | Call by reference | Type reference (TYPE) | CRDREQTYPE | Anforderungstyp | 20070109 |
Method FETCH_RQTYP on class CL_CRD_RQTYP_READ has no exception.
Method FETCH_RQTYP_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 | 20070109 | ||
2 | ![]() |
IV_REQTYP | Call by reference | Type reference (TYPE) | CRDREQTYPE | Anforderungstyp | 20070109 |
Method FETCH_RQTYP_TEXT on class CL_CRD_RQTYP_READ has no exception.
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_RQTYP_READ | Lesen von Anforderungstypen | 20060915 |
Method GET_INSTANCE on class CL_CRD_RQTYP_READ has no exception.
History
Last changed by/on | SAP | 20100310 |
SAP Release Created in | 700 |