SAP ABAP Class CL_RSR_MDX_ORDER (Sort)
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_SET | Basic Class for all Set Commands | 20010207 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_RSR_MDX_HIERARCHIZE | MDX Command: HIERARCHIZE | 20010207 |
2 | Inheritance (c INHERITING FROM c_ref) | CL_RSR_MDX_RANK_EXPR | Rank | 20010806 |
3 | Inheritance (c INHERITING FROM c_ref) | CL_RSR_MDX_UI | Services for UI Set Expressions | 20010806 |
Properties
Class | CL_RSR_MDX_ORDER | |
Short Description | Sort | |
Super Class | CL_RSR_MDX_SET | Basic Class for all Set Commands |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | RSR_MDX_LIB | MDX: Functions |
Created | 20010207 | 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) |
Interfaces
Class CL_RSR_MDX_ORDER has no interface implemented.
Friends
Class CL_RSR_MDX_ORDER has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_RSR_MDX_CMD | Abstract MDX Command | 20010207 | ||
2 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | RRT_SRX_PARAM | Parameters | 20010207 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | Returns the predecessor for a node | 20100209 |
2 | ![]() |
Instance method | Protected | Method | Sort | 20010207 |
Events
Class CL_RSR_MDX_ORDER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TP_S_PRED_SORT | Private | See coding | Structure for Sorting | 20100209 | BEGIN OF tp_s_pred_sort,
succ TYPE rsd_sid,
prev TYPE rrt3_s_val-sort,
sort TYPE rrt3_s_val-sort,
END OF tp_s_pred_sort
|
|
2 | TP_TH_PRED_SORT | Private | See coding | Table for Sorting | 20100209 | tp_th_pred_sort TYPE HASHED TABLE OF tp_s_pred_sort
WITH UNIQUE KEY succ prev
INITIAL SIZE 0
|
|
3 | TP_T_TABIX | Private | See coding | Table for Index Number | 20111013 | tp_t_tabix TYPE TABLE OF sytabix
|
Method Signatures
Method GET_PREDECESSOR_SORT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_LEVEL_OFFSET | Call by reference | Type reference (TYPE) | I | Offset des Levels | 20100209 | ||
2 | ![]() |
I_S_VAL | Call by reference | Type reference (TYPE) | RRT3_S_VAL | Aktueller Wert | 20100209 | ||
3 | ![]() |
I_TH_SORT | Call by reference | Type reference (TYPE) | TP_TH_PRED_SORT | Tabelle für die Sortierung | 20100209 | ||
4 | ![]() |
I_T_TABIX | Call by reference | Type reference (TYPE) | TP_T_TABIX | Tabelle für Indexnummber | 20111013 | ||
5 | ![]() |
I_T_VAL | Call by reference | Type reference (TYPE) | RRT3_T_VAL | Werte | 20100209 | ||
6 | ![]() |
R_S_SORT | Value transfer | Type reference (TYPE) | TP_S_PRED_SORT | Sortierung für Vorgänger | 20100209 |
Method GET_PREDECESSOR_SORT on class CL_RSR_MDX_ORDER has no exception.
Method SORT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_T_VAL | Call by reference | Type reference (TYPE) | RRT3_T_VAL | 20010207 | |||
2 | ![]() |
I_CMD_ID | Call by reference | Type reference (TYPE) | RRTCMDID | id of a tensor processor command | 20010207 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
BW Fehler (mit Syntax Prüfung) | ||
2 | ![]() |
BW Fehler (mit Syntax Prüfung) | 20010220 |
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 730 |