SAP ABAP Class CL_RSR_RRK0_RESULT_SET_STL (OLAP Result Set with Subtotal Levels)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-OT (Application Component) OLAP Technology
     RSROA_RT (Package) OLAP: Kernel Runtime
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSR_RRK0_RESULT_SET Result Set of the OLAP Processor 20120725
Properties
Class CL_RSR_RRK0_RESULT_SET_STL  
Short Description OLAP Result Set with Subtotal Levels    
Super Class CL_RSR_RRK0_RESULT_SET Result Set of the OLAP Processor 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSROA_RT   OLAP: Kernel Runtime 
Created 20120724   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 RRK0 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 RRK1 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 RRO01 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 RRX1 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
5 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSR_RRK0_RESULT_SET_STL has no interface implemented.
Friends
Class CL_RSR_RRK0_RESULT_SET_STL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 P_CURRENT_CONDID Instance attribute Private Type reference (TYPE) I Current Condition ID 20120828
2 P_TSX_CONDK Instance attribute Private Type reference (TYPE) TN_TSX_CONDK The conditions for this result set 20120828
3 P_TSX_SORTK Instance attribute Private Type reference (TYPE) TN_TSX_SORTK The sorting info for this result set 20120828
4 P_TX_SORTING Instance attribute Private Type reference (TYPE) RRK0_TX_SORTING The Sorting information 20120828
5 P_T_ACTIVE_CONDITIONS Instance attribute Private Type reference (TYPE) RRK0_T_ACTIVE_COND Active conditions 20120828
Methods
# Method Level Visibility Method type Description Created on
1 ADAPT_AXIS_PARENT_CHILD Instance method Private Method Adapt the axis parent-child relations 20120828
2 ADAPT_PID_AFTER_DELETE Instance method Private Method Adapt the parent-child-relations in the PID after deletion 20120828
3 ADAPT_PID_AFTER_DELETE_REC Instance method Private Method Adapt PID after delete recursively 20120828
4 ADD_CONDITION_TO_KEY_FIGURE Instance method Private Method Add conditions to the key figure that can be processed early 20121002
5 APPLY_SUM_SUPPRESSION Instance method Private Method Apply the conditional sum suppression to the result set 20121109
6 BUILD_CONDITION_CHECK_BUFFER Instance method Private Method Build a check buffer to apply the conditions in later calls 20120828
7 CHECK_CHAR_COMBINATIONS Instance method Private Method Check if a combination of chars in sorting or cond is ok 20120828
8 CHECK_CONDITIONS Instance method Private Method Check and correct the requested conditions 20120828
9 CHECK_CONDITION_TERMS Instance method Private Method Check the terms of a condition 20120828
10 CHECK_HIERARCHY_SORTING Instance method Private Method Check if hierarchy sorting is needed and adapt Stls 20120828
11 CHECK_RANK_DETERMINISTIC Instance method Private Method Check if a ranked condition gives a deterministic result 20120828
12 CHECK_SORTING Instance method Private Method Check and correct the requested sorting 20120828
13 CHECK_SORTING_TYPES Instance method Private Method Check and correct the different sorting types 20120828
14 COMPLETE_KEY_FIGURES Instance method Private Method Complete the key figures with additional KIDs 20121002
15 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20120828
16 CORRECT_LINDEX_HINDEX Instance method Private Method Correct the LINDEX and HINDEX in the SELPN 20120828
17 DELETE_CONDITION_LINES Instance method Private Method Delete lines after the condition processing 20120828
18 DELETE_CONDITION_LINES_COMBI Instance method Private Method Now delete lines for conditions on char combinations 20120828
19 DELETE_CONDITION_LINES_LATE Instance method Private Method Do the late deletion of condition lines 20120828
20 DUPLICATE_DAT_N_LINES Instance method Private Method Duplicate entries in DAT_N (e.g. for non-unique hierarchies) 20120828
21 DUPLICATE_SETXX_LINES Instance method Private Method Duplicate setxx lines, e.g. for non-unique hierarchies 20120828
22 FILL_CONDITION_CHECK_BUFFER Instance method Private Method Fill the check buffer for conditions 20120828
23 GET_ACTIVE_CONDITIONS Instance method Private Method Get the active conditions 20120828
24 GET_MOVE_TYPE_FOR_CONDITION Instance method Private Method Get move type for ranked condition check 20120828
25 GET_NO_OF_STLS_OF_CONDITION Instance method Private Method Get number of STLs of a condition 20121009
26 LIFT_DELETE_MARKER Instance method Private Method Lift the delete markers (over subtotal levels or hierarchy) 20120828
27 LIFT_DELETE_MARKER_DUPLICATES Instance method Private Method Lift delete marker for duplicated lines 20120828
28 LIFT_DELETE_MARKER_HIERARCHY Instance method Private Method Lift the delete flag for hierarchies 20120828
29 MARK_CONDITION_LINES Instance method Private Method Set delete marker for lines after condition processing 20120828
30 PROCESS_CONDITIONS Instance method Private Method Process the conditions 20120828
31 PROCESS_CONDITION_AND Instance method Private Method Process the AND-connected parts of a condition 20120828
32 PROCESS_CONDITION_FACTOR Instance method Private Method Process a single factor of a condition 20120828
33 PROCESS_CONDITION_FACTORS Instance method Private Method Process factors of a condition 20120828
34 PROCESS_CONDITION_RANK Instance method Private Method Process a ranked condition 20120828
35 PROCESS_CONDITION_RANK_COUNT Instance method Private Method Process topcount/bottomcount condition 20120828
36 PROCESS_CONDITION_RANK_PERCENT Instance method Private Method Process topcount/bottomcount condition 20120828
37 PROCESS_CONDITION_RANK_SUM Instance method Private Method Process topcount/bottomcount condition 20120828
38 REMOVE_CONDITION_FROM_KYF Instance method Private Method Remove the conditions form the key figures 20121002
39 SET_LCLEVEL Instance method Private Method Set the levels of the subtotal levels 20120828
40 SORT_AND_MOVE_FLAT Instance method Private Method Sort and move into result SETXX for a flat list 20120828
41 SORT_AND_MOVE_HIERARCHICAL Instance method Private Method Sort hierarchical result set and move into result structure 20120828
Events
Class CL_RSR_RRK0_RESULT_SET_STL has no event.
Types
Class CL_RSR_RRK0_RESULT_SET_STL has no local type.
Method Signatures

Method ADAPT_AXIS_PARENT_CHILD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_SET Call by reference Type reference (TYPE) STANDARD TABLE 20120828
2 Importing I_T_PID Call by reference Type reference (TYPE) TN_T_PID 20120828

Method ADAPT_AXIS_PARENT_CHILD on class CL_RSR_RRK0_RESULT_SET_STL has no exception.

Method ADAPT_PID_AFTER_DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_PID Call by reference Type reference (TYPE) TN_T_PID 20120828
2 Importing I_S_SETX Call by reference Type reference (TYPE) TN_S_SETX 20120828
3 Importing I_TSX_PID Call by reference Type reference (TYPE) TO_TSX_PID 20120828

Method ADAPT_PID_AFTER_DELETE on class CL_RSR_RRK0_RESULT_SET_STL has no exception.

Method ADAPT_PID_AFTER_DELETE_REC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_PID Call by reference Type reference (TYPE) TN_T_PID 20120828
2 Importing I_IND Call by reference Type reference (TYPE) SYTABIX Index of Internal Tables 20120828
3 Importing I_R_PID Call by reference Object reference (TYPE REF TO) DATA 20120828
4 Importing I_TSX_PID Call by reference Type reference (TYPE) TO_TSX_PID 20120828

Method ADAPT_PID_AFTER_DELETE_REC on class CL_RSR_RRK0_RESULT_SET_STL has no exception.

Method ADD_CONDITION_TO_KEY_FIGURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_COND_IN_KEY_FIGURE Call by reference Type reference (TYPE) RS_BOOL 20121002
2 Changing C_TSX_CONDK Call by reference Type reference (TYPE) TN_TSX_CONDK 20121002
3 Importing I_R_STL Call by reference Object reference (TYPE REF TO) CL_RSR_RRK0_SUBTOTAL_LEVEL Subtotal Level in the OLAP Processor 20121004
4 Importing I_SX_CHARACTERISTIC Call by reference Type reference (TYPE) TN_SX_CHARACTERISTIC 20121004

Method ADD_CONDITION_TO_KEY_FIGURE on class CL_RSR_RRK0_RESULT_SET_STL has no exception.

Method APPLY_SUM_SUPPRESSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_AXISOK Call by reference Type reference (TYPE) RS_BOOL Boolean 20121109
2 Changing C_T_PID Call by reference Type reference (TYPE) TN_T_PID 20121109
3 Changing C_T_SET Call by reference Type reference (TYPE) STANDARD TABLE 20121109
4 Exporting E_SX_SETXX_STATE Call by reference Type reference (TYPE) RRK1_SX_SETXX_STATE 20121109
5 Importing I_ONLY_SET_DELETE_MARKER Call by reference Type reference (TYPE) RS_BOOL Boolean 20121109
6 Importing I_TSX_PID Call by reference Type reference (TYPE) TO_TSX_PID 20121109
# Exception Resumable Description Created on
1 CX_RSROA_EMPTY Empty Result 20121109

Method BUILD_CONDITION_CHECK_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_THX_COND_CHECK_BUFFER Call by reference Type reference (TYPE) CL_RSR_RRK0_QUERY_RUNTIME=>TN_THX_COND 20120828
2 Exporting E_ANZ Call by reference Type reference (TYPE) I 20120828
3 Exporting E_T_SID_CHECK Call by reference Type reference (TYPE) TN_T_SID_CHECK 20120828
4 Importing I_NOZERO Call by reference Type reference (TYPE) RS_BOOL Boolean 20120828

Method BUILD_CONDITION_CHECK_BUFFER on class CL_RSR_RRK0_RESULT_SET_STL has no exception.

Method CHECK_CHAR_COMBINATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TSX_CHARACTERISTIC Call by reference Type reference (TYPE) TN_TSX_CHARACTERISTIC 20121002
2 Exporting E_SX_CHARACTERISTIC Call by reference Type reference (TYPE) TN_SX_CHARACTERISTIC 20121002
3 Importing I_CHECK_FOR_CONDITIONS Call by reference Type reference (TYPE) RS_BOOL True if conditions should be checked, false for sorting 20120828
4 Importing I_TS_CHANMID Value transfer Type reference (TYPE) RRSI_TS_SID SID (or Integer) Table 20120828

Method CHECK_CHAR_COMBINATIONS on class CL_RSR_RRK0_RESULT_SET_STL has no exception.

Method CHECK_CONDITIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TSX_CHARACTERISTIC Call by reference Type reference (TYPE) TN_TSX_CHARACTERISTIC 20121002
2 Exporting E_TSX_CONDK Call by reference Type reference (TYPE) TN_TSX_CONDK 20120828
3 Importing I_AUTH_SUBRC Call by reference Type reference (TYPE) SYSUBRC Return Value of ABAP Statements 20120828
4 Importing I_SX_REQ_KIDS Call by reference Type reference (TYPE) RRK0_SX_KID_SELECTION 20120828
5 Importing I_TS_CELL Call by reference Type reference (TYPE) RRO01_TS_CELL 20120828
6 Importing I_TX_COND Call by reference Type reference (TYPE) RRK0_TX_COND 20120828
7 Importing I_TX_LRECH Call by reference Type reference (TYPE) RRO01_TX_LRECH Formulas 20120828

Method CHECK_CONDITIONS on class CL_RSR_RRK0_RESULT_SET_STL has no exception.

Method CHECK_CONDITION_TERMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TSX_CONDK Call by reference Type reference (TYPE) TN_TSX_CONDK 20120828
2 Importing I_AUTH_SUBRC Call by reference Type reference (TYPE) SYSUBRC Return Value of ABAP Statements 20120828
3 Importing I_SX_CHARACTERISTIC Call by reference Type reference (TYPE) TN_SX_CHARACTERISTIC 20121002
4 Importing I_SX_COND Call by reference Type reference (TYPE) RRK0_SX_COND 20120828
5 Importing I_SX_REQ_KIDS Call by reference Type reference (TYPE) RRK0_SX_KID_SELECTION 20120828
6 Importing I_TS_CELL Call by reference Type reference (TYPE) RRO01_TS_CELL 20120828
7 Importing I_TX_LRECH Call by reference Type reference (TYPE) RRO01_TX_LRECH Formulas 20120828

Method CHECK_CONDITION_TERMS on class CL_RSR_RRK0_RESULT_SET_STL has no exception.

Method CHECK_HIERARCHY_SORTING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_HSORT Call by reference Type reference (TYPE) I 20120828
# Exception Resumable Description Created on
1 CX_RSROA_STEP_FAILED Ausnahme ohne Text, anderer Navigationsschritt möglich 20120828

Method CHECK_RANK_DETERMINISTIC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ACT_SUM Call by reference Type reference (TYPE) RSROA_DF 0 Decimal Float Value 20120828
2 Importing I_CONDITION_ELTUID Call by reference Type reference (TYPE) RSUNIIDX BW: Unequivocal ID in room and time 20120828
3 Importing I_LIMIT Call by reference Type reference (TYPE) RSROA_DF 0 Decimal Float Value 20120828
4 Importing I_OPERATOR Call by reference Type reference (TYPE) RSZ_OPERATOR Operator in Select Options and other Expressions 20120828
5 Importing I_S_RANK_LAST_INSIDE Call by reference Type reference (TYPE) TN_S_RANK 20120828
6 Importing I_TABIX_LAST_INSIDE Call by reference Type reference (TYPE) SYTABIX Index of Internal Tables 20120828
7 Importing I_TOTAL Call by reference Type reference (TYPE) RSROA_DF 0 Decimal Float Value 20120828
8 Importing I_T_RANK Call by reference Type reference (TYPE) TN_T_RANK 20120828

Method CHECK_RANK_DETERMINISTIC on class CL_RSR_RRK0_RESULT_SET_STL has no exception.

Method CHECK_SORTING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TSX_CHARACTERISTIC Call by reference Type reference (TYPE) TN_TSX_CHARACTERISTIC 20121002
2 Changing C_TX_SORTING Call by reference Type reference (TYPE) RRK0_TX_SORTING 20120828
3 Exporting E_TSX_SORTK Call by reference Type reference (TYPE) TN_TSX_SORTK 20120828
4 Importing I_AUTH_SUBRC Call by reference Type reference (TYPE) SYSUBRC Return Value of ABAP Statements 20120828
5 Importing I_SX_REQ_KIDS Call by reference Type reference (TYPE) RRK0_SX_KID_SELECTION 20120828
6 Importing I_TS_CELL Call by reference Type reference (TYPE) RRO01_TS_CELL 20120828
7 Importing I_TX_LRECH Call by reference Type reference (TYPE) RRO01_TX_LRECH Formulas 20120828

Method CHECK_SORTING on class CL_RSR_RRK0_RESULT_SET_STL has no exception.

Method CHECK_SORTING_TYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_SX_SORTING Call by reference Type reference (TYPE) RRK0_SX_SORTING 20120828
2 Changing C_TSX_SORTK Call by reference Type reference (TYPE) TN_TSX_SORTK 20120828
3 Exporting E_STYP Call by reference Type reference (TYPE) RROSART Sort: (K)ey, (T)ext, (V)alue (H)ierarchy 20120828
4 Importing I_AUTH_SUBRC Call by reference Type reference (TYPE) SYSUBRC Return Value of ABAP Statements 20120828
5 Importing I_HSTATUS Call by reference Type reference (TYPE) RSR_STATUS Status of Something 20120828
6 Importing I_SORTID Call by reference Type reference (TYPE) I 20120828
7 Importing I_SX_CHAFREE Call by reference Type reference (TYPE) RRO01_SX_CHAFREE 20130815
8 Importing I_SX_REQ_KIDS Call by reference Type reference (TYPE) RRK0_SX_KID_SELECTION 20120828
9 Importing I_TS_CELL Call by reference Type reference (TYPE) RRO01_TS_CELL 20120828
10 Importing I_TX_LRECH Call by reference Type reference (TYPE) RRO01_TX_LRECH Formulas 20120828

Method CHECK_SORTING_TYPES on class CL_RSR_RRK0_RESULT_SET_STL has no exception.

Method COMPLETE_KEY_FIGURES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_AUTH_SUBRC Call by reference Type reference (TYPE) SYSUBRC 20121002
2 Importing I_KID Call by reference Type reference (TYPE) RSRKID 20121002
3 Importing I_SX_REQ_KIDS Call by reference Type reference (TYPE) RRK0_SX_KID_SELECTION 20121002
4 Importing I_TS_CELL Call by reference Type reference (TYPE) RRO01_TS_CELL 20121002
5 Importing I_TX_LRECH Call by reference Type reference (TYPE) RRO01_TX_LRECH 20121002
6 Returning R_SUBRC Value transfer Type reference (TYPE) SYSUBRC 20121002

Method COMPLETE_KEY_FIGURES on class CL_RSR_RRK0_RESULT_SET_STL has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_QUERY_RUNTIME Call by reference Object reference (TYPE REF TO) CL_RSR_RRK0_QUERY_RUNTIME Status of the K Handle 20121012
2 Importing I_R_RESULT_SET_IDS Call by reference Object reference (TYPE REF TO) CL_RSR_RRK0_RESULT_SET_IDS Number Ranges shared by Result Sets 20121009

Method CONSTRUCTOR on class CL_RSR_RRK0_RESULT_SET_STL has no exception.

Method CORRECT_LINDEX_HINDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_T_SET Call by reference Type reference (TYPE) STANDARD TABLE 20120828

Method CORRECT_LINDEX_HINDEX on class CL_RSR_RRK0_RESULT_SET_STL has no exception.

Method DELETE_CONDITION_LINES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TH_TT Call by reference Type reference (TYPE) TO_TH_INDEX_COUNTER 20120828
2 Changing C_T_SET Call by reference Type reference (TYPE) STANDARD TABLE 20120828
3 Importing I_LINDEX Call by reference Type reference (TYPE) I 20120828

Method DELETE_CONDITION_LINES on class CL_RSR_RRK0_RESULT_SET_STL has no exception.

Method DELETE_CONDITION_LINES_COMBI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_STL Call by reference Object reference (TYPE REF TO) CL_RSR_RRK0_STL_BASE Abstract superclass of a Subtotal Level in the OLAP 20121005
2 Importing I_SX_CHARACTERISTIC Call by reference Type reference (TYPE) TN_SX_CHARACTERISTIC 20121005
# Exception Resumable Description Created on
1 CX_RSROA_STEP_FAILED Exception without text, other navigation step possible 20120828

Method DELETE_CONDITION_LINES_LATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_STL Call by reference Object reference (TYPE REF TO) CL_RSR_RRK0_STL_BASE Abstract superclass of a Subtotal Level in the OLAP 20121005
2 Importing I_SX_CHARACTERISTIC Call by reference Type reference (TYPE) TN_SX_CHARACTERISTIC 20121005

Method DELETE_CONDITION_LINES_LATE on class CL_RSR_RRK0_RESULT_SET_STL has no exception.

Method DUPLICATE_DAT_N_LINES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TH_DAT_N Call by reference Type reference (TYPE) RRX1_TH_DAT_N 20120828
2 Importing I_TS_TUPLE Call by reference Type reference (TYPE) RSR_TS_RENUM Renumbering 20120828

Method DUPLICATE_DAT_N_LINES on class CL_RSR_RRK0_RESULT_SET_STL has no exception.

Method DUPLICATE_SETXX_LINES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_AXISOK Call by reference Type reference (TYPE) RS_BOOL Boolean 20120828
2 Changing C_TH_DAT_N Call by reference Type reference (TYPE) RRX1_TH_DAT_N 20120828
3 Changing C_T_PID Call by reference Type reference (TYPE) TN_T_PID 20120828
4 Changing C_T_SET Call by reference Type reference (TYPE) STANDARD TABLE 20120828
5 Importing I_ALSO_DUPLICATE_DAT_N Call by reference Type reference (TYPE) RS_BOOL Boolean 20120828

Method DUPLICATE_SETXX_LINES on class CL_RSR_RRK0_RESULT_SET_STL has no exception.

Method FILL_CONDITION_CHECK_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_MSTATUS Call by reference Type reference (TYPE) RS_BOOL Boolean 20120828
2 Changing C_THX_COND Call by reference Type reference (TYPE) CL_RSR_RRK0_QUERY_RUNTIME=>TN_THX_COND 20120828
3 Exporting E_R_TS_SID Call by reference Object reference (TYPE REF TO) RRSI_TS_SID Tabelle von SID (bzw. Integers) 20120828
4 Importing I_CHANMID Call by reference Type reference (TYPE) RRK_CHANMID 20120828
5 Importing I_CONDID Call by reference Type reference (TYPE) I 20120828
6 Importing I_TSX_CONDK Call by reference Type reference (TYPE) CL_RSR_RRK0_RESULT_SET=>TN_TSX_CONDK 20120828

Method FILL_CONDITION_CHECK_BUFFER on class CL_RSR_RRK0_RESULT_SET_STL has no exception.

Method GET_ACTIVE_CONDITIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_LIFT Call by reference Type reference (TYPE) RS_BOOL Boolean 20120828
2 Changing C_TSX_CONDK Call by reference Type reference (TYPE) TN_TSX_CONDK 20120828
3 Exporting E_T_ACTIVE_COND Call by reference Type reference (TYPE) RRK0_T_ACTIVE_COND 20120828

Method GET_ACTIVE_CONDITIONS on class CL_RSR_RRK0_RESULT_SET_STL has no exception.

Method GET_MOVE_TYPE_FOR_CONDITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_R_MTYPE Call by reference Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR Runtime Type Services 20120828
2 Importing I_R_STL Call by reference Object reference (TYPE REF TO) CL_RSR_RRK0_STL_BASE Abstract superclass of a Subtotal Level in the OLAP 20121009
3 Importing I_S_SID Call by reference Type reference (TYPE) ANY 20120828

Method GET_MOVE_TYPE_FOR_CONDITION on class CL_RSR_RRK0_RESULT_SET_STL has no exception.

Method GET_NO_OF_STLS_OF_CONDITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CONDID Call by reference Type reference (TYPE) I 20121009
2 Returning R_NUMBER_OF_STLS Value transfer Type reference (TYPE) I 20121009

Method GET_NO_OF_STLS_OF_CONDITION on class CL_RSR_RRK0_RESULT_SET_STL has no exception.

Method LIFT_DELETE_MARKER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NOZERO Call by reference Type reference (TYPE) RS_BOOL Boolean 20120828

Method LIFT_DELETE_MARKER on class CL_RSR_RRK0_RESULT_SET_STL has no exception.

Method LIFT_DELETE_MARKER_DUPLICATES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NOZERO Call by reference Type reference (TYPE) RS_BOOL Boolean 20120828
2 Importing I_THX_DUPL Call by reference Type reference (TYPE) TN_THX_DUPL 20120828
3 Importing I_TUPLE_ID Call by reference Type reference (TYPE) RRTUPLEID ID in SETXX 20120828

Method LIFT_DELETE_MARKER_DUPLICATES on class CL_RSR_RRK0_RESULT_SET_STL has no exception.

Method LIFT_DELETE_MARKER_HIERARCHY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_HINDEX Call by reference Type reference (TYPE) SYTABIX Index of Internal Tables 20120828
2 Importing I_LINDEX Call by reference Type reference (TYPE) SYTABIX Index of Internal Tables 20120828
3 Importing I_NOZERO Call by reference Type reference (TYPE) RS_BOOL Boolean 20120828
4 Importing I_SID_INDEX Call by reference Type reference (TYPE) I 20120828
5 Importing I_SID_INDEX_P Call by reference Type reference (TYPE) I 20120828

Method LIFT_DELETE_MARKER_HIERARCHY on class CL_RSR_RRK0_RESULT_SET_STL has no exception.

Method MARK_CONDITION_LINES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_SET Call by reference Type reference (TYPE) STANDARD TABLE 20120828
2 Importing I_LINDEX Call by reference Type reference (TYPE) I 20120828
3 Importing I_TH_TT Call by reference Type reference (TYPE) TO_TH_INDEX_COUNTER 20120828

Method MARK_CONDITION_LINES on class CL_RSR_RRK0_RESULT_SET_STL has no exception.

Method PROCESS_CONDITIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_MTYPE Call by reference Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR Runtime Type Services 20120828
2 Importing I_R_STL Call by reference Object reference (TYPE REF TO) CL_RSR_RRK0_STL_BASE Abstract superclass of a Subtotal Level in the OLAP 20121008
3 Importing I_SX_CHARACTERISTIC Call by reference Type reference (TYPE) TN_SX_CHARACTERISTIC 20121012
4 Importing I_TH_DAT_N Call by reference Type reference (TYPE) RRX1_TH_DAT_N 20120828
# Exception Resumable Description Created on
1 CX_RSROA_STEP_FAILED Exception without text, other navigation step possible 20120828

Method PROCESS_CONDITION_AND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TH_TT Call by reference Type reference (TYPE) TO_TH_INDEX_COUNTER 20120828
2 Importing I_CONDITION_ELTUID Call by reference Type reference (TYPE) RSUNIIDX BW: Unequivocal ID in room and time 20120828
3 Importing I_R_STL Call by reference Object reference (TYPE REF TO) CL_RSR_RRK0_STL_BASE Abstract superclass of a Subtotal Level in the OLAP 20121009
4 Importing I_SX_CHARACTERISTIC Call by reference Type reference (TYPE) TN_SX_CHARACTERISTIC 20121009
5 Importing I_TH_DAT_N Call by reference Type reference (TYPE) RRX1_TH_DAT_N 20120828
6 Importing I_TH_TT Call by reference Type reference (TYPE) TO_TH_INDEX_COUNTER 20120828
7 Importing I_TX_TERM Call by reference Type reference (TYPE) RRK0_TX_TERM 20120828
8 Importing I_T_SET Call by reference Type reference (TYPE) STANDARD TABLE 20120828

Method PROCESS_CONDITION_AND on class CL_RSR_RRK0_RESULT_SET_STL has no exception.

Method PROCESS_CONDITION_FACTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TH_TT Call by reference Type reference (TYPE) TO_TH_INDEX_COUNTER 20120828
2 Importing I_CONDITION_ELTUID Call by reference Type reference (TYPE) RSUNIIDX BW: Unequivocal ID in room and time 20120828
3 Importing I_R_STL Call by reference Object reference (TYPE REF TO) CL_RSR_RRK0_STL_BASE Abstract superclass of a Subtotal Level in the OLAP 20121009
4 Importing I_SX_CHARACTERISTIC Call by reference Type reference (TYPE) TN_SX_CHARACTERISTIC 20121009
5 Importing I_S_FACTOR Call by reference Type reference (TYPE) RRK0_S_FACTOR 20120828
6 Importing I_TH_DAT_N Call by reference Type reference (TYPE) RRX1_TH_DAT_N 20120828
7 Importing I_TH_TT Call by reference Type reference (TYPE) TO_TH_INDEX_COUNTER 20120828
8 Importing I_T_SET Call by reference Type reference (TYPE) STANDARD TABLE 20120828

Method PROCESS_CONDITION_FACTOR on class CL_RSR_RRK0_RESULT_SET_STL has no exception.

Method PROCESS_CONDITION_FACTORS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TH_TT Call by reference Type reference (TYPE) TO_TH_INDEX_COUNTER 20120828
2 Importing I_CONDITION_ELTUID Call by reference Type reference (TYPE) RSUNIIDX BW: Unequivocal ID in room and time 20120828
3 Importing I_R_STL Call by reference Object reference (TYPE REF TO) CL_RSR_RRK0_STL_BASE Abstract superclass of a Subtotal Level in the OLAP 20121009
4 Importing I_SX_CHARACTERISTIC Call by reference Type reference (TYPE) TN_SX_CHARACTERISTIC 20121009
5 Importing I_TH_DAT_N Call by reference Type reference (TYPE) RRX1_TH_DAT_N 20120828
6 Importing I_TH_TT Call by reference Type reference (TYPE) TO_TH_INDEX_COUNTER 20120828
7 Importing I_TS_FACTOR Call by reference Type reference (TYPE) RRK0_TS_FACTOR 20120828
8 Importing I_T_SET Call by reference Type reference (TYPE) STANDARD TABLE 20120828

Method PROCESS_CONDITION_FACTORS on class CL_RSR_RRK0_RESULT_SET_STL has no exception.

Method PROCESS_CONDITION_RANK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_SUM Call by reference Type reference (TYPE) RSROA_DF Decimal Float Value 20120828
2 Changing C_TH_TT Call by reference Type reference (TYPE) TO_TH_INDEX_COUNTER 20120828
3 Changing C_T_RANK Call by reference Type reference (TYPE) TN_T_RANK 20120828
4 Importing I_CONDITION_ELTUID Call by reference Type reference (TYPE) RSUNIIDX BW: Unequivocal ID in room and time 20120828
5 Importing I_S_FACTOR Call by reference Type reference (TYPE) RRK0_S_FACTOR 20120828
6 Importing I_T_SET Call by reference Type reference (TYPE) STANDARD TABLE 20120828

Method PROCESS_CONDITION_RANK on class CL_RSR_RRK0_RESULT_SET_STL has no exception.

Method PROCESS_CONDITION_RANK_COUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TH_TT Call by reference Type reference (TYPE) TO_TH_INDEX_COUNTER 20120828
2 Changing C_T_RANK Call by reference Type reference (TYPE) TN_T_RANK 20120828
3 Importing I_CONDITION_ELTUID Call by reference Type reference (TYPE) RSUNIIDX BW: Unequivocal ID in room and time 20120828
4 Importing I_NUMBER Call by reference Type reference (TYPE) RSROA_DF 20120828
5 Importing I_OPERATOR Call by reference Type reference (TYPE) RSZ_OPERATOR 20120828
6 Importing I_T_SET Call by reference Type reference (TYPE) STANDARD TABLE 20120828

Method PROCESS_CONDITION_RANK_COUNT on class CL_RSR_RRK0_RESULT_SET_STL has no exception.

Method PROCESS_CONDITION_RANK_PERCENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TH_TT Call by reference Type reference (TYPE) TO_TH_INDEX_COUNTER 20120828
2 Changing C_T_RANK Call by reference Type reference (TYPE) TN_T_RANK 20120828
3 Importing I_CONDITION_ELTUID Call by reference Type reference (TYPE) RSUNIIDX BW: Unequivocal ID in room and time 20120828
4 Importing I_OPERATOR Call by reference Type reference (TYPE) RSZ_OPERATOR 20120828
5 Importing I_PERCENT Call by reference Type reference (TYPE) RSROA_DF 20120828
6 Importing I_TOTAL Call by reference Type reference (TYPE) RSROA_DF Decimal Float Value 20120828
7 Importing I_T_SET Call by reference Type reference (TYPE) STANDARD TABLE 20120828

Method PROCESS_CONDITION_RANK_PERCENT on class CL_RSR_RRK0_RESULT_SET_STL has no exception.

Method PROCESS_CONDITION_RANK_SUM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_SUM Call by reference Type reference (TYPE) RSROA_DF Decimal Float Value 20120828
2 Changing C_TABIX Call by reference Type reference (TYPE) SYTABIX Index of Internal Tables 20120828
3 Changing C_TH_TT Call by reference Type reference (TYPE) TO_TH_INDEX_COUNTER 20120828
4 Changing C_T_RANK Call by reference Type reference (TYPE) TN_T_RANK 20120828
5 Importing I_CONDITION_ELTUID Call by reference Type reference (TYPE) RSUNIIDX BW: Unequivocal ID in room and time 20120828
6 Importing I_OPERATOR Call by reference Type reference (TYPE) RSZ_OPERATOR 20120828
7 Importing I_SUM Call by reference Type reference (TYPE) RSROA_DF 20120828
8 Importing I_T_SET Call by reference Type reference (TYPE) STANDARD TABLE 20120828

Method PROCESS_CONDITION_RANK_SUM on class CL_RSR_RRK0_RESULT_SET_STL has no exception.

Method REMOVE_CONDITION_FROM_KYF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_COND_IN_KEY_FIGURE Call by reference Type reference (TYPE) RS_BOOL 20121002

Method REMOVE_CONDITION_FROM_KYF on class CL_RSR_RRK0_RESULT_SET_STL has no exception.

Method SET_LCLEVEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ALEVEL Call by reference Type reference (TYPE) RRLEVEL Aggregation Level (Total Sum = 1) 20120828

Method SET_LCLEVEL on class CL_RSR_RRK0_RESULT_SET_STL has no exception.

Method SORT_AND_MOVE_FLAT Signature

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

Method SORT_AND_MOVE_FLAT on class CL_RSR_RRK0_RESULT_SET_STL has no exception.

Method SORT_AND_MOVE_HIERARCHICAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TH_DAT_N Call by reference Type reference (TYPE) RRX1_TH_DAT_N 20120828
2 Changing C_T_SETXX Call by reference Type reference (TYPE) STANDARD TABLE 20120828
3 Changing C_T_SID_CHECK Call by reference Type reference (TYPE) TN_T_SID_CHECK 20120828
4 Exporting E_SX_SETXX_STATE Call by reference Type reference (TYPE) RRK1_SX_SETXX_STATE 20120828
# Exception Resumable Description Created on
1 CX_RSROA_EMPTY Empty Result 20120828
History
Last changed by/on SAP  20130531 
SAP Release Created in 740