SAP ABAP Class CL_CRD_CRDTYPE_READ (Read Credential Descriptions)
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_CRDTYPE_READ | Interface for Reading Credential Types | 20060810 |
Properties
| Class | CL_CRD_CRDTYPE_READ | |
| Short Description | Read Credential Descriptions | |
| 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 | 20060810 | SAP |
| Last change | 20100310 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_CRD_CRDTYPE_READ has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_CRD_CRDTYPE_READ | Interface for Reading Credential Types | 20060810 |
Friends
Class CL_CRD_CRDTYPE_READ has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Protected | Type reference (TYPE) | TABNAME | 'TCRD_CASSGT' | Table Name: Assignment Type for Credentialing | 20060921 | ||
| 2 | Constant | Protected | Type reference (TYPE) | TABNAME | 'TCRD_TYPE' | Table Name: Credential Types | 20060921 | ||
| 3 | Constant | Protected | Type reference (TYPE) | TABNAME | 'TCRD_TYPET' | Table Name: Text Table for Credential Types | 20060921 | ||
| 4 | Constant | Protected | Type reference (TYPE) | TABNAME | 'TCRD_CDEFT' | Table Name: Definition Type for Credentials | 20060921 | ||
| 5 | Instance attribute | Private | Type reference (TYPE) | TABNAME | 'TCRD_SDEF' | Table Name: Structure for Credential Descriptions | 20060921 | ||
| 6 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_CRD_CRDTYPE_READ | Read Credential Descriptions | 20060810 | |||
| 7 | Instance attribute | Protected | Type reference (TYPE) | MTY_TT_CASSGT_BUFFER | 20060921 | ||||
| 8 | Instance attribute | Protected | Type reference (TYPE) | MTY_TT_CDEFT_BUFFER | 20060921 | ||||
| 9 | Instance attribute | Protected | Type reference (TYPE) | MTY_TS_PREFETCHED | List of Completely Loaded Tables | 20060921 | |||
| 10 | Instance attribute | Protected | Type reference (TYPE) | MTY_TT_SDEF_BUFFER | 20060921 | ||||
| 11 | Instance attribute | Protected | Type reference (TYPE) | MTY_TT_TYPET_BUFFER | 20060921 | ||||
| 12 | Instance attribute | Protected | Type reference (TYPE) | MTY_TT_TYPE_BUFFER | 20060921 |
Methods
Events
Class CL_CRD_CRDTYPE_READ has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | MTY_S_PREFETCHED | Protected | See coding | 20060921 | BEGIN OF mty_s_prefetched,
tabname TYPE tabname,
appl TYPE crdappl,
END OF mty_s_prefetched
|
||
| 2 | MTY_S_SDEF_BUFFER | Protected | See coding | 20060921 | BEGIN OF MTY_S_SDEF_BUFFER.
INCLUDE TYPE crd_s_sdef.
TYPES: not_found TYPE boolean_flg,
END OF MTY_S_SDEF_BUFFER
|
||
| 3 | MTY_S_TYPET_BUFFER | Protected | See coding | 20060921 | BEGIN OF mty_s_typet_buffer.
INCLUDE TYPE tcrd_s_typet.
TYPES: not_found TYPE boolean_flg,
END OF mty_s_typet_buffer
|
||
| 4 | MTY_S_TYPE_BUFFER | Protected | See coding | Structure for Buffer Credential Types | 20060921 | BEGIN OF mty_s_type_buffer.
INCLUDE TYPE crd_s_type.
TYPES: not_found TYPE boolean_flg,
END OF mty_s_type_buffer
|
|
| 5 | MTY_TS_PREFETCHED | Protected | See coding | 20060921 | mty_ts_prefetched TYPE SORTED TABLE OF mty_s_prefetched
WITH UNIQUE KEY tabname appl
|
||
| 6 | MTY_TT_CASSGT_BUFFER | Protected | See coding | 20060921 | mty_tt_cassgt_buffer TYPE STANDARD TABLE OF crd_s_cassgt
WITH KEY mandt appl asgtype
|
||
| 7 | MTY_TT_CDEFT_BUFFER | Protected | See coding | 20060921 | mty_tt_cdeft_buffer TYPE STANDARD TABLE OF crd_s_cdeft
WITH KEY mandt appl deftype
|
||
| 8 | MTY_TT_SDEF_BUFFER | Protected | See coding | 20060921 | mty_tt_sdef_buffer TYPE STANDARD TABLE OF mty_s_sdef_buffer
WITH KEY mandt appl crdtype
|
||
| 9 | MTY_TT_TYPET_BUFFER | Protected | See coding | 20060921 | mty_tt_typet_buffer TYPE STANDARD TABLE OF mty_s_typet_buffer
WITH KEY mandt appl spras crdtype
|
||
| 10 | MTY_TT_TYPE_BUFFER | Protected | See coding | Table Type for Buffer Credential Types | 20060921 | mty_tt_type_buffer TYPE STANDARD TABLE OF mty_s_type_buffer
WITH KEY mandt appl crdtype
|
Method Signatures
Method FETCH_ASGTYPE 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 | 20060921 |
Method FETCH_ASGTYPE on class CL_CRD_CRDTYPE_READ has no exception.
Method FETCH_CRDTYPE 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 | 20060928 | |||
| 2 | IV_CRDTYPE | Call by reference | Type reference (TYPE) | CRDTYPE | Legitimierungsart | 20060928 |
Method FETCH_CRDTYPE on class CL_CRD_CRDTYPE_READ has no exception.
Method FETCH_CRDTYPE_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 | 20061007 | |||
| 2 | IV_CRDTYPE | Call by reference | Type reference (TYPE) | CRDTYPE | Legitimierungsart | 20061007 |
Method FETCH_CRDTYPE_TEXT on class CL_CRD_CRDTYPE_READ has no exception.
Method FETCH_DEFTYPE 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 | 20060921 |
Method FETCH_DEFTYPE on class CL_CRD_CRDTYPE_READ has no exception.
Method FETCH_SDEF 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 | 20060928 | |||
| 2 | IV_CRDTYPE | Call by reference | Type reference (TYPE) | CRDTYPE | Legitimierungsart | 20060928 |
Method FETCH_SDEF on class CL_CRD_CRDTYPE_READ has no exception.
Method GET_ASSGTYPE Signature
Method GET_ASSGTYPE on class CL_CRD_CRDTYPE_READ has no parameter.
Method GET_ASSGTYPE on class CL_CRD_CRDTYPE_READ has no exception.
Method GET_COPRC_AND_ROLE Signature
Method GET_COPRC_AND_ROLE on class CL_CRD_CRDTYPE_READ has no parameter.
Method GET_COPRC_AND_ROLE on class CL_CRD_CRDTYPE_READ has no exception.
Method GET_CRDTYPES_FOR_APPL Signature
Method GET_CRDTYPES_FOR_APPL on class CL_CRD_CRDTYPE_READ has no parameter.
Method GET_CRDTYPES_FOR_APPL on class CL_CRD_CRDTYPE_READ has no exception.
Method GET_DEFTYPE Signature
Method GET_DEFTYPE on class CL_CRD_CRDTYPE_READ has no parameter.
Method GET_DEFTYPE on class CL_CRD_CRDTYPE_READ has no exception.
Method GET_DEFTYPES_FOR_APPL Signature
Method GET_DEFTYPES_FOR_APPL on class CL_CRD_CRDTYPE_READ has no parameter.
Method GET_DEFTYPES_FOR_APPL on class CL_CRD_CRDTYPE_READ has no exception.
Method GET_DESCRIPTIONS_FOR_CRDTYPE Signature
Method GET_DESCRIPTIONS_FOR_CRDTYPE on class CL_CRD_CRDTYPE_READ has no parameter.
Method GET_DESCRIPTIONS_FOR_CRDTYPE on class CL_CRD_CRDTYPE_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_CRDTYPE_READ | Lesen von Legitimierungstypen | 20060810 |
Method GET_INSTANCE on class CL_CRD_CRDTYPE_READ has no exception.
Method GET_NR_RANGE_INT Signature
Method GET_NR_RANGE_INT on class CL_CRD_CRDTYPE_READ has no parameter.
Method GET_NR_RANGE_INT on class CL_CRD_CRDTYPE_READ has no exception.
Method GET_SEARCHFIELDS Signature
Method GET_SEARCHFIELDS on class CL_CRD_CRDTYPE_READ has no parameter.
Method GET_SEARCHFIELDS on class CL_CRD_CRDTYPE_READ has no exception.
Method GET_TEXT Signature
Method GET_TEXT on class CL_CRD_CRDTYPE_READ has no parameter.
Method GET_TEXT on class CL_CRD_CRDTYPE_READ has no exception.
Method GET_TEXT_FOR_ALL_TYPES Signature
Method GET_TEXT_FOR_ALL_TYPES on class CL_CRD_CRDTYPE_READ has no parameter.
Method GET_TEXT_FOR_ALL_TYPES on class CL_CRD_CRDTYPE_READ has no exception.
Method IS_AFFILIATION Signature
Method IS_AFFILIATION on class CL_CRD_CRDTYPE_READ has no parameter.
Method IS_AFFILIATION on class CL_CRD_CRDTYPE_READ has no exception.
Method IS_MULTIPLE Signature
Method IS_MULTIPLE on class CL_CRD_CRDTYPE_READ has no parameter.
Method IS_MULTIPLE on class CL_CRD_CRDTYPE_READ has no exception.
Method IS_STDIMPL_APPLICABLE Signature
Method IS_STDIMPL_APPLICABLE on class CL_CRD_CRDTYPE_READ has no parameter.
Method IS_STDIMPL_APPLICABLE on class CL_CRD_CRDTYPE_READ has no exception.
Method READ_CRDDEFINITION Signature
Method READ_CRDDEFINITION on class CL_CRD_CRDTYPE_READ has no parameter.
Method READ_CRDDEFINITION on class CL_CRD_CRDTYPE_READ has no exception.
Method READ_CRDDEFINITIONS_FOR_APPL Signature
Method READ_CRDDEFINITIONS_FOR_APPL on class CL_CRD_CRDTYPE_READ has no parameter.
Method READ_CRDDEFINITIONS_FOR_APPL on class CL_CRD_CRDTYPE_READ has no exception.
Method READ_CRDTYPE Signature
Method READ_CRDTYPE on class CL_CRD_CRDTYPE_READ has no parameter.
Method READ_CRDTYPE on class CL_CRD_CRDTYPE_READ has no exception.
History
| Last changed by/on | SAP | 20100310 |
| SAP Release Created in | 700 |