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 GC_TABNAME_ASGTYPE Constant Protected Type reference (TYPE) TABNAME 'TCRD_CASSGT' Table Name: Assignment Type for Credentialing 20060921
2 GC_TABNAME_CRDTYPE Constant Protected Type reference (TYPE) TABNAME 'TCRD_TYPE' Table Name: Credential Types 20060921
3 GC_TABNAME_CRDTYPE_TEXT Constant Protected Type reference (TYPE) TABNAME 'TCRD_TYPET' Table Name: Text Table for Credential Types 20060921
4 GC_TABNAME_DEFTYPE Constant Protected Type reference (TYPE) TABNAME 'TCRD_CDEFT' Table Name: Definition Type for Credentials 20060921
5 GC_TABNAME_SDEF Instance attribute Private Type reference (TYPE) TABNAME 'TCRD_SDEF' Table Name: Structure for Credential Descriptions 20060921
6 ME_REF Static Attribute Private Object reference (TYPE REF TO) CL_CRD_CRDTYPE_READ Read Credential Descriptions 20060810
7 MT_CASSGT_BUFFER Instance attribute Protected Type reference (TYPE) MTY_TT_CASSGT_BUFFER 20060921
8 MT_CDEFT_BUFFER Instance attribute Protected Type reference (TYPE) MTY_TT_CDEFT_BUFFER 20060921
9 MT_PREFETCHED Instance attribute Protected Type reference (TYPE) MTY_TS_PREFETCHED List of Completely Loaded Tables 20060921
10 MT_SDEF_BUFFER Instance attribute Protected Type reference (TYPE) MTY_TT_SDEF_BUFFER 20060921
11 MT_TYPET_BUFFER Instance attribute Protected Type reference (TYPE) MTY_TT_TYPET_BUFFER 20060921
12 MT_TYPE_BUFFER Instance attribute Protected Type reference (TYPE) MTY_TT_TYPE_BUFFER 20060921
Methods
# Method Level Visibility Method type Description Created on
1 FETCH_ASGTYPE Instance method Protected Method Reading of Assignment Types 20060921
2 FETCH_CRDTYPE Instance method Protected Method Reads Credential Type 20060928
3 FETCH_CRDTYPE_TEXT Instance method Protected Method Reads Credential Type 20060928
4 FETCH_DEFTYPE Instance method Protected Method Reading of Definition Types 20060921
5 FETCH_SDEF Instance method Protected Method Reads Credential Type 20060928
6 GET_ASSGTYPE Instance method Public Method 20060921
7 GET_COPRC_AND_ROLE Instance method Public Method 20061031
8 GET_CRDTYPES_FOR_APPL Instance method Public Method 20060830
9 GET_DEFTYPE Instance method Public Method 20060921
10 GET_DEFTYPES_FOR_APPL Instance method Public Method 20060830
11 GET_DESCRIPTIONS_FOR_CRDTYPE Instance method Public Method 20060830
12 GET_INSTANCE Static method Public Method Get Instance 20060810
13 GET_NR_RANGE_INT Instance method Public Method 20060928
14 GET_SEARCHFIELDS Instance method Public Method 20060921
15 GET_TEXT Instance method Public Method 20060824
16 GET_TEXT_FOR_ALL_TYPES Instance method Public Method 20060824
17 IS_AFFILIATION Instance method Public Method 20060921
18 IS_MULTIPLE Instance method Public Method 20061027
19 IS_STDIMPL_APPLICABLE Instance method Public Method 20061017
20 READ_CRDDEFINITION Instance method Public Method 20060824
21 READ_CRDDEFINITIONS_FOR_APPL Instance method Public Method 20060830
22 READ_CRDTYPE Instance method Public Method 20060824
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 Importing 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 Importing IV_APPL Call by reference Type reference (TYPE) CRDAPPL Credentialing, Anwendung 20060928
2 Importing 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 Importing IV_APPL Call by reference Type reference (TYPE) CRDAPPL Credentialing, Anwendung 20061007
2 Importing 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 Importing 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 Importing IV_APPL Call by reference Type reference (TYPE) CRDAPPL Credentialing, Anwendung 20060928
2 Importing 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 Returning 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