SAP ABAP Class CL_RSR_MDX_RANK (Rank of a data set in a quantity)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-OT (Application Component) OLAP Technology
     RSR_MDX_LIB (Package) MDX: Functions
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSR_MDX_NUM_VAL Numeric Value Functions 20010806
Properties
Class CL_RSR_MDX_RANK  
Short Description Rank of a data set in a quantity    
Super Class CL_RSR_MDX_NUM_VAL Numeric Value Functions 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSR_MDX_LIB   MDX: Functions 
Created 20010806   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 RRT3 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 RRTB Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSR_MDX_RANK has no interface implemented.
Friends
Class CL_RSR_MDX_RANK has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 P_SX_SET Instance attribute Private Type reference (TYPE) RRTB_SX_SET_OO 20090505
2 P_TH_CUR_MEM Instance attribute Private See coding 20010806
3 P_TS_NUMVAL_RANK Instance attribute Private Type reference (TYPE) TN_TS_NUMVAL_RANK 20090505
4 P_T_VAL Instance attribute Private Type reference (TYPE) RRT3_T_VAL 20090505
Methods
# Method Level Visibility Method type Description Created on
1 GET_NUM_VALS Instance method Private Method Provision of Numerical Value Table 20090505
2 GET_RANK_IN_NUM_VALS Instance method Private Method Finds the rank of the currrent value in the numerical table 20090505
3 GET_VALUE_TUPLE_NOT_FOUND Instance method Private Method Sets the result to 0 or emptry if tuple not found 20090505
Events
Class CL_RSR_MDX_RANK has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TN_S_NUMVAL_RANK Public See coding 20090505 BEGIN OF tn_s_numval_rank, df TYPE rsroa_df, rank TYPE i, END OF tn_s_numval_rank
2 TN_TS_NUMVAL_RANK Public See coding 20090505 tn_ts_numval_rank TYPE SORTED TABLE OF tn_s_numval_rank WITH UNIQUE KEY df
3 TP_S_CUR_MEM Private See coding 20010806
Method Signatures

Method GET_NUM_VALS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_SID Call by reference Type reference (TYPE) ANY 20090505
# Exception Resumable Description Created on
1 CX_RSR_MDX_EMPTY Leeres Ergebnis 20090505
2 CX_RS_ERROR BW: Allgemeine Fehlerklasse 20090505

Method GET_RANK_IN_NUM_VALS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TABIX Call by reference Type reference (TYPE) SYTABIX Index interner Tabellen 20090505
2 Returning R_RANK Value transfer Type reference (TYPE) I 20090505
# Exception Resumable Description Created on
1 CX_RSR_MDX_EMPTY Leeres Ergebnis 20090505

Method GET_VALUE_TUPLE_NOT_FOUND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SX_TUPLE Call by reference Type reference (TYPE) RRTB_SX_SET_OO 20090505
2 Returning R_VALUE Value transfer Type reference (TYPE) RSR_WNNN Wertfeld im Olap Prozessor 20090505
# Exception Resumable Description Created on
1 CX_RSR_MDX_EMPTY Leeres Ergebnis 20090505
2 CX_RS_ERROR BW: Allgemeine Fehlerklasse 20090505
History
Last changed by/on SAP  20130531 
SAP Release Created in 730