SAP ABAP Class CL_RSL_UTIL_RKF_CKF_LIST (Copy of RKF and CKF to Copr)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-OT (Application Component) OLAP Technology
     RSL_UTILITIES (Package) Services for the Workspaces
Properties
Class CL_RSL_UTIL_RKF_CKF_LIST  
Short Description Copy of RKF and CKF to Copr    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSL_UTILITIES   Services for the Workspaces 
Created 20110930   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_RSL_ME_METADATA_COPR Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 RZD1 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSL_UTIL_RKF_CKF_LIST has no interface implemented.
Friends
Class CL_RSL_UTIL_RKF_CKF_LIST has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 P_TH_CALC_START Instance attribute Private Type reference (TYPE) RZD1_TH_CALC 20111025
2 P_TH_CELL_START Instance attribute Private Type reference (TYPE) RZD1_TH_CEL 20111025
3 P_TH_CHANGES_START Instance attribute Private Type reference (TYPE) RZD1_TH_CHANGES 20111025
4 P_TH_COMPDIR_START Instance attribute Private Type reference (TYPE) RZD1_TH_COMPDIR 20111025
5 P_TH_COMPIC_START Instance attribute Private Type reference (TYPE) RZD1_TH_COMPIC 20111025
6 P_TH_COMPLIST Instance attribute Private Type reference (TYPE) RZD1_TH_COMPDIR_COMPIC 20111025
7 P_TH_ELTATTR_START Instance attribute Private Type reference (TYPE) RZD1_TH_ELTATTR 20111025
8 P_TH_ELTDIR_START Instance attribute Private Type reference (TYPE) RZD1_TH_ELTDIR 20111025
9 P_TH_ELTPRIO_START Instance attribute Private Type reference (TYPE) RZD1_TH_ELTPRIO 20111025
10 P_TH_ELTPROP_START Instance attribute Private Type reference (TYPE) RZD1_TH_ELTPROP 20111025
11 P_TH_ELTTXT_START Instance attribute Private Type reference (TYPE) RZD1_TH_ELTTXT 20111025
12 P_TH_ELTXREF_START Instance attribute Private Type reference (TYPE) RZD1_TH_ELTXREF 20111025
13 P_TH_GLOBV_START Instance attribute Private Type reference (TYPE) RZD1_TH_GLOBV 20111025
14 P_TH_RANGE_START Instance attribute Private Type reference (TYPE) RZD1_TH_RANGE 20111025
15 P_TH_RKF_CKF Instance attribute Private Type reference (TYPE) TN_TH_RKF_CKF 20111025
16 P_TH_SELECT_START Instance attribute Private Type reference (TYPE) RZD1_TH_SELECT 20111025
17 P_TS_MAPPING Instance attribute Private Type reference (TYPE) CL_RSL_ME_METADATA_COPR=>TN_TS_AUTH_MAPPING 20111025
18 P_T_INFOPROV Instance attribute Private Type reference (TYPE) RSD_T_INFOPROV List of all Relevant InfoProviders 20111220
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Private Constructor 20111025
2 FILL_TABLES Instance method Private Method 20111025
3 FREE Instance method Private Method 20111025
4 GET_INSTANCE Static method Public Method 20110930
5 GET_RKF_AND_CKF Instance method Public Method get list of possible RKF and CKF 20110930
6 IS_IOBJNM_AVAILABLE Instance method Private Method is the infoobject part of the target provider 20111025
7 IS_POSSIBLE Instance method Private Method 20111025
8 READ_AND_CHECK_ALL_RKF_CKF Instance method Private Method 20111025
Events
Class CL_RSL_UTIL_RKF_CKF_LIST has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TN_S_RKF_CKF Public See coding 20110930 BEGIN OF tn_s_rkf_ckf, fml TYPE char30, description TYPE rstxtlg, is_rkf TYPE rs_bool, eltuid TYPE sysuuid_25, possible TYPE rs_bool, reason TYPE string, END OF tn_s_rkf_ckf
2 TN_TH_RKF_CKF Public See coding 20110930 tn_th_rkf_ckf TYPE HASHED TABLE OF tn_s_rkf_ckf WITH UNIQUE KEY fml
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COPR Call by reference Type reference (TYPE) RSLTIPNAME Transienter Provider 20111025
2 Importing I_INFOPROV Call by reference Type reference (TYPE) RSINFOPROV InfoProvider 20111025
3 Importing I_R_COPR Call by reference Object reference (TYPE REF TO) CL_RSDD_LM_COMPOSITE_PROVIDER Composite Provider 20111025

Method CONSTRUCTOR on class CL_RSL_UTIL_RKF_CKF_LIST has no exception.

Method FILL_TABLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DEFTP Call by reference Type reference (TYPE) RZD1_DEFTP 20111025

Method FILL_TABLES on class CL_RSL_UTIL_RKF_CKF_LIST has no exception.

Method FREE Signature

Method FREE on class CL_RSL_UTIL_RKF_CKF_LIST has no parameter.
Method FREE on class CL_RSL_UTIL_RKF_CKF_LIST has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COPR Call by reference Type reference (TYPE) RSLTIPNAME Transienter Provider 20110930
2 Importing I_INFOPROV Call by reference Type reference (TYPE) RSINFOPROV InfoProvider 20110930
3 Importing I_R_COPR Call by reference Object reference (TYPE REF TO) CL_RSDD_LM_COMPOSITE_PROVIDER Composite Provider 20110930
4 Returning R_R_RKFCKF Value transfer Object reference (TYPE REF TO) CL_RSL_UTIL_RKF_CKF_LIST Copy of RKF and CKF to Copr 20110930

Method GET_INSTANCE on class CL_RSL_UTIL_RKF_CKF_LIST has no exception.

Method GET_RKF_AND_CKF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TH_RKF_CKF Call by reference Type reference (TYPE) TN_TH_RKF_CKF 20110930
2 Importing I_ONLY_POSSIBLE Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE Boolean 20120717

Method GET_RKF_AND_CKF on class CL_RSL_UTIL_RKF_CKF_LIST has no exception.

Method IS_IOBJNM_AVAILABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INFOPROV Call by reference Type reference (TYPE) RSINFOPROV InfoProvider 20111220
2 Importing I_IOBJNM Call by reference Type reference (TYPE) RSIOBJNM InfoObject 20111025
3 Importing I_RKF Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE RKF 20120919
4 Returning R_IS_AVAILABLE Value transfer Type reference (TYPE) RS_BOOL Boolean 20111025

Method IS_IOBJNM_AVAILABLE on class CL_RSL_UTIL_RKF_CKF_LIST has no exception.

Method IS_POSSIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_POSSIBLE Call by reference Type reference (TYPE) RS_BOOL Boolean 20111025
2 Exporting E_S_MESG Call by reference Type reference (TYPE) RRMS_S_MESG 20111025
3 Importing I_INFOPROV Call by reference Type reference (TYPE) RSINFOPROV InfoProvider 20111220
4 Importing I_S_ELTDIR Call by reference Type reference (TYPE) RZD1_S_ELTDIR 20111025

Method IS_POSSIBLE on class CL_RSL_UTIL_RKF_CKF_LIST has no exception.

Method READ_AND_CHECK_ALL_RKF_CKF Signature

Method READ_AND_CHECK_ALL_RKF_CKF on class CL_RSL_UTIL_RKF_CKF_LIST has no parameter.
Method READ_AND_CHECK_ALL_RKF_CKF on class CL_RSL_UTIL_RKF_CKF_LIST has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 730