Hierarchy

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SALV_CSB_TREE_LIST_SERVICE | Interface Listviewservice | 20080822 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SALV_CSL_SELECTION_MAPPER | Selection mapper converts selection from outer form to inner | 20080711 |
Properties
Class | CL_SALV_CSB_TREE_LIST_SERVICE | |
Short Description | Tree List Viewer Service | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SALV_CSB | Services (sort, filter, grouping, aggregation, list) |
Created | 20080711 | 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 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
4 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
5 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
6 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
7 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_SALV_CSB_TREE_LIST_SERVICE | Interface Listviewservice | 20080822 | ||
2 | IF_SALV_CSL_SELECTION_MAPPER | Selection mapper converts selection from outer form to inner | 20080711 |
Friends
Class CL_SALV_CSB_TREE_LIST_SERVICE has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | 'NEXT_UI' | 20080925 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | 'TREE' | 20080925 | ||
3 | ![]() |
Constant | Private | See coding | 20080913 | ||||
4 | ![]() |
Constant | Private | See coding | 20080913 | ||||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SYTABIX | Index of Internal Tables | 20080808 | ||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20080925 | |||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20080907 | |||
8 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | 20080925 | |||
9 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SYTABIX | Index of Internal Tables | 20080913 | ||
10 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | DATA | 20080822 | |||
11 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | DATA | 20080822 | |||
12 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_SALV_CSB_TREE_ITERATOR | 20080925 | |||
13 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20080822 | |||
14 | ![]() |
Instance attribute | Private | Type reference (TYPE) | IF_SALV_CSZ_API=>YS_GROUPING_ATTRIBUTES | 20080904 | |||
15 | ![]() |
Instance attribute | Private | Type reference (TYPE) | YS_LOGGER | 20080913 | |||
16 | ![]() |
Instance attribute | Private | Type reference (TYPE) | YS_SELECTION_RESULTS | 20080913 | |||
17 | ![]() |
Instance attribute | Private | Type reference (TYPE) | YT_AGGREGATION_RULE | 20080721 | |||
18 | ![]() |
Instance attribute | Private | Type reference (TYPE) | YT_GROUPING_RULE | 20080721 | |||
19 | ![]() |
Instance attribute | Private | Type reference (TYPE) | IF_SALV_CSB_TREE_LIST_SERVICE=>YTS_MEASURE | 20080721 | |||
20 | ![]() |
Instance attribute | Private | Type reference (TYPE) | YT_TRAVERSED_NODES | 20080824 | |||
21 | ![]() |
Instance attribute | Private | Type reference (TYPE) | YT_TRAVERSED_NODES_CONTAINER | 20080913 |
Methods
Events
Class CL_SALV_CSB_TREE_LIST_SERVICE has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | YS_AGGREGATION_RULE | Public | See coding | 20080721 | begin of ys_aggregation_rule.
include type if_salv_csz_api=>ys_aggregation_rule.
types:
attribute_name type if_salv_csz_api=>y_field_name,
reference_attribute_name type if_salv_csz_api=>y_field_name,
end of ys_aggregation_rule
|
||
2 | YS_GROUPING_CRITERIA | Private | See coding | 20080831 | begin of ys_grouping_criteria,
compound type i,
sub_compound_counter type i,
grouping_header type string,
prev_value type string,
act_value type string,
has_subtotals type abap_bool,
is_grouped type abap_bool,
parent_node_id type IF_SALV_CSB_TREE_LIST_SERVICE=>y_node_id,
node_id type IF_SALV_CSB_TREE_LIST_SERVICE=>y_node_id,
field_name type string,
end of ys_grouping_criteria
|
||
3 | YS_GROUPING_REF | Private | See coding | 20080831 | begin of ys_grouping_ref,
compound type i,
rules_line_index type i,
end of ys_grouping_ref
|
||
4 | YS_GROUPING_RULE | Public | See coding | 20080721 | begin of ys_grouping_rule.
types:
compound type if_salv_csz_api=>y_type_num,
field_name_inc_locator type if_salv_csz_api=>y_field_name,
attribute_name type if_salv_csz_api=>y_field_name.
include type if_salv_csz_api=>ys_grouping_rule.
types: end of ys_grouping_rule
|
||
5 | YS_LIST_POINTER | Public | See coding | 20080914 | begin of ys_list_pointer,
inner_line_index type sytabix,
outer_line_index type sytabix,
s_selection_range type IF_SALV_CSZ_API=>YS_INDEX_RANGE,
s_selection_range_in type if_salv_csz_api=>ys_index_range,
s_selection_range_next type if_salv_csz_api=>ys_index_range,
s_group_range type if_salv_csz_api=>ys_index_range,
stop type abap_bool,
end of ys_list_pointer
|
||
6 | YS_LOGGER | Private | See coding | 20080913 | begin of ys_logger,
r_logger type ref to if_salv_csq_log,
trace_level type salv_csqt_trace_level_category,
trace_id type salv_csqt_trace_id,
log_call_counter type i,
log_method_name type string,
end of ys_logger
|
||
7 | YS_SELECTION_RESULTS | Public | See coding | 20080913 | begin of ys_selection_results,
first_data_index type if_salv_csl=>y_index,
t_inner_selection_range type if_salv_csz_api=>yt_index_range,
t_outer_selection_range type if_salv_csz_api=>yt_index_range,
t_master_table type if_salv_csz_api=>yt_master_table,
t_leaf_nodes type IF_SALV_CSB_TREE_LIST_SERVICE=>yt_node_id_map,
end of ys_selection_results
|
||
8 | YS_TRAVERSED_NODES | Public | See coding | 20080913 | begin of YS_TRAVERSED_NODES,
order_number type sytabix,
node_id type IF_SALV_CSB_TREE_LIST_SERVICE=>y_node_id,
node_type type string,
selection_type type string,
s_list_pointer type ys_list_pointer,
s_moves type if_salv_csb_tree_iterator=>ys_moves,
end of ys_traversed_nodes
|
||
9 | YS_TRAVERSED_NODES_CONTAINER | Private | See coding | 20080913 | begin of ys_traversed_nodes_container,
order_number type sytabix,
selection_type type string,
t_traversed_nodes type yt_traversed_nodes,
t_index_range type IF_SALV_CSZ_API=>YT_INDEX_RANGE,
end of ys_traversed_nodes_container
|
||
10 | YTS_NODE_ID | Private | See coding | 20080728 | yts_node_id type sorted table of IF_SALV_CSB_TREE_LIST_SERVICE=>y_node_id
with default key
|
||
11 | YT_AGGREGATION_RULE | Public | See coding | 20080721 | yt_aggregation_rule type table of ys_aggregation_rule with default key
|
||
12 | YT_GROUPING_CRITERIA | Private | See coding | 20080831 | yt_grouping_criteria type sorted table of ys_grouping_criteria
with unique key compound
|
||
13 | YT_GROUPING_REF | Private | See coding | 20080831 | yt_grouping_ref type sorted table of ys_grouping_ref
with unique key compound rules_line_index
|
||
14 | YT_GROUPING_RULE | Public | See coding | 20080721 | yt_grouping_rule type table of ys_grouping_rule with key table_line
|
||
15 | YT_GROUPING_TREE | Private | See coding | 20080824 | yt_grouping_tree type standard table of IF_SALV_CSB_TREE_LIST_SERVICE=>ys_grouping_tree
|
||
16 | YT_MEASURE | Public | See coding | 20080831 | yt_measure type table of IF_SALV_CSB_TREE_LIST_SERVICE=>ys_measure
|
||
17 | YT_TRAVERSED_NODES | Public | See coding | 20080913 | yt_traversed_nodes type standard table of ys_traversed_nodes with default key
|
||
18 | YT_TRAVERSED_NODES_CONTAINER | Private | See coding | 20080913 | yt_traversed_nodes_container type standard table of ys_traversed_nodes_container
|
Method Signatures
Method ADAPT_GROUP_RULES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
GROUPING_FIELD_NAMES_SEQUENCE | Value transfer | Type reference (TYPE) | STRING | 20080831 | |||
2 | ![]() |
T_GROUPING_CRITERIA | Value transfer | Type reference (TYPE) | YT_GROUPING_CRITERIA | 20080831 | |||
3 | ![]() |
T_GROUPING_REFERENCE | Value transfer | Type reference (TYPE) | YT_GROUPING_REF | 20080831 | |||
4 | ![]() |
T_GROUPING_RULES | Call by reference | Type reference (TYPE) | YT_GROUPING_RULE | 20080831 | |||
5 | ![]() |
T_GROUPING_RULES_ADAPTED | Value transfer | Type reference (TYPE) | YT_GROUPING_RULE | 20080831 |
Method ADAPT_GROUP_RULES on class CL_SALV_CSB_TREE_LIST_SERVICE has no exception.
Method AFTER_CALCULATION_PROCESSING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
T_GROUPING_TREE | Call by reference | Type reference (TYPE) | IF_SALV_CSB_TREE_LIST_SERVICE=>YTS_GROUPING_TREE | 20100826 | |||
2 | ![]() |
T_MEASURE | Call by reference | Type reference (TYPE) | IF_SALV_CSB_TREE_LIST_SERVICE=>YTS_MEASURE | 20100826 |
Method AFTER_CALCULATION_PROCESSING on class CL_SALV_CSB_TREE_LIST_SERVICE has no exception.
Method AGGR_MEASURE_LEAFS_2_ROOT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
T_GROUPING_TREE | Call by reference | Type reference (TYPE) | IF_SALV_CSB_TREE_LIST_SERVICE=>YTS_GROUPING_TREE | 20100823 | |||
2 | ![]() |
T_MEASURE | Call by reference | Type reference (TYPE) | IF_SALV_CSB_TREE_LIST_SERVICE=>YTS_MEASURE | 20100823 |
Method AGGR_MEASURE_LEAFS_2_ROOT on class CL_SALV_CSB_TREE_LIST_SERVICE has no exception.
Method AGGR_MEASURE_LEAFS_2_ROOT_1 Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
T_GROUPING_TREE | Call by reference | Type reference (TYPE) | IF_SALV_CSB_TREE_LIST_SERVICE=>YTS_GROUPING_TREE | 20100823 | |||
2 | ![]() |
T_MEASURE | Call by reference | Type reference (TYPE) | IF_SALV_CSB_TREE_LIST_SERVICE=>YTS_MEASURE | 20100823 |
Method AGGR_MEASURE_LEAFS_2_ROOT_1 on class CL_SALV_CSB_TREE_LIST_SERVICE has no exception.
Method CALCULATE_MEASURE_FOR_LEAFS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20100610 | |||
2 | ![]() |
T_AGGREGATION_RULES | Value transfer | Type reference (TYPE) | YT_AGGREGATION_RULE | 20100610 | |||
3 | ![]() |
T_GROUPING_TREE | Call by reference | Type reference (TYPE) | IF_SALV_CSB_TREE_LIST_SERVICE=>YTS_GROUPING_TREE | 20100610 | |||
4 | ![]() |
T_INDEX_RANGE | Call by reference | Type reference (TYPE) | IF_SALV_CSZ_API=>YT_INDEX_RANGE | 20100610 | |||
5 | ![]() |
T_MEASURE | Call by reference | Type reference (TYPE) | IF_SALV_CSB_TREE_LIST_SERVICE=>YTS_MEASURE | 20100610 |
Method CALCULATE_MEASURE_FOR_LEAFS on class CL_SALV_CSB_TREE_LIST_SERVICE has no exception.
Method CALCULATE_MEASURE_FOR_LEAFS_1 Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20100823 | |||
2 | ![]() |
T_AGGREGATION_RULES | Value transfer | Type reference (TYPE) | YT_AGGREGATION_RULE | 20100823 | |||
3 | ![]() |
T_GROUPING_TREE | Call by reference | Type reference (TYPE) | IF_SALV_CSB_TREE_LIST_SERVICE=>YTS_GROUPING_TREE | 20100823 | |||
4 | ![]() |
T_INDEX_RANGE | Call by reference | Type reference (TYPE) | IF_SALV_CSZ_API=>YT_INDEX_RANGE | 20100823 | |||
5 | ![]() |
T_MEASURE | Call by reference | Type reference (TYPE) | IF_SALV_CSB_TREE_LIST_SERVICE=>YTS_MEASURE | 20100823 |
Method CALCULATE_MEASURE_FOR_LEAFS_1 on class CL_SALV_CSB_TREE_LIST_SERVICE has no exception.
Method COMPARE_INDEX_RANGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
S_INDEX_RANGE | Call by reference | Type reference (TYPE) | IF_SALV_CSZ_API=>YS_INDEX_RANGE | 20080730 | |||
2 | ![]() |
S_INDEX_RANGE_SEARCH | Call by reference | Type reference (TYPE) | IF_SALV_CSZ_API=>YS_INDEX_RANGE | 20080730 | |||
3 | ![]() |
S_RESULT_RANGE_IN | Value transfer | Type reference (TYPE) | IF_SALV_CSZ_API=>YS_INDEX_RANGE | 20080730 | |||
4 | ![]() |
S_RESULT_RANGE_OUT | Value transfer | Type reference (TYPE) | IF_SALV_CSZ_API=>YS_INDEX_RANGE | 20080730 |
Method COMPARE_INDEX_RANGE on class CL_SALV_CSB_TREE_LIST_SERVICE has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_LOG_PROVIDER | Call by reference | Object reference (TYPE REF TO) | IF_SALV_CSQ_LOG_PROVIDER | Log provider | 20080904 |
Method CONSTRUCTOR on class CL_SALV_CSB_TREE_LIST_SERVICE has no exception.
Method CREATE_GROUPING_RESULTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_AGGREGATION_RULE | Call by reference | Object reference (TYPE REF TO) | IF_SALV_CSF_C_FLD_AGGR_RULE | 20080822 | |||
2 | ![]() |
R_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20080822 | |||
3 | ![]() |
R_DATA_DESCRIPTOR | Call by reference | Object reference (TYPE REF TO) | IF_SALV_CSL_DATA_DESCRIPTOR | 20080822 | |||
4 | ![]() |
R_GROUPING_RULE | Call by reference | Object reference (TYPE REF TO) | IF_SALV_CSF_C_FLD_GRP_RULE | 20080822 | |||
5 | ![]() |
R_SELECTION | Call by reference | Object reference (TYPE REF TO) | IF_SALV_CSL_SELECTION | 20080822 | |||
6 | ![]() |
S_GROUPING_ATTRIBUTES | Call by reference | Type reference (TYPE) | IF_SALV_CSZ_API=>YS_GROUPING_ATTRIBUTES | 20080902 |
Method CREATE_GROUPING_RESULTS on class CL_SALV_CSB_TREE_LIST_SERVICE has no exception.
Method CREATE_GROUPING_RESULTS_TABLES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20080925 | |||
2 | ![]() |
S_GROUPING_ATTRIBUTES | Call by reference | Type reference (TYPE) | IF_SALV_CSZ_API=>YS_GROUPING_ATTRIBUTES | 20080925 | |||
3 | ![]() |
T_AGGREGATION_RULES | Value transfer | Type reference (TYPE) | YT_AGGREGATION_RULE | 20080925 | |||
4 | ![]() |
T_GROUPING_RULES | Value transfer | Type reference (TYPE) | YT_GROUPING_RULE | 20080925 | |||
5 | ![]() |
T_GROUPING_TREE | Value transfer | Type reference (TYPE) | IF_SALV_CSB_TREE_LIST_SERVICE=>YTS_GROUPING_TREE | 20080925 | |||
6 | ![]() |
T_INDEX_RANGE | Call by reference | Type reference (TYPE) | IF_SALV_CSZ_API=>YT_INDEX_RANGE | 20080925 | |||
7 | ![]() |
T_MEASURE | Value transfer | Type reference (TYPE) | IF_SALV_CSB_TREE_LIST_SERVICE=>YTS_MEASURE | 20080925 |
Method CREATE_GROUPING_RESULTS_TABLES on class CL_SALV_CSB_TREE_LIST_SERVICE has no exception.
Method CREATE_GROUPING_TREE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20080925 | |||
2 | ![]() |
SELECTION_SIZE | Call by reference | Type reference (TYPE) | IF_SALV_CSB_TREE_LIST_SERVICE=>Y_SIZE | 20080925 | |||
3 | ![]() |
S_GROUPING_ATTRIBUTES | Call by reference | Type reference (TYPE) | IF_SALV_CSZ_API=>YS_GROUPING_ATTRIBUTES | 20080925 | |||
4 | ![]() |
T_AGGREGATION_RULES | Value transfer | Type reference (TYPE) | YT_AGGREGATION_RULE | 20080925 | |||
5 | ![]() |
T_GROUPING_KEY | Call by reference | Type reference (TYPE) | IF_SALV_CSB_TREE_LIST_SERVICE=>YTH_GROUPING_KEY | 20080925 | |||
6 | ![]() |
T_GROUPING_RULES | Value transfer | Type reference (TYPE) | YT_GROUPING_RULE | 20080925 | |||
7 | ![]() |
T_GROUPING_TREE | Call by reference | Type reference (TYPE) | IF_SALV_CSB_TREE_LIST_SERVICE=>YTS_GROUPING_TREE | 20080925 | |||
8 | ![]() |
T_INDEX_RANGE | Call by reference | Type reference (TYPE) | IF_SALV_CSZ_API=>YT_INDEX_RANGE | 20080925 |
Method CREATE_GROUPING_TREE on class CL_SALV_CSB_TREE_LIST_SERVICE has no exception.
Method CREATE_LISTVIEW_RESULTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
LISTVIEW_DATA | Call by reference | Type reference (TYPE) | INDEX TABLE | 20080725 | |||
2 | ![]() |
S_PACKAGE_RANGE | Call by reference | Type reference (TYPE) | IF_SALV_CSZ_API=>YS_INDEX_RANGE | 20080822 | |||
3 | ![]() |
T_DATA_IDS | Call by reference | Type reference (TYPE) | IF_SALV_CSZ=>YT_ID | 20080804 | |||
4 | ![]() |
T_GROUPING_TREE | Call by reference | Type reference (TYPE) | IF_SALV_CSZ_API=>YT_GROUPING_TREE | 20080725 | |||
5 | ![]() |
T_MASTER_TABLE | Call by reference | Type reference (TYPE) | IF_SALV_CSZ_API=>YT_MASTER_TABLE | 20080725 | |||
6 | ![]() |
T_MEASURE | Call by reference | Type reference (TYPE) | IF_SALV_CSZ_API=>YT_MEASURE | 20080725 |
Method CREATE_LISTVIEW_RESULTS on class CL_SALV_CSB_TREE_LIST_SERVICE has no exception.
Method CREATE_MEASURE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20080925 | |||
2 | ![]() |
T_AGGREGATION_RULES | Value transfer | Type reference (TYPE) | YT_AGGREGATION_RULE | 20080925 | |||
3 | ![]() |
T_GROUPING_TREE | Call by reference | Type reference (TYPE) | IF_SALV_CSB_TREE_LIST_SERVICE=>YTS_GROUPING_TREE | 20080925 | |||
4 | ![]() |
T_INDEX_RANGE | Call by reference | Type reference (TYPE) | IF_SALV_CSZ_API=>YT_INDEX_RANGE | 20080929 | |||
5 | ![]() |
T_MEASURE | Call by reference | Type reference (TYPE) | IF_SALV_CSB_TREE_LIST_SERVICE=>YTS_MEASURE | 20080925 |
Method CREATE_MEASURE on class CL_SALV_CSB_TREE_LIST_SERVICE has no exception.
Method CREATE_MEASURE_1 Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20100824 | |||
2 | ![]() |
T_AGGREGATION_RULES | Value transfer | Type reference (TYPE) | YT_AGGREGATION_RULE | 20100824 | |||
3 | ![]() |
T_GROUPING_TREE | Call by reference | Type reference (TYPE) | IF_SALV_CSB_TREE_LIST_SERVICE=>YTS_GROUPING_TREE | 20100824 | |||
4 | ![]() |
T_INDEX_RANGE | Call by reference | Type reference (TYPE) | IF_SALV_CSZ_API=>YT_INDEX_RANGE | 20100824 | |||
5 | ![]() |
T_MEASURE | Call by reference | Type reference (TYPE) | IF_SALV_CSB_TREE_LIST_SERVICE=>YTS_MEASURE | 20100824 |
Method CREATE_MEASURE_1 on class CL_SALV_CSB_TREE_LIST_SERVICE has no exception.
Method DO_FIND_NODE_ID_FOR_LEVEL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
INNER_INDEX | Call by reference | Type reference (TYPE) | IF_SALV_CSB_TREE_LIST_SERVICE=>Y_SELECTION_INDEX | 20080822 | |||
2 | ![]() |
OUTER_INDEX | Call by reference | Type reference (TYPE) | IF_SALV_CSB_TREE_LIST_SERVICE=>Y_SELECTION_INDEX | 20080822 | |||
3 | ![]() |
R_ITERATOR | Call by reference | Object reference (TYPE REF TO) | IF_SALV_CSB_TREE_ITERATOR | 20080822 | |||
4 | ![]() |
SELECTION_TYPE | Call by reference | Type reference (TYPE) | STRING | 20080822 | |||
5 | ![]() |
STOP | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20080822 | |||
6 | ![]() |
S_SELECTION_RANGE | Call by reference | Type reference (TYPE) | IF_SALV_CSZ_API=>YS_INDEX_RANGE | 20080822 | |||
7 | ![]() |
T_NODE_TUPEL | Call by reference | Type reference (TYPE) | IF_SALV_CSB_TREE_LIST_SERVICE=>YT_NODE_ID_MAP | 20080822 |
Method DO_FIND_NODE_ID_FOR_LEVEL on class CL_SALV_CSB_TREE_LIST_SERVICE has no exception.
Method DO_SUBCOMPONENT_FROM_SEL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
INNER_START_INDEX | Value transfer | Type reference (TYPE) | SYTABIX | 20080829 | |||
2 | ![]() |
OUTER_START_INDEX | Value transfer | Type reference (TYPE) | SYTABIX | 20080829 | |||
3 | ![]() |
PARENT_NODE_ID | Value transfer | Type reference (TYPE) | IF_SALV_CSB_TREE_LIST_SERVICE=>Y_NODE_ID | 20080913 | |||
4 | ![]() |
RESULT_FIRST | Value transfer | Type reference (TYPE) | STRING | 20080829 | |||
5 | ![]() |
RESULT_SECOND | Value transfer | Type reference (TYPE) | STRING | 20080829 | |||
6 | ![]() |
R_ITERATOR | Call by reference | Object reference (TYPE REF TO) | IF_SALV_CSB_TREE_ITERATOR | 20080829 | |||
7 | ![]() |
SELECTION_TYPE | Call by reference | Type reference (TYPE) | STRING | 20080829 | |||
8 | ![]() |
STOP | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20080829 | |||
9 | ![]() |
S_SELECTION_RANGE | Value transfer | Type reference (TYPE) | IF_SALV_CSZ_API=>YS_INDEX_RANGE | 20080829 | |||
10 | ![]() |
S_SELECTION_RESULTS | Call by reference | Type reference (TYPE) | YS_SELECTION_RESULTS | 20080913 |
Method DO_SUBCOMPONENT_FROM_SEL on class CL_SALV_CSB_TREE_LIST_SERVICE has no exception.
Method GET_AGGR_RULES_AS_TABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_AGGREGATION_RULE | Call by reference | Object reference (TYPE REF TO) | IF_SALV_CSF_C_FLD_AGGR_RULE | 20080822 | |||
2 | ![]() |
R_DATA_DESCRIPTOR | Call by reference | Object reference (TYPE REF TO) | IF_SALV_CSL_DATA_DESCRIPTOR | 20080822 | |||
3 | ![]() |
VALUE | Value transfer | Type reference (TYPE) | YT_AGGREGATION_RULE | 20080721 |
Method GET_AGGR_RULES_AS_TABLE on class CL_SALV_CSB_TREE_LIST_SERVICE has no exception.
Method GET_GROUP_RULES_AS_TABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_DATA_DESCRIPTOR | Call by reference | Object reference (TYPE REF TO) | IF_SALV_CSL_DATA_DESCRIPTOR | 20080822 | |||
2 | ![]() |
R_GROUPING_RULE | Call by reference | Object reference (TYPE REF TO) | IF_SALV_CSF_C_FLD_GRP_RULE | 20080822 | |||
3 | ![]() |
VALUE | Value transfer | Type reference (TYPE) | YT_GROUPING_RULE | 20080721 |
Method GET_GROUP_RULES_AS_TABLE on class CL_SALV_CSB_TREE_LIST_SERVICE has no exception.
Method GET_SUBCOMPONENT_FROM_SEL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_EXCLUSIVE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20080822 | |||
2 | ![]() |
SELECTION_TYPE | Call by reference | Type reference (TYPE) | STRING | 20080822 | |||
3 | ![]() |
T_INDEX_RANGE | Call by reference | Type reference (TYPE) | IF_SALV_CSZ_API=>YT_INDEX_RANGE | 20080822 |
Method GET_SUBCOMPONENT_FROM_SEL on class CL_SALV_CSB_TREE_LIST_SERVICE has no exception.
Method ITERATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
INNER_START_INDEX | Value transfer | Type reference (TYPE) | SYTABIX | 20080829 | |||
2 | ![]() |
OUTER_START_INDEX | Value transfer | Type reference (TYPE) | SYTABIX | 20080829 | |||
3 | ![]() |
PARENT_NODE_ID | Value transfer | Type reference (TYPE) | IF_SALV_CSB_TREE_LIST_SERVICE=>Y_NODE_ID | 20080913 | |||
4 | ![]() |
R_ITERATOR | Call by reference | Object reference (TYPE REF TO) | IF_SALV_CSB_TREE_ITERATOR | 20080829 | |||
5 | ![]() |
SELECTION_TYPE | Call by reference | Type reference (TYPE) | STRING | 20080829 | |||
6 | ![]() |
S_SELECTION_RANGE | Call by reference | Type reference (TYPE) | IF_SALV_CSZ_API=>YS_INDEX_RANGE | 20080829 | |||
7 | ![]() |
S_SELECTION_RESULTS | Call by reference | Type reference (TYPE) | YS_SELECTION_RESULTS | 20080913 | |||
8 | ![]() |
TREE_TRAVERSING_TYPE | Call by reference | Type reference (TYPE) | STRING | 20080829 |
Method ITERATE on class CL_SALV_CSB_TREE_LIST_SERVICE has no exception.
Method ITERATE_FOR_FIRST_NODE_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_ITERATOR | Call by reference | Object reference (TYPE REF TO) | IF_SALV_CSB_TREE_ITERATOR | 20080822 | |||
2 | ![]() |
SELECTION_TYPE | Call by reference | Type reference (TYPE) | STRING | 20080822 | |||
3 | ![]() |
S_SELECTION_RANGE | Call by reference | Type reference (TYPE) | IF_SALV_CSZ_API=>YS_INDEX_RANGE | 20080822 | |||
4 | ![]() |
T_NODE_TUPEL | Call by reference | Type reference (TYPE) | IF_SALV_CSB_TREE_LIST_SERVICE=>YT_NODE_ID_MAP | 20080822 |
Method ITERATE_FOR_FIRST_NODE_ID on class CL_SALV_CSB_TREE_LIST_SERVICE has no exception.
Method ITERATE_VIA_NEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
INNER_START_INDEX | Value transfer | Type reference (TYPE) | SYTABIX | 20080925 | |||
2 | ![]() |
OUTER_START_INDEX | Value transfer | Type reference (TYPE) | SYTABIX | 20080925 | |||
3 | ![]() |
PARENT_NODE_ID | Value transfer | Type reference (TYPE) | IF_SALV_CSB_TREE_LIST_SERVICE=>Y_NODE_ID | 20080925 | |||
4 | ![]() |
R_ITERATOR | Call by reference | Object reference (TYPE REF TO) | IF_SALV_CSB_TREE_ITERATOR | 20080925 | |||
5 | ![]() |
SELECTION_TYPE | Call by reference | Type reference (TYPE) | STRING | 20080925 | |||
6 | ![]() |
S_SELECTION_RANGE | Call by reference | Type reference (TYPE) | IF_SALV_CSZ_API=>YS_INDEX_RANGE | 20080925 | |||
7 | ![]() |
S_SELECTION_RESULTS | Call by reference | Type reference (TYPE) | YS_SELECTION_RESULTS | 20080925 | |||
8 | ![]() |
TREE_TRAVERSING_TYPE | Call by reference | Type reference (TYPE) | STRING | 20080925 |
Method ITERATE_VIA_NEXT on class CL_SALV_CSB_TREE_LIST_SERVICE has no exception.
Method SET_EXPAND_STATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
T_EXPAND_STATE | Call by reference | Type reference (TYPE) | IF_SALV_CSL=>YT_EXPAND_STATE | 20080822 |
Method SET_EXPAND_STATE on class CL_SALV_CSB_TREE_LIST_SERVICE has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 712 |