SAP ABAP Class CL_RSCRM_IMP_RENDER_QUERY_TABL (Render planning query result set into tables)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
CRM (Application Component) Customer Relationship Management
⤷
RSCRM_IMP_CORE (Package) CRM In-Memory Planning Core

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSCRM_IMP_RENDER_RESULT_SET | Query ResultSet Strategy Pattern | 20111221 |
Properties
Class | CL_RSCRM_IMP_RENDER_QUERY_TABL | |
Short Description | Render planning query result set into tables | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | RSCRM_IMP_CORE | CRM In-Memory Planning Core |
Created | 20111221 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_RSCRM_IMP_RENDER_QUERY_TABL has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_RSCRM_IMP_RENDER_RESULT_SET | Query ResultSet Strategy Pattern | 20111221 |
Friends
Class CL_RSCRM_IMP_RENDER_QUERY_TABL has no friend class.
Attributes
Class CL_RSCRM_IMP_RENDER_QUERY_TABL has no attribute.
Methods
Class CL_RSCRM_IMP_RENDER_QUERY_TABL has no method.
Events
Class CL_RSCRM_IMP_RENDER_QUERY_TABL has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | GTY_CHA_VALUES_STY | Public | See coding | Row or column characteristic value | 20111221 | BEGIN OF gty_cha_values_sty,
name TYPE string,
value TYPE string,
text TYPE string,
total TYPE abap_bool,
END OF gty_cha_values_sty
|
|
2 | GTY_CHA_VALUES_TTY | Public | See coding | Row or column characteristic values table | 20111221 | gty_cha_values_tty TYPE STANDARD TABLE OF gty_cha_values_sty
WITH KEY name
|
|
3 | GTY_QUERY_COLS_TTY | Public | See coding | Query result set columns table | 20111221 | gty_query_cols_tty TYPE STANDARD TABLE OF gty_query_col_sty
WITH KEY col_id
|
|
4 | GTY_QUERY_COL_STY | Public | See coding | Query result set column | 20111221 | BEGIN OF gty_query_col_sty,
col_id TYPE i,
col_cha TYPE gty_cha_values_tty,
kyf_name TYPE string,
kyf_text TYPE string,
END OF gty_query_col_sty
|
|
5 | GTY_QUERY_DATA_STY | Public | See coding | Query result set data cell | 20111221 | BEGIN OF gty_query_data_sty,
row_id TYPE i,
col_id TYPE i,
sel_cha TYPE rscrmt_imp_selection,
kyf_val TYPE f,
cell_id TYPE i,
input_enabled TYPE abap_bool,
END OF gty_query_data_sty
|
|
6 | GTY_QUERY_DATA_TTY | Public | See coding | Query result set data cell table | 20111221 | gty_query_data_tty TYPE STANDARD TABLE OF gty_query_data_sty
WITH KEY row_id col_id
|
|
7 | GTY_QUERY_RESULT_STY | Public | See coding | Main structure containing the query result set | 20111221 | BEGIN OF gty_query_result_sty,
rows TYPE gty_query_rows_tty,
cols TYPE gty_query_cols_tty,
data TYPE gty_query_data_tty,
END OF gty_query_result_sty
|
|
8 | GTY_QUERY_ROWS_TTY | Public | See coding | Query result set rows table | 20111221 | gty_query_rows_tty TYPE STANDARD TABLE OF gty_query_row_sty
WITH KEY row_id
|
|
9 | GTY_QUERY_ROW_STY | Public | See coding | Query result set row | 20111221 | BEGIN OF gty_query_row_sty,
row_id TYPE i,
row_cha TYPE gty_cha_values_tty,
END OF gty_query_row_sty
|
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 730 |