Hierarchy

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_RS_BASE | BW Basis | 20111031 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSBOLAP_EVENT_SOURCE | Object That Communicates Changes | 20111031 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSBOLAP_FLAT_RESULT_SET | Flat Result Set of a Query | 20111031 |
4 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSTT_INSTANCE_ITEM | Interface for Special Class Instances | 20111109 |
Properties
Class | CL_RSBOLAP_QV_FLAT_RESULT_SET | |
Short Description | Flat Query Result | |
Super Class | CL_RS_BASE | BW Basis |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | RSBOLAP_LIST_QUERY_VIEW | Query View Navigation (Flat) |
Created | 20111031 | 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 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
3 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
4 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_RSBOLAP_EVENT_SOURCE | Object That Communicates Changes | 20111031 | ||
2 | IF_RSBOLAP_FLAT_RESULT_SET | Flat Result Set of a Query | 20111031 | ||
3 | IF_RSTT_INSTANCE_ITEM | Interface for Special Class Instances | 20111109 |
Friends
Class CL_RSBOLAP_QV_FLAT_RESULT_SET has no friend class.
Attributes
Methods
Events
# | Event | Type | Visibility | Description | Created on |
---|---|---|---|---|---|
1 | CHANGED | Instance Event (0) |
Public (2) |
20111031 | |
2 | EXECUTED | Instance Event (0) |
Public (2) |
20111031 | |
3 | FREED | Instance Event (0) |
Public (2) |
20111031 |
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TN_DEC_FLOAT | Public | Attribute reference (LIKE) | 20111031 |
|
||
2 | TN_SX_AXIS | Public | See coding | 20111109 | BEGIN OF tn_sx_axis,
axis_objects TYPE tn_th_axis_objects,
n_objects TYPE i,
n_characteristics TYPE i,
n_structures TYPE i,
n_hierarchies TYPE i,
state TYPE REF TO bics_prov_state_axis,
cursor_enabled TYPE abap_bool,
fetched_packages TYPE i,
end_of_data TYPE abap_bool,
current_offset TYPE i,
current_package TYPE REF TO data,
current_text TYPE rsdm_th_txt_n,
column_catalog TYPE rsbolap_qv_th_result_set_cat,
END OF tn_sx_axis
|
||
3 | TN_SX_OLAP_INFOS | Public | See coding | 20111109 | BEGIN OF tn_sx_olap_infos,
list_opened TYPE rs_bool,
sid_index_catalog TYPE rrk1_th_aggr_idxs,
req_kids TYPE rrk0_sx_kid_selection,
kyf_cudim_mapping type tn_ts_kyf_cudim,
nav TYPE rrsi_ts_sid,
k TYPE REF TO cl_abap_structdescr,
dpos TYPE rsr_ts_dpos,
struc_sid_index_1 TYPE i,
struc_hsid_index_1 TYPE i,
struc_sid_index_2 TYPE i,
struc_hsid_index_2 TYPE i,
fix_eltsid_1 TYPE rssid,
fix_eltsid_2 TYPE rssid,
max_sid_index TYPE i,
max_hsid_index TYPE i,
sorting TYPE rrk0_tx_sorting,
data TYPE REF TO data,
column_catalog TYPE rsbolap_qv_th_result_set_cat,
END OF tn_sx_olap_infos
|
||
4 | TN_S_AXIS_OBJECT | Public | See coding | 20111109 | BEGIN OF tn_s_axis_object,
id TYPE rsbolap_object_id,
sid_index TYPE rsbolap_index,
hsid_index TYPE rsbolap_index,
hierarchy_bincl TYPE REF TO cl_rsr_hierarchy_bincl,
axis TYPE REF TO cl_rsbolap_qv_axis,
position TYPE rsbolap_index,
char TYPE REF TO if_rsbolap_qv_char_internal,
char_state TYPE REF TO bics_prov_state_characteristic,
char_meta_data TYPE REF TO bics_prov_meta_characteristic,
is_structure TYPE rs_bool, "optimized access later
olap_prsnts TYPE rsdm_th_chaprsnt,
END OF tn_s_axis_object
|
||
5 | TN_S_KYF_CUDIM | Public | See coding | 20111109 | BEGIN OF tn_s_kyf_cudim,
kid type rsrkid,
kyfnm TYPE rskyfnm,
cudim TYPE rschanm,
END OF tn_s_kyf_cudim
|
||
6 | TN_TH_AXIS_OBJECTS | Public | See coding | 20111109 | tn_th_axis_objects TYPE HASHED TABLE OF tn_s_axis_object WITH UNIQUE KEY id
|
||
7 | TN_TS_KYF_CUDIM | Public | See coding | 20111109 | tn_ts_kyf_cudim TYPE SORTED TABLE OF tn_s_kyf_cudim WITH UNIQUE KEY kid
|
||
8 | TN_T_SID | Public | See coding | 20111109 | tn_t_sid TYPE STANDARD TABLE OF rssid WITH DEFAULT KEY
|
Method Signatures
Method CHECK_COLUMN_CATALOG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_TH_COLUMN_CATALOG | Call by reference | Type reference (TYPE) | RSBOLAP_QV_TH_RESULT_SET_CAT | Katalog für den Member Zugriff | 20111121 |
Method CHECK_COLUMN_CATALOG on class CL_RSBOLAP_QV_FLAT_RESULT_SET has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_OLAP | Call by reference | Object reference (TYPE REF TO) | IF_RSR_OLAP | 20111109 | |||
2 | ![]() |
I_R_QUERY_VIEW | Call by reference | Object reference (TYPE REF TO) | CL_RSBOLAP_LIST_QUERY_VIEW | List-Query View | 20111109 |
Method CONSTRUCTOR on class CL_RSBOLAP_QV_FLAT_RESULT_SET has no exception.
Method DETERMINE_COLUMN_CATALOG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_TH_COLUMN_CATALOG | Call by reference | Type reference (TYPE) | RSBOLAP_QV_TH_RESULT_SET_CAT | Katalog für den Member Zugriff | 20111121 |
Method DETERMINE_COLUMN_CATALOG on class CL_RSBOLAP_QV_FLAT_RESULT_SET has no exception.
Method ENRICH_DATA_TABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_T_DATA | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20111121 | |||
2 | ![]() |
I_TH_COLUMN_CATALOG | Call by reference | Type reference (TYPE) | RSBOLAP_QV_TH_RESULT_SET_CAT | 20111121 | |||
3 | ![]() |
I_TH_TEXT | Call by reference | Type reference (TYPE) | RSDM_TH_TXT_N | 20111121 |
Method ENRICH_DATA_TABLE on class CL_RSBOLAP_QV_FLAT_RESULT_SET has no exception.
Method EXECUTE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_OLAP_CACHE_WARM_UP | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | 20111109 | ||
2 | ![]() |
I_TH_COLUMN_CATALOG | Call by reference | Type reference (TYPE) | RSBOLAP_QV_TH_RESULT_SET_CAT | Spaltenkatalog der Ergebnismenge | 20111121 | ||
3 | ![]() |
I_T_CHAR_DETAILS | Value transfer | Type reference (TYPE) | BICS_PROV_RS_T_CHAR_DETAILACCE | 20111109 |
Method EXECUTE on class CL_RSBOLAP_QV_FLAT_RESULT_SET has no exception.
Method FREE Signature
Method FREE on class CL_RSBOLAP_QV_FLAT_RESULT_SET has no parameter.
Method FREE on class CL_RSBOLAP_QV_FLAT_RESULT_SET has no exception.
Method GET_CUDIM_IDS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_T_CUDIM_ID | Call by reference | Type reference (TYPE) | RSBOLAP_T_OBJECT_ID | 20111212 | |||
2 | ![]() |
I_TH_COLUMN_CATALOG | Call by reference | Type reference (TYPE) | RSBOLAP_QV_TH_RESULT_SET_CAT | 20111212 | |||
3 | ![]() |
I_T_DATA | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20111212 |
Method GET_CUDIM_IDS on class CL_RSBOLAP_QV_FLAT_RESULT_SET has no exception.
Method GET_CURRENCY_UNIT_INFO Signature
Method GET_CURRENCY_UNIT_INFO on class CL_RSBOLAP_QV_FLAT_RESULT_SET has no parameter.
Method GET_CURRENCY_UNIT_INFO on class CL_RSBOLAP_QV_FLAT_RESULT_SET has no exception.
Method GET_DATA_TABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_R_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20111121 | |||
2 | ![]() |
E_TH_COLUMN_CATALOG | Call by reference | Type reference (TYPE) | RSBOLAP_QV_TH_RESULT_SET_CAT | Katalog für den Member Zugriff | 20111121 | ||
3 | ![]() |
I_TH_COLUMN_CATALOG | Call by reference | Type reference (TYPE) | RSBOLAP_QV_TH_RESULT_SET_CAT | Spaltenkatalog der Ergebnismenge | 20111121 |
Method GET_DATA_TABLE on class CL_RSBOLAP_QV_FLAT_RESULT_SET has no exception.
Method GET_KID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_TH_KIDS | Call by reference | Type reference (TYPE) | RRK0_TH_KIDS | Table of requested kids | 20121127 | ||
2 | ![]() |
I_S_META_DATA_CELL | Call by reference | Type reference (TYPE) | BICS_PROV_META_DATA_CELL | Metadata Description of a Cell | 20121127 | ||
3 | ![]() |
I_TH_STATE_DATA_CELL | Call by reference | Type reference (TYPE) | BICS_PROV_STATE_TH_DATA_CELL | Status Information for Data Cells | 20121127 |
Method GET_KID on class CL_RSBOLAP_QV_FLAT_RESULT_SET has no exception.
Method GET_OLAP_AXES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_T_CHAR_DETAILS | Call by reference | Type reference (TYPE) | BICS_PROV_RS_T_CHAR_DETAILACCE | 20111109 | |||
2 | ![]() |
R_TS_AXES | Value transfer | Type reference (TYPE) | RRK0_TS_AXES | 20111109 |
Method GET_OLAP_AXES on class CL_RSBOLAP_QV_FLAT_RESULT_SET has no exception.
Method GET_OLAP_AXIS_OBJECT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_SX_AXIS | Call by reference | Type reference (TYPE) | TN_SX_AXIS | 20111109 | |||
2 | ![]() |
I_S_AXIS_OBJECT | Call by reference | Type reference (TYPE) | TN_S_AXIS_OBJECT | 20111109 | |||
3 | ![]() |
I_T_CHAR_DETAILS | Call by reference | Type reference (TYPE) | BICS_PROV_RS_T_CHAR_DETAILACCE | 20111109 | |||
4 | ![]() |
R_S_OLAP_AXIS | Value transfer | Type reference (TYPE) | RRK0_S_AXES | 20111109 |
Method GET_OLAP_AXIS_OBJECT on class CL_RSBOLAP_QV_FLAT_RESULT_SET has no exception.
Method GET_OLAP_NAV Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_TS_NAV | Value transfer | Type reference (TYPE) | RRSI_TS_SID | 20111109 |
Method GET_OLAP_NAV on class CL_RSBOLAP_QV_FLAT_RESULT_SET has no exception.
Method GET_SLICER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_THX_SLICER | Value transfer | Type reference (TYPE) | RRK0_THX_SLICER | Dynamischer Filter für OLAP | 20111109 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Leere Selektion | 20111109 | |
2 | ![]() |
Keine Berechtigung | 20111109 |
Method GET_TEXTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_TH_TEXT | Call by reference | Type reference (TYPE) | RSDM_TH_TXT_N | 20111121 | |||
2 | ![]() |
I_TH_COLUMN_CATALOG | Call by reference | Type reference (TYPE) | RSBOLAP_QV_TH_RESULT_SET_CAT | Spaltenkatalog der Ergebnismenge | 20111121 | ||
3 | ![]() |
I_T_DATA | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20111121 |
Method GET_TEXTS on class CL_RSBOLAP_QV_FLAT_RESULT_SET has no exception.
Method OLAP_DATA_GET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_T_DATA | Call by reference | Type reference (TYPE) | STANDARD TABLE | Setxx | 20111121 | ||
2 | ![]() |
E_END_OF_DATA | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20111121 | ||
3 | ![]() |
I_CURSOR_ENABLED | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20111109 | ||
4 | ![]() |
I_PACKAGE_SIZE | Call by reference | Type reference (TYPE) | RSBOLAP_SIZE | 20000 | Paketgröße (bei Cursor-Based) | 20111121 | |
5 | ![]() |
I_ZERO_SUPPRESSION | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Nullenunterdrückung | 20111109 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Keine Daten | 20111109 |
Method OLAP_DRILL_DOWN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_T_CHAR_DETAILS | Call by reference | Type reference (TYPE) | BICS_PROV_RS_T_CHAR_DETAILACCE | Detailzugriff auf Daten innerhalb eines Query Views | 20111109 |
Method OLAP_DRILL_DOWN on class CL_RSBOLAP_QV_FLAT_RESULT_SET has no exception.
Method OLAP_LIST_NOTIFY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_CURSOR_ENABLED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20120725 | |||
2 | ![]() |
E_LIST_NOTIFIED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20120725 | |||
3 | ![]() |
I_T_CHAR_DETAILS | Call by reference | Type reference (TYPE) | BICS_PROV_RS_T_CHAR_DETAILACCE | Detailzugriff auf Daten innerhalb eines Query Views | 20111109 |
Method OLAP_LIST_NOTIFY on class CL_RSBOLAP_QV_FLAT_RESULT_SET has no exception.
Method PREPARE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_TH_COLUMN_CATALOG | Call by reference | Type reference (TYPE) | RSBOLAP_QV_TH_RESULT_SET_CAT | Spaltenkatalog der Ergebnismenge | 20111121 | ||
2 | ![]() |
I_T_CHAR_DETAILS | Call by reference | Type reference (TYPE) | BICS_PROV_RS_T_CHAR_DETAILACCE | Detailzugriff auf Daten innerhalb eines Query Views | 20111109 |
Method PREPARE on class CL_RSBOLAP_QV_FLAT_RESULT_SET has no exception.
Method PREPARE_AXIS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_SX_AXIS | Call by reference | Type reference (TYPE) | TN_SX_AXIS | 20111109 | |||
2 | ![]() |
I_R_AXIS | Call by reference | Object reference (TYPE REF TO) | CL_RSBOLAP_QV_AXIS | 20111109 | |||
3 | ![]() |
I_WITH_STRUCTURES | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20111109 |
Method PREPARE_AXIS on class CL_RSBOLAP_QV_FLAT_RESULT_SET has no exception.
Method QUERY_VIEW_CHANGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_OBJECT | Value transfer | Attribute reference (LIKE) | 20111109 |
Method QUERY_VIEW_CHANGE on class CL_RSBOLAP_QV_FLAT_RESULT_SET has no exception.
Method REFRESH_DATA Signature
Method REFRESH_DATA on class CL_RSBOLAP_QV_FLAT_RESULT_SET has no parameter.
Method REFRESH_DATA on class CL_RSBOLAP_QV_FLAT_RESULT_SET has no exception.
Method REQUEST_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_OLAP_CACHE_WARM_UP | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Nur Aufwärmen des Olap Caches | 20111109 | |
2 | ![]() |
I_T_CHAR_DETAILS | Value transfer | Type reference (TYPE) | BICS_PROV_RS_T_CHAR_DETAILACCE | Detailzugriff auf Daten innerhalb eines Query Views | 20111109 |
Method REQUEST_DATA on class CL_RSBOLAP_QV_FLAT_RESULT_SET has no exception.
Method SET_KYF_CUDIM_MAPPING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_TH_COLUMN_CATALOG | Call by reference | Type reference (TYPE) | RSBOLAP_QV_TH_RESULT_SET_CAT | Spaltenkatalog der Ergebnismenge | 20111121 |
Method SET_KYF_CUDIM_MAPPING on class CL_RSBOLAP_QV_FLAT_RESULT_SET has no exception.
Method SET_OLAP_NAV_AND_K Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_TH_COLUMN_CATALOG | Call by reference | Type reference (TYPE) | RSBOLAP_QV_TH_RESULT_SET_CAT | Spaltenkatalog der Ergebnismenge | 20111121 |
Method SET_OLAP_NAV_AND_K on class CL_RSBOLAP_QV_FLAT_RESULT_SET has no exception.
Method SET_REQUESTED_KIDS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_T_CHAR_DETAILS | Call by reference | Type reference (TYPE) | BICS_PROV_RS_T_CHAR_DETAILACCE | Detailzugriff auf Daten innerhalb eines Query Views | 20111109 |
Method SET_REQUESTED_KIDS on class CL_RSBOLAP_QV_FLAT_RESULT_SET has no exception.
Method SET_SORTING_INFO Signature
Method SET_SORTING_INFO on class CL_RSBOLAP_QV_FLAT_RESULT_SET has no parameter.
Method SET_SORTING_INFO on class CL_RSBOLAP_QV_FLAT_RESULT_SET has no exception.
Event Signatures
Event CHANGED Signature
Event CHANGED on class CL_RSBOLAP_QV_FLAT_RESULT_SET has no parameter.
Event EXECUTED Signature
Event EXECUTED on class CL_RSBOLAP_QV_FLAT_RESULT_SET has no parameter.
Event FREED Signature
Event FREED on class CL_RSBOLAP_QV_FLAT_RESULT_SET has no parameter.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 740 |