SAP ABAP Class CL_RSR_RRK0_RESULT_SET (Result Set of the OLAP Processor)
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_BASE Result Set of the OLAP Processor 20120829
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSR_RRK0_RESULT_SET_DEFAULT Result Set of the OLAP Processor for Defaulting 20120830
2 Inheritance (c INHERITING FROM c_ref)  CL_RSR_RRK0_RESULT_SET_DETAILS OLAP Result Set with only details (values) 20120828
3 Inheritance (c INHERITING FROM c_ref)  CL_RSR_RRK0_RESULT_SET_DUMMY Result Set of the OLAP Processor for Defaulting 20120928
4 Inheritance (c INHERITING FROM c_ref)  CL_RSR_RRK0_RESULT_SET_FC Result Set of the OLAP Processor for Formula Calculation 20120830
5 Inheritance (c INHERITING FROM c_ref)  CL_RSR_RRK0_RESULT_SET_STL OLAP Result Set with Subtotal Levels 20120725
Properties
Class CL_RSR_RRK0_RESULT_SET  
Short Description Result Set of the OLAP Processor    
Super Class CL_RSR_RRK0_RESULT_SET_BASE 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 20120723   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 RRK Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 RRK0 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 RRK1 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
5 RRO01 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
6 RRX1 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
7 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
8 RSD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
9 RSR Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSR_RRK0_RESULT_SET has no interface implemented.
Friends
Class CL_RSR_RRK0_RESULT_SET has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_C_SET_SEC_KEY Constant Public See coding 20121009
2 O_R_S_SET Instance attribute Protected Object reference (TYPE REF TO) DATA 20120828
3 O_R_S_SETTOP Instance attribute Protected Object reference (TYPE REF TO) DATA 20120828
4 O_R_T_PID Instance attribute Protected Object reference (TYPE REF TO) TN_T_PID 20120828
5 O_R_T_SET Instance attribute Protected Object reference (TYPE REF TO) DATA 20120828
6 O_S_RESULT_SET_SETTINGS Instance attribute Protected Type reference (TYPE) TN_S_RESULT_SET_SETTINGS 20121002
Methods
# Method Level Visibility Method type Description Created on
1 ADAPT_SUM_SUPPR_FOR_UNPOSTED Instance method Private Method Adapt sum suppression in subtotal levels for unposted values 20120828
2 AGGREGATE_SPID Instance method Protected Method Aggregate the SPs, build the aggregates 20120828
3 BUILD_CUMUL_ON_CHAR_REQUESTS Instance method Private Method Build requests for cumulation on characteristics 20120828
4 BUILD_SUBTOTAL_LEVELS Instance method Protected Method Create subtotal levels 20120828
5 CHECK_UNPOSTED Instance method Private Method Check the settings for unposted values 20120828
6 CHECK_UNPOSTED_ONLY_VALUES Instance method Private Method Check if unposted values are needed if ONLY_VALUES = True 20120828
7 CLEAR_CONDITIONS Instance method Protected Method Clear the conditions that apply to the given axis objects 20120828
8 COMPLETE_CUMUL_ON_CHARS_KEYS Instance method Private Method Complete the cumulation on char keys 20120828
9 COMPLETE_CUMUL_ON_CHARS_TIME Instance method Private Method Complete the cumulation on char keys with time information 20120828
10 CREATE_AND_INIT_DATA_CONTAINER Instance method Protected Method Create and initialize data containers 20120828
11 CREATE_T_SET Instance method Protected Method create the SET(XX) table used in the Result Set internally 20121009
12 FETCH Instance method Public Method Fetch the data 20120725
13 FILL_AUTHORITY_VALEXCP Instance method Private Method Fill the value exceptions for authorizations 20120828
14 FINISH_FETCH Instance method Protected Method Finish step of the result set fetching 20120828
15 GET_CHANMID_LEVELS Instance method Protected Method Get the chanmid level information 20121121
16 GET_CUMUL_ON_CHAR_KEYS Instance method Private Method Get the keys needed for cumulation on characteristics 20120828
17 GET_DATA_CONTAINER Instance method Public Method Get the stored data container 20130403
18 GET_KIDS_FOR_SET_BRACKETS Instance method Private Method Get the needed KIDs to set the brackets 20120828
19 INITIALIZE Instance method Public Method Initialize the result set 20120725
20 INITIALIZE_CHAR_AND_KEY_FIGURE Instance method Protected Method Initialize characteristics and key figures 20121002
21 INITIALIZE_HIERARCHY_STATE Instance method Protected Method Initialize the hierarchy information of the set structure 20120828
22 INITIALIZE_SET_CONTAINER Instance method Protected Method Initialize the set structure container 20120828
23 INITIALIZE_SID_WITH_FIX Instance method Private Method Initialize a SID in the sid structure with a given fix value 20120828
24 INTEGRATE_CUMUL_ON_CHAR Instance method Private Method Integrate the cumulation on characteristics into data 20120828
25 PREPARE_UNPOSTED_GENERATORS Instance method Protected Method Prepare the unposted values generators 20120828
26 SETUP_CUMULATION_ON_CHAR Instance method Protected Method Setup the cumulation on characteristics 20120828
27 SET_BRACKETS Instance method Private Method Set brackets for debug reasons 20120828
28 SET_BRACKETS_FOR_EXPLAIN Instance method Private Method Set the brackets for explain queries 20120828
Events
Class CL_RSR_RRK0_RESULT_SET has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 NT_TSX_CSKID Public See coding 20121009 nt_tsx_cskid TYPE SORTED TABLE OF tn_sx_cskid WITH UNIQUE KEY csid
2 TN_SX_CONDK Public See coding 20120828 BEGIN OF tn_sx_condk, condid TYPE i, hstatus TYPE rsr_status, pstatus TYPE rs_bool, ranking TYPE rs_bool, chanmid TYPE rrsi_ts_sid, stl_status TYPE tn_ts_stl_status, and TYPE tn_tsx_and, END OF tn_sx_condk
3 TN_SX_CSKID Public See coding 20121009 BEGIN OF tn_sx_cskid, csid TYPE rrcsid, kid TYPE rrsi_ts_sid, kido TYPE rrsi_ts_sid, END OF tn_sx_cskid
4 TN_SX_SORTK Public See coding 20120828 BEGIN OF tn_sx_sortk, sortid TYPE i, hstatus TYPE rsr_status, typ TYPE rrk0_s_sorting-typ, chanmid TYPE rrsi_ts_sid, sorting TYPE rrk0_ts_sorting, END OF tn_sx_sortk
5 TN_S_RANK Public See coding 20120828 BEGIN OF tn_s_rank, tabix TYPE i, value TYPE rsroa_df, END OF tn_s_rank
6 TN_S_RESULT_SET_SETTINGS Public See coding 20121002 BEGIN OF tn_s_result_set_settings, dupl TYPE rs_bool, last_call TYPE rs_bool, contains_details type rs_bool, lift TYPE rs_bool, nosum TYPE rs_bool, condsum TYPE rs_bool, hesum TYPE rs_bool, nozero type rs_char1, "zero Suppression a duplicate_dat_n TYPE rs_bool, only_set_delete_marker TYPE rs_bool, only_values TYPE rs_bool, force_unposted_only_values type rs_bool, with_aggregates type rs_bool, emptykid TYPE rs_bool, unposted TYPE rs_bool, cumul TYPE rs_bool, self TYPE rs_bool, "a self call? with_format TYPE rs_bool, "with format or not (used by plan buffer data get) stateless TYPE rs_bool, "stateless or not (used by the "Taschenrechner") first_tuple_id TYPE rrtupleid, max_stl_id TYPE i, depth TYPE i, hsort TYPE i, checkn TYPE i, sumposit type rrx1_sumposit, END OF tn_s_result_set_settings
7 TN_S_SETK Public See coding 20121009 BEGIN OF tn_s_setk, sortf TYPE rsroa_df, chanmid TYPE rssid, level TYPE i, delc TYPE rs_bool, zero TYPE rs_bool, dupl TYPE rs_bool, END OF tn_s_setk
8 TN_S_SETX Public See coding 20121009 BEGIN OF tn_s_setx, stl_id TYPE i, offs TYPE i, leng TYPE i, ind TYPE i, pind TYPE i, END OF tn_s_setx
9 TN_TSX_CONDK Public See coding 20120828 tn_tsx_condk TYPE SORTED TABLE OF tn_sx_condk WITH UNIQUE KEY condid INITIAL SIZE 2
10 TN_TSX_SORTK Public See coding 20120828 tn_tsx_sortk TYPE SORTED TABLE OF tn_sx_sortk WITH UNIQUE KEY sortid INITIAL SIZE 3
11 TN_T_PID Public See coding 20121009 tn_t_pid TYPE STANDARD TABLE OF REF TO data WITH KEY table_line INITIAL SIZE 0
12 TN_T_RANK Public See coding 20120828 tn_t_rank TYPE STANDARD TABLE OF tn_s_rank WITH KEY tabix INITIAL SIZE 0
13 TO_SX_PID Protected See coding 20120828 BEGIN OF to_sx_pid, pid TYPE sytabix, child TYPE rrsi_ts_sid, END OF to_sx_pid
14 TO_S_SORT_CUMUL Protected See coding 20120828 BEGIN OF to_s_sort_cumul, sid TYPE rssid, sortc TYPE string, sortf TYPE rsroa_df, sortc_2 TYPE string, END OF to_s_sort_cumul
15 TO_S_STL_CUMUL Protected See coding 20120828 BEGIN OF to_s_stl_cumul, sort TYPE RSRSFSORT, "position of the characteristic on the axis, from TS_AXES chanmid TYPE rrk_chanmid, cumul TYPE rs_bool, sidmonfl TYPE rs_bool, keysortext TYPE rs_bool, empty TYPE rrempty, dupl TYPE rs_char1, END OF to_s_stl_cumul
16 TO_TH_STL_CUMUL Protected See coding 20120828 to_th_stl_cumul TYPE HASHED TABLE OF to_s_stl_cumul WITH UNIQUE KEY sort chanmid
17 TO_TSX_PID Protected See coding 20120828 to_tsx_pid TYPE SORTED TABLE OF to_sx_pid WITH UNIQUE KEY pid INITIAL SIZE 0
18 TO_T_SORT_CUMUL Protected See coding 20120828 to_t_sort_cumul TYPE STANDARD TABLE OF to_s_sort_cumul WITH KEY table_line INITIAL SIZE 0
Method Signatures

Method ADAPT_SUM_SUPPR_FOR_UNPOSTED 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_CONDSUM Call by reference Type reference (TYPE) RS_BOOL Boolean 20120828

Method ADAPT_SUM_SUPPR_FOR_UNPOSTED on class CL_RSR_RRK0_RESULT_SET has no exception.

Method AGGREGATE_SPID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DEPTH Call by reference Type reference (TYPE) I 20120828
# Exception Resumable Description Created on
1 CX_RSROA_STEP_FAILED Exception without text, other navigation step possible 20120828

Method BUILD_CUMUL_ON_CHAR_REQUESTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TH_STL_CUMUL Call by reference Type reference (TYPE) TO_TH_STL_CUMUL 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

Method BUILD_CUMUL_ON_CHAR_REQUESTS on class CL_RSR_RRK0_RESULT_SET has no exception.

Method BUILD_SUBTOTAL_LEVELS Signature

Method BUILD_SUBTOTAL_LEVELS on class CL_RSR_RRK0_RESULT_SET has no parameter.
# Exception Resumable Description Created on
1 CX_RSROA_EMPTY Leeres Ergebnis 20120828

Method CHECK_UNPOSTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_EMPTY Call by reference Type reference (TYPE) RREMPTY Display Values Not Posted 20120828
2 Changing C_UNPOSTED Call by reference Type reference (TYPE) RS_BOOL Boolean 20120828
3 Importing I_FORCE_UNPOSTED_ONLY_VALUES Call by reference Type reference (TYPE) RS_BOOL Boolean 20120828
4 Importing I_ONLY_VALUES Call by reference Type reference (TYPE) RS_BOOL Boolean 20120828
5 Importing I_S_AXES Call by reference Type reference (TYPE) RRK0_S_AXES 20120828

Method CHECK_UNPOSTED on class CL_RSR_RRK0_RESULT_SET has no exception.

Method CHECK_UNPOSTED_ONLY_VALUES Signature

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

Method CHECK_UNPOSTED_ONLY_VALUES on class CL_RSR_RRK0_RESULT_SET has no exception.

Method CLEAR_CONDITIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_THX_COND Call by reference Type reference (TYPE) CL_RSR_RRK0_QUERY_RUNTIME=>TN_THX_COND 20120828
2 Importing I_TS_AXES Call by reference Type reference (TYPE) RRK0_TS_AXES 20120828

Method CLEAR_CONDITIONS on class CL_RSR_RRK0_RESULT_SET has no exception.

Method COMPLETE_CUMUL_ON_CHARS_KEYS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_SID Call by reference Type reference (TYPE) RRSI_T_SID 20120828
2 Importing I_S_STL_CUMUL Call by reference Type reference (TYPE) TO_S_STL_CUMUL 20120828

Method COMPLETE_CUMUL_ON_CHARS_KEYS on class CL_RSR_RRK0_RESULT_SET has no exception.

Method COMPLETE_CUMUL_ON_CHARS_TIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_SID Call by reference Type reference (TYPE) RRSI_T_SID SID (or Integer) Table 20120828
2 Importing I_CHANMID Call by reference Type reference (TYPE) RRK_CHANMID 20120828

Method COMPLETE_CUMUL_ON_CHARS_TIME on class CL_RSR_RRK0_RESULT_SET has no exception.

Method CREATE_AND_INIT_DATA_CONTAINER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TA_SETXX Call by reference Type reference (TYPE) ANY TABLE 20120828
2 Importing I_ALEVEL Call by reference Type reference (TYPE) RRLEVEL 20120828
3 Importing I_APID Call by reference Type reference (TYPE) RRTUPLEID 20120828
4 Importing I_HRY_LEVEL Call by reference Type reference (TYPE) RRLEVEL 20120828
5 Importing I_PROWID Call by reference Type reference (TYPE) RRTUPLEID 20120828
6 Importing I_SUMPOSIT Call by reference Type reference (TYPE) RRXSUMPOSIT Query: Position of the results row 20120828

Method CREATE_AND_INIT_DATA_CONTAINER on class CL_RSR_RRK0_RESULT_SET has no exception.

Method CREATE_T_SET 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 20121009
2 Exporting E_R_T_SET Call by reference Object reference (TYPE REF TO) DATA 20121009
3 Importing I_TA_SETXX Call by reference Type reference (TYPE) ANY TABLE 20121009

Method CREATE_T_SET on class CL_RSR_RRK0_RESULT_SET has no exception.

Method FETCH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TA_SETXX Call by reference Type reference (TYPE) ANY TABLE 20120828
2 Changing C_TH_DAT_N Call by reference Type reference (TYPE) RRX1_TH_DAT_N 20120828
3 Exporting E_SX_SETXX_STATE Call by reference Type reference (TYPE) RRK1_SX_SETXX_STATE 20120828
4 Importing I_ALEVEL Call by reference Type reference (TYPE) RRLEVEL 20120828
5 Importing I_APID Call by reference Type reference (TYPE) RRTUPLEID 20120828
6 Importing I_HRY_LEVEL Call by reference Type reference (TYPE) RRLEVEL 20120828
7 Importing I_PROWID Call by reference Type reference (TYPE) RRTUPLEID 20120828
# Exception Resumable Description Created on
1 CX_RSROA_EMPTY Empty Result 20120828
2 CX_RSROA_STEP_FAILED Exception without text, other navigation step possible 20120828

Method FILL_AUTHORITY_VALEXCP 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_FIRST_TUPLE_ID Call by reference Type reference (TYPE) RRTUPLEID ID in SETXX 20120828

Method FILL_AUTHORITY_VALEXCP on class CL_RSR_RRK0_RESULT_SET has no exception.

Method FINISH_FETCH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TA_SETXX Call by reference Type reference (TYPE) ANY TABLE 20120828
2 Changing C_TH_DAT_N Call by reference Type reference (TYPE) RRX1_TH_DAT_N 20120828
3 Importing I_T_ACTIVE_CONDITION Call by reference Type reference (TYPE) RRK0_T_ACTIVE_COND 20120828
# Exception Resumable Description Created on
1 CX_RSROA_EMPTY Leeres Ergebnis 20120828

Method GET_CHANMID_LEVELS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TS_CHANMID_LEVEL Value transfer Type reference (TYPE) RRK1_TS_CHANMID_LEVEL 20121121

Method GET_CHANMID_LEVELS on class CL_RSR_RRK0_RESULT_SET has no exception.

Method GET_CUMUL_ON_CHAR_KEYS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_THX_DUPLCUM Call by reference Type reference (TYPE) RRK_THX_DUPLCUM Duplicate SIDs 20120828
2 Changing C_TH_STL_CUMUL Call by reference Type reference (TYPE) TO_TH_STL_CUMUL 20120828
3 Importing I_R_DATA Call by reference Object reference (TYPE REF TO) IF_RSR_RRK0_DATA Data 20120828

Method GET_CUMUL_ON_CHAR_KEYS on class CL_RSR_RRK0_RESULT_SET has no exception.

Method GET_DATA_CONTAINER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_R_S_SET Call by reference Object reference (TYPE REF TO) DATA 20130403
2 Exporting E_R_S_SETTOP Call by reference Object reference (TYPE REF TO) DATA 20130403
3 Exporting E_R_T_SET Call by reference Object reference (TYPE REF TO) DATA 20130403

Method GET_DATA_CONTAINER on class CL_RSR_RRK0_RESULT_SET has no exception.

Method GET_KIDS_FOR_SET_BRACKETS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_ID Call by reference Type reference (TYPE) I 20120828
2 Changing C_SX_WGR Call by reference Type reference (TYPE) RRO01_SX_WGR Description of Storage and Aggregation Table 20120828
3 Exporting E_TS_KID Call by reference Type reference (TYPE) RRSI_TS_SID SID (or Integer) Table 20120828
4 Importing I_GRUND Call by reference Type reference (TYPE) RRGRUND Reason for the mandatory characteristic 20120828
5 Importing I_TH_KEY_FIGURE Call by reference Type reference (TYPE) TN_TH_KEY_FIGURE 20121002

Method GET_KIDS_FOR_SET_BRACKETS on class CL_RSR_RRK0_RESULT_SET has no exception.

Method INITIALIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_ACTIVE_CONDITIONS Call by reference Type reference (TYPE) RRK0_T_ACTIVE_COND 20120828
2 Importing I_ALEVEL Call by reference Type reference (TYPE) RRLEVEL 20120828
3 Importing I_CONTAINS_DETAILS Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Details are retrieved 20120828
4 Importing I_FORCE_UNPOSTED_ONLY_VALUES Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE 20120828
5 Importing I_LAST_CALL Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Is it the last result set to be fetched? 20120828
6 Importing I_NOZERO Call by reference Type reference (TYPE) RRXNOZERO RS_C_FALSE Flag for zero suppression 20120828
7 Importing I_ONLY_SET_DELETE_MARKER Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Only set delete indicator in case of sum suppression 20120828
8 Importing I_SELF Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20120828
9 Importing I_STATELESS Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20120830
10 Importing I_SUMPOSIT Call by reference Type reference (TYPE) RRXSUMPOSIT RRX1_C_SUMPOSIT-BOTTOM 20120828
11 Importing I_SX_REQ_KIDS Call by reference Type reference (TYPE) RRK0_SX_KID_SELECTION 20120725
12 Importing I_TH_AGGR_IDXS Call by reference Type reference (TYPE) RRK1_TH_AGGR_IDXS 20120828
13 Importing I_TS_AXES Call by reference Type reference (TYPE) RRK0_TS_AXES 20120725
14 Importing I_TX_SORTING Call by reference Type reference (TYPE) RRK0_TX_SORTING 20120725
15 Importing I_WITH_AGGREGATES Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE 20120828
16 Importing I_WITH_FORMAT Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20120830
# Exception Resumable Description Created on
1 CX_RSROA_EMPTY Empty Result 20120828
2 CX_RSROA_STEP_FAILED Ausnahme ohne Text, anderer Navigationsschritt möglich 20120828

Method INITIALIZE_CHAR_AND_KEY_FIGURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CONTAINS_DETAILS Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE 20121002
2 Importing I_FORCE_UNPOSTED_ONLY_VALUES Call by reference Type reference (TYPE) RS_BOOL 20121002
3 Importing I_LAST_CALL Call by reference Type reference (TYPE) RS_BOOL 20121002
4 Importing I_NOZERO Call by reference Type reference (TYPE) RRXNOZERO 20121002
5 Importing I_ONLY_SET_DELETE_MARKER Call by reference Type reference (TYPE) RS_BOOL 20121002
6 Importing I_ONLY_VALUES Call by reference Type reference (TYPE) RS_BOOL 20121002
7 Importing I_SELF Call by reference Type reference (TYPE) RS_BOOL 20121002
8 Importing I_STATELESS Call by reference Type reference (TYPE) RS_BOOL Boolean 20121004
9 Importing I_SUMPOSIT Call by reference Type reference (TYPE) RRXSUMPOSIT 20121002
10 Importing I_SX_REQ_KIDS Call by reference Type reference (TYPE) RRK0_SX_KID_SELECTION 20121002
11 Importing I_TH_AGGR_IDXS Call by reference Type reference (TYPE) RRK1_TH_AGGR_IDXS 20121002
12 Importing I_TS_AXES Call by reference Type reference (TYPE) RRK0_TS_AXES 20121002
13 Importing I_WITH_AGGREGATES Call by reference Type reference (TYPE) RS_BOOL 20121002
# Exception Resumable Description Created on
1 CX_RSROA_EMPTY 20121002

Method INITIALIZE_HIERARCHY_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_S_SET Call by reference Type reference (TYPE) ANY 20120828
2 Changing C_S_SETTOP Call by reference Type reference (TYPE) ANY 20120828
3 Importing I_ALEVEL Call by reference Type reference (TYPE) RRLEVEL 20120828
4 Importing I_APID Call by reference Type reference (TYPE) RRTUPLEID 20120828
5 Importing I_HRY_LEVEL Call by reference Type reference (TYPE) RRLEVEL 20120828
6 Importing I_PROWID Call by reference Type reference (TYPE) RRTUPLEID 20120828

Method INITIALIZE_HIERARCHY_STATE on class CL_RSR_RRK0_RESULT_SET has no exception.

Method INITIALIZE_SET_CONTAINER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_S_SET Call by reference Type reference (TYPE) ANY 20120828
2 Importing I_TSX_LFH Call by reference Type reference (TYPE) RRKG_TSX_LFH Description of the List 20120828

Method INITIALIZE_SET_CONTAINER on class CL_RSR_RRK0_RESULT_SET has no exception.

Method INITIALIZE_SID_WITH_FIX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_S_SID Call by reference Type reference (TYPE) ANY 20120828
2 Importing I_CHANMID Call by reference Type reference (TYPE) RRK_CHANMID 20120828
3 Importing I_FIX Call by reference Type reference (TYPE) RS_BOOL Boolean 20120828
4 Importing I_FIX_SID Call by reference Type reference (TYPE) RSD_SID 20120828
5 Importing I_INDEX Call by reference Type reference (TYPE) I 20120828
6 Importing I_TSX_LFH Call by reference Type reference (TYPE) RRKG_TSX_LFH Description of the List 20120828

Method INITIALIZE_SID_WITH_FIX on class CL_RSR_RRK0_RESULT_SET has no exception.

Method INTEGRATE_CUMUL_ON_CHAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_DATA Call by reference Object reference (TYPE REF TO) IF_RSR_RRK0_DATA Data 20120828
2 Importing I_THX_DUPLCUM Call by reference Type reference (TYPE) RRK_THX_DUPLCUM Duplicate SIDs 20120828
3 Importing I_TH_STL_CUMUL Call by reference Type reference (TYPE) TO_TH_STL_CUMUL 20120828

Method INTEGRATE_CUMUL_ON_CHAR on class CL_RSR_RRK0_RESULT_SET has no exception.

Method PREPARE_UNPOSTED_GENERATORS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TSX_LFH Call by reference Type reference (TYPE) RRKG_TSX_LFH Description of the List 20120828
# Exception Resumable Description Created on
1 CX_RSROA_STEP_FAILED Exception without text, other navigation step possible 20120828

Method SETUP_CUMULATION_ON_CHAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_THX_DUPLCUM Call by reference Type reference (TYPE) RRK_THX_DUPLCUM Duplicate SIDs 20120828

Method SETUP_CUMULATION_ON_CHAR on class CL_RSR_RRK0_RESULT_SET has no exception.

Method SET_BRACKETS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TA_SETXX Call by reference Type reference (TYPE) ANY TABLE 20120828
2 Changing C_TH_DAT_N Call by reference Type reference (TYPE) RRX1_TH_DAT_N 20120828
3 Importing I_TH_KID Call by reference Type reference (TYPE) RRK0_TH_KIDS 20120828
4 Importing I_T_ACTIVE_CONDITION Call by reference Type reference (TYPE) RRK0_T_ACTIVE_COND 20121004

Method SET_BRACKETS on class CL_RSR_RRK0_RESULT_SET has no exception.

Method SET_BRACKETS_FOR_EXPLAIN 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_TH_KID Call by reference Type reference (TYPE) RRK0_TH_KIDS 20120828

Method SET_BRACKETS_FOR_EXPLAIN on class CL_RSR_RRK0_RESULT_SET has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 740