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 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | ![]() |
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 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RRTB_SX_SET_OO | 20090505 | |||
2 | ![]() |
Instance attribute | Private | See coding | 20010806 | ||||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TN_TS_NUMVAL_RANK | 20090505 | |||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RRT3_T_VAL | 20090505 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | Provision of Numerical Value Table | 20090505 |
2 | ![]() |
Instance method | Private | Method | Finds the rank of the currrent value in the numerical table | 20090505 |
3 | ![]() |
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 | ![]() |
I_S_SID | Call by reference | Type reference (TYPE) | ANY | 20090505 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Leeres Ergebnis | 20090505 | |
2 | ![]() |
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 | ![]() |
I_TABIX | Call by reference | Type reference (TYPE) | SYTABIX | Index interner Tabellen | 20090505 | ||
2 | ![]() |
R_RANK | Value transfer | Type reference (TYPE) | I | 20090505 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
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 | ![]() |
I_SX_TUPLE | Call by reference | Type reference (TYPE) | RRTB_SX_SET_OO | 20090505 | |||
2 | ![]() |
R_VALUE | Value transfer | Type reference (TYPE) | RSR_WNNN | Wertfeld im Olap Prozessor | 20090505 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Leeres Ergebnis | 20090505 | |
2 | ![]() |
BW: Allgemeine Fehlerklasse | 20090505 |
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 730 |