SAP ABAP Class CL_TLOGM_CUBE (TLOG Mining: Cube Management)
Hierarchy
BI_CONT (Software Component) Business Intelligence Content
   BW-BCT-ISR-AA (Application Component) Analytical Applications
     RS_BCT_RETAIL_TLOG_MINING (Package) Affinity Analysis
Properties
Class CL_TLOGM_CUBE  
Short Description TLOG Mining: Cube Management    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RS_BCT_RETAIL_TLOG_MINING   Affinity Analysis 
Created 20070809   SAP 
Last change 20141101    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_TLOGM_BROKER Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_TLOGM_CUBE has no interface implemented.
Friends
Class CL_TLOGM_CUBE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MS_RSD_DTA Instance attribute Private Type reference (TYPE) RSD_S_DTA Properties InfoProvider 20080825
2 MTH_SFC Instance attribute Private Type reference (TYPE) RSDRI_TH_SFC BW Data Manager: List of Characteristics 20070809
3 MTH_SFK Instance attribute Private Type reference (TYPE) RSDRI_TH_SFK BW Data Manager: List of Key Figures 20070809
4 MTO_KYFNM Instance attribute Public Type reference (TYPE) CL_TLOGM_BROKER=>TTO_KYFNM Key Figures with Field Names 20071112
5 MTS_INFOPROV_IOBJ Instance attribute Public Type reference (TYPE) RSD_T_DTA_IOBJ InfoObjects in Data Target 20070809
6 MT_RSD_DTA_DIME Instance attribute Private Type reference (TYPE) RSD_T_DTA_DIME Data Target: Dimensions Table 20080825
7 MT_RSD_DTA_PRO Instance attribute Private Type reference (TYPE) RSD_T_DTA_PRO InfoObject Properties in Data Target 20080825
8 M_ENQMODE Instance attribute Private Type reference (TYPE) ENQMODE Current Lock Mode 20071018
9 M_INFOPROV Instance attribute Public Type reference (TYPE) RSINFOPROV DataStore Object 20070809
10 M_LOCK_HANDLE Instance attribute Private Type reference (TYPE) RSPLS_LOCK_HNDL Handle for Locked Selection 20071018
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_FIELDS Instance method Public Method Check for Existence of Characteristics / Key Figures in Cube 20070914
2 COMPRESS_DATA Instance method Private Method Remove Empty Records, Table with IOBJNM 20070814
3 CONSTRUCTOR Instance method Public Constructor 20070809
4 CONVERT_RULES Instance method Private Method Doc. Structure with FIELDNM -> Cube Structure with IOBJNM 20070830
5 DELETE_RULES Instance method Public Method Delete Rule 20070809
6 DEQUEUE Instance method Private Method Release Locks 20071018
7 ENQUEUE Instance method Private Method Execute Locks 20071018
8 READ_RULES Instance method Public Method Read Rules, Output with FIELDNM 20070809
9 REVERT_RESULT Instance method Private Method Invert Key Figures, Table with IOBJNM 20070813
10 SAVE_RULES Instance method Public Method Write Rules, Input with FIELDNM 20070809
Events
Class CL_TLOGM_CUBE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_KYF Public See coding 20070831 BEGIN OF ts_kyf, iobjnm TYPE rsdiobjnm, END OF ts_kyf
2 TT_KYF Public See coding 20070831 tt_kyf TYPE STANDARD TABLE OF ts_kyf
Method Signatures

Method CHECK_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITO_CHANM Call by reference Type reference (TYPE) CL_TLOGM_BROKER=>TTO_CHANM 20070914
2 Importing ITO_KYFNM Call by reference Type reference (TYPE) CL_TLOGM_BROKER=>TTO_KYFNM 20070914
# Exception Resumable Description Created on
1 CX_TLOGM_ROOT Exceptions TLOG-Mining 20070914

Method COMPRESS_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_AGGREGATE Call by reference Type reference (TYPE) XFELD Aggregation auf internen Tabs ausführen 20091221
2 Changing XT_DATA Call by reference Type reference (TYPE) STANDARD TABLE 20070814
# Exception Resumable Description Created on
1 CX_TLOGM_ROOT Exceptions TLOG-Mining 20071102

Method CONSTRUCTOR 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 DataStore-Objekt 20070809
# Exception Resumable Description Created on
1 /MAP/CX_EVT_IOBJ MAP: Ausnahmen zur Klasse /MAP/E_CL_IOBJ 20071105
2 CX_TLOGM_ROOT Exceptions TLOG-Mining 20070809

Method CONVERT_RULES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RULES_INFOPROV Call by reference Type reference (TYPE) STANDARD TABLE 20070830
2 Importing IT_RULES_TREX Call by reference Type reference (TYPE) STANDARD TABLE 20070830

Method CONVERT_RULES on class CL_TLOGM_CUBE has no exception.

Method DELETE_RULES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_RUNID Call by reference Type reference (TYPE) RSBCT_RTM_Y_RUNID TLOG-Mining: ID eines Analyselaufs 20070809
# Exception Resumable Description Created on
1 CX_TLOGM_ROOT Exceptions TLOG-Mining 20070809

Method DEQUEUE Signature

Method DEQUEUE on class CL_TLOGM_CUBE has no parameter.
# Exception Resumable Description Created on
1 CX_TLOGM_CUBE Exceptions zu CL_TLOGM_CUBE 20071018

Method ENQUEUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MODE Call by reference Type reference (TYPE) ENQMODE Sperrmodus 20071018
2 Importing I_RUNID Call by reference Type reference (TYPE) RSBCT_RTM_Y_RUNID TLOG-Mining: ID eines Analyselaufs 20071018
# Exception Resumable Description Created on
1 CX_TLOGM_CUBE Exceptions TLOG-Mining 20071018

Method READ_RULES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_RULES Call by reference Object reference (TYPE REF TO) DATA 20070831
2 Importing I_RUNID Call by reference Type reference (TYPE) RSBCT_RTM_Y_RUNID TLOG-Mining: ID eines Analyselaufs 20070809
3 Importing I_X_IOBJNM Call by reference Type reference (TYPE) XFELD SPACE Feld zum Ankreuzen 20070831
# Exception Resumable Description Created on
1 CX_TLOGM_ROOT Exceptions TLOG-Mining 20070809

Method REVERT_RESULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing XT_RULES Call by reference Type reference (TYPE) STANDARD TABLE 20070813

Method REVERT_RESULT on class CL_TLOGM_CUBE has no exception.

Method SAVE_RULES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_RECORDS Call by reference Type reference (TYPE) I Bearbeitete Datenbanktabellenzeilen 20080116
2 Importing IT_RULES Call by reference Type reference (TYPE) STANDARD TABLE 20070831
3 Importing I_RUNID Call by reference Type reference (TYPE) RSBCT_RTM_Y_RUNID TLOG-Mining: ID eines Analyselaufs 20070809
4 Importing I_X_IOBJNM Call by reference Type reference (TYPE) XFELD SPACE Feld zum Ankreuzen 20070831
# Exception Resumable Description Created on
1 CX_TLOGM_ROOT Exceptions TLOG-Mining 20070809
History
Last changed by/on SAP  20141101 
SAP Release Created in