SAP ABAP Interface IF_RSRT_QUERY_PROPERTIES (Query Properties (to be deleted!!!))
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT-BICS-RSRT (Application Component) BICS Query Monitor
⤷
RSRT_BICS (Package) RSRT_BICS

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface composition (i COMPRISING i_ref) | IF_RSRT_PROVIDER_QUERY | Query Result | 20121116 |
2 | Interface composition (i COMPRISING i_ref) | IF_RSRT_QUERY | Query | 20121118 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RSRT_BICS_PROVIDER_QUERY | Provider: Query BICS | 20121116 |
4 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RSRT_DP_TYPE_QUERY | Data Provider Type: Query | 20121116 |
Properties
Interface | IF_RSRT_QUERY_PROPERTIES | |
Short Description | Query Properties (to be deleted!!!) |
General Data
Package | RSRT_BICS | RSRT_BICS |
Created | 20120912 | SAP |
Last changed | 20140121 | SAP |
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 | IF_RSRT_QUERY | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Interface IF_RSRT_QUERY_PROPERTIES has no interface.
Friends
Interface IF_RSRT_QUERY_PROPERTIES has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | N_CS_ACCESS_MODE | Constant | Public | See coding | 20120913 | ||||
2 | N_CS_BOOKABLE_NODE | Constant | Public | See coding | 20120913 | ||||
3 | N_CS_CALC_DIRECTION | Constant | Public | See coding | 20120913 | ||||
4 | N_CS_DETAIL_CALCULATION | Constant | Public | See coding | 20120913 | ||||
5 | N_CS_LOCAL_AGGR | Constant | Public | See coding | 20120913 | ||||
6 | N_CS_MEMBER_ACCESS_MODE | Constant | Public | See coding | 20120913 | ||||
7 | N_CS_NODE_ALIGNMENT | Constant | Public | See coding | 20120913 | ||||
8 | N_CS_PRECISION | Constant | Public | See coding | 20120913 | ||||
9 | N_CS_PRESENTATION | Constant | Public | See coding | 20120913 | ||||
10 | N_CS_RESULT_ALIGNMENT | Constant | Public | See coding | 20120913 | ||||
11 | N_CS_RESULT_ALIGNMENT_JOIN | Constant | Public | See coding | 20120913 | ||||
12 | N_CS_SIGN_PRESENTATION | Constant | Public | See coding | 20120913 | ||||
13 | N_CS_SORT_BY | Constant | Public | See coding | 20120913 | ||||
14 | N_CS_STRUCTURE | Constant | Public | See coding | 20121003 | ||||
15 | N_CS_SUPPRESS_RESULT | Constant | Public | See coding | 20120913 | ||||
16 | N_CS_TEXT_TYPE | Constant | Public | See coding | 20120913 | ||||
17 | N_CS_ZERO_PRESENTATION | Constant | Public | See coding | 20120913 | ||||
18 | N_CS_ZERO_SUPPRESSION | Constant | Public | See coding | 20120913 | ||||
19 | N_CS_ZERO_SUPPRESSION_AXIS | Constant | Public | See coding | 20120913 | ||||
20 | N_CS_ZERO_SUPPRESSION_KIND | Constant | Public | See coding | 20120913 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Get Characteristic Properties | 20120914 |
2 | ![]() |
Instance method | Public | Method | Get Hierarchy Information | 20120918 |
3 | ![]() |
Instance method | Public | Method | Get Presentations and Text Types for an InfoObject | 20120913 |
Events
Interface IF_RSRT_QUERY_PROPERTIES has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TN_ACCESS_MODE | Public | See coding | 20120913 | tn_access_mode type n length 1
|
||
2 | TN_BOOKABLE_NODE | Public | See coding | 20120913 | tn_bookable_node type n length 1
|
||
3 | TN_CALC_DIRECETION | Public | See coding | 20120913 | tn_calc_direcetion type c length 1
|
||
4 | TN_DETAIL_CALC | Public | See coding | 20120913 | tn_detail_calc type c length 1
|
||
5 | TN_HIERARCHY_ALIGNMENT | Public | See coding | Hierarchy Alignment (Top, Bottom) | 20120913 | tn_hierarchy_alignment type n length 2
|
|
6 | TN_HIERARCHY_VERSION | Public | See coding | 20121001 | tn_hierarchy_version type c length 3
|
||
7 | TN_LOCAL_AGGR | Public | See coding | 20120913 | tn_local_aggr type c length 2
|
||
8 | TN_NODE_ALIGNMENT | Public | See coding | 20120913 | tn_node_alignment type n length 1
|
||
9 | TN_PRECISION | Public | See coding | 20120913 | tn_precision type c length 2
|
||
10 | TN_PRESENTATION | Public | Type reference (TYPE) | STRING | 20120913 |
|
|
11 | TN_RESULT_ALIGNMENT | Public | See coding | Result Alignment | 20120913 | tn_result_alignment type n length 2
|
|
12 | TN_SIGN_PRESENTATION | Public | See coding | Sign Presentation | 20120913 | tn_sign_presentation type n length 1
|
|
13 | TN_SORTED_BY | Public | See coding | 20120913 | tn_sorted_by type n length 1
|
||
14 | TN_STRUCTURE | Public | Type reference (TYPE) | INT1 | Structure (1=KeyFigures, 2 = Characteristics) | 20121003 |
|
15 | TN_SUPPRESS_RESULT | Public | See coding | 20120913 | tn_suppress_result type c length 1
|
||
16 | TN_S_ATTRIBUTE | Public | See coding | 20120914 | begin of tn_s_attribute.
include type tn_s_char_display_prop.
types:
name type if_rsrt_selector=>tn_name,
key type if_rsrt_selector=>tn_id,
active type abap_bool,
position type i,
end of tn_s_attribute
|
||
17 | TN_S_AXIS | Public | See coding | Axis | 20120913 | begin of tn_s_axis,
axis type if_rsrt_result=>tn_axis,
result_alignment type tn_result_alignment,
zero_suppression type tn_zero_suppression,
is_udh type abap_bool,
udh_drill_level type i,
end of tn_s_axis
|
|
18 | TN_S_CHAR_DISPLAY_PROP | Public | See coding | 20120914 | begin of tn_s_char_display_prop,
has_text type abap_bool,
has_long_text type abap_bool,
has_medium_text type abap_bool,
has_short_text type abap_bool,
current_presentation type tn_presentation,
current_text type tn_text_type,
end of tn_s_char_display_prop
|
||
19 | TN_S_F4 | Public | See coding | 20120913 | begin of tn_s_f4,
presentation type string,
text type tn_text_type,
structure type abap_bool,
hierarchy type abap_bool,
acces_mode type string,
acces_mode_dd type tn_t_constants,
no_external_key type rs_bool,
end of tn_s_f4
|
||
20 | TN_S_HIERARCHY | Public | See coding | 20120917 | begin of tn_s_hierarchy,
name type if_rsrt_selector=>tn_name,
dateto type d,
version type tn_hierarchy_version,
text type if_rsrt_selector=>tn_text,
assigned type abap_bool,
active type abap_bool,
end of tn_s_hierarchy
|
||
21 | TN_S_HIERARCHY_INFO | Public | See coding | 20120918 | begin of tn_s_hierarchy_info.
include type tn_s_hierarchy.
types:
node_alignment type tn_node_alignment,
bookable_node type tn_bookable_node,
spoc type abap_bool,
max_level type string,
drilldown_level type string,
t_nodes type tn_t_nodes,
t_node_attributes type tn_t_node_attributes,
end of tn_s_hierarchy_info
|
||
22 | TN_S_HIER_F4 | Public | See coding | 20120913 | begin of tn_s_hier_f4,
id type if_rsrt_selector=>tn_id,
parent_id type if_rsrt_selector=>tn_id,
level type string,
key type if_rsrt_selector=>tn_id,
key_int type if_rsrt_selector=>tn_id,
note_type type string,
text type if_rsrt_selector=>tn_text,
drill_state type string,
visible type abap_bool,
active type abap_bool,
child_count type rsrlistno,
end of tn_s_hier_f4
|
||
23 | TN_S_ITEM_PROPERTIES | Public | See coding | 20120914 | begin of tn_s_item_properties.
include type tn_s_char_display_prop.
types:
root_subtext type string,
first_hier_row type i,
dropdown_disp type if_rsrt_query_properties=>tn_presentation,
dropdown_text type if_rsrt_query_properties=>tn_text_type,
dropdown_sort_by type string,
dropdown_sort_dir type string,
dropdown_sort_by_attr type string,
dropdown_sort_by_kyf type string,
dropdown_show_result type string,
dropdown_access_mode type string,
hier_visible_not_active_info type abap_bool,
hier_visible_name_info type abap_bool,
hier_node type abap_bool,
hier_dateto type d,
hier_version type tn_hierarchy_version,
hier_text type if_rsrt_selector=>tn_text,
hier_name type if_rsrt_selector=>tn_name,
hier_level type string,
node_alignment type string,
cb_spoc type abap_bool,
cb_cumulation TYPE abap_bool,
bookable_node type string,
t_attributes type tn_t_attributes,
t_key_figures type if_rsrt_result=>tn_t_keyf_member_properties_g,
t_acces_modes type tn_t_access_modes,
t_hierachies type tn_t_hierachies,
end of tn_s_item_properties
|
||
24 | TN_S_KEY_FIGURE_MEMBER | Public | See coding | Key Figure Member | 20120913 | begin of tn_s_key_figure_member,
id type if_rsrt_selector=>tn_id,
name type if_rsrt_selector=>tn_name,
text type if_rsrt_selector=>tn_text,
keyf_name type if_rsrt_selector=>tn_name,
highlight type abap_bool,
sign_reverse type abap_bool,
scaling_factor type if_rsrt_result=>tn_scaling_factor,
decimals type tn_precision,
result_calculation type tn_local_aggr,
detail_calculation type tn_detail_calc,
sort_direction type if_rsrt_result=>tn_sort_direction,"c length 1,
sorting_possible type abap_bool,
apply_detail_to_result type abap_bool,
cumulated type abap_bool,
calc_direction type tn_calc_direcetion,
end of tn_s_key_figure_member
|
|
25 | TN_S_KEY_VALUE | Public | See coding | Key Value | 20121001 | begin of tn_s_key_value,
key type if_rsrt_selector=>tn_id,
value type if_rsrt_selector=>tn_text,
end of tn_s_key_value
|
|
26 | TN_S_NODE | Public | See coding | 20120918 | begin of tn_s_node.
include type tn_s_char_display_prop.
types:
name type if_rsrt_selector=>tn_name,
key type if_rsrt_selector=>tn_id,
number_of_attr type i,
end of tn_s_node
|
||
27 | TN_S_NODE_ATTRIBUTE | Public | See coding | 20120918 | begin of tn_s_node_attribute.
include type tn_s_attribute.
types:
nodetype type string,
nodename type if_rsrt_selector=>tn_name,
end of tn_s_node_attribute
|
||
28 | TN_S_QUERY_PROPS | Public | See coding | Query Properties | 20120913 | begin of tn_s_query_props,
sign_presentation type tn_sign_presentation,
zero_presentation type tn_zero_presentation,
zero_presentation_value type if_rsrt_selector=>tn_text,
end of tn_s_query_props
|
|
29 | TN_S_SELECT_OPT_F4 | Public | See coding | 20120913 | begin of tn_s_select_opt_f4,
sign type string,
opt type string,
low_int type string,
low_ext type string,
high_int type string,
high_ext type string,
end of tn_s_select_opt_f4
|
||
30 | TN_S_STRUCTURE | Public | See coding | Structure | 20120913 | begin of tn_s_structure,
structure type tn_structure,
id type if_rsrt_selector=>tn_id,
name type if_rsrt_selector=>tn_name,
text type if_rsrt_selector=>tn_text,
treat_as_group type abap_bool,
end of tn_s_structure
|
|
31 | TN_S_VALUE_F4 | Public | See coding | 20120913 | begin of tn_s_value_f4,
int_key type if_rsrt_selector=>tn_id,
key type if_rsrt_selector=>tn_id,
text type if_rsrt_selector=>tn_text,
sid type if_rsrt_selector=>tn_id,
active type abap_bool,
sign type string,
end of tn_s_value_f4
|
||
32 | TN_TEXT_TYPE | Public | See coding | 20120913 | tn_text_type type c length 1
|
||
33 | TN_T_ACCESS_MODES | Public | See coding | 20120917 | tn_t_access_modes type standard table of tn_access_mode with default key initial size 0
|
||
34 | TN_T_ATTRIBUTES | Public | See coding | 20120914 | tn_t_attributes type standard table of tn_s_attribute with default key
with unique sorted key key components key initial size 1
|
||
35 | TN_T_AXIS | Public | See coding | Axis List | 20120913 | tn_t_axis type standard table of tn_s_axis with default key
|
|
36 | TN_T_CONSTANTS | Public | See coding | 20120913 | tn_t_constants type standard table of string with default key initial size 0
|
||
37 | TN_T_HIERACHIES | Public | See coding | 20120917 | tn_t_hierachies type standard table of tn_s_hierarchy with default key
with unique sorted key key components name version dateto initial size 0
|
||
38 | TN_T_HIER_F4 | Public | See coding | 20120913 | tn_t_hier_f4 type standard table of tn_s_hier_f4 with default key initial size 0
|
||
39 | TN_T_KEY_FIGURE_MEMBER | Public | See coding | Key Figure Member List | 20120913 | tn_t_key_figure_member type standard table of tn_s_key_figure_member with default key
with unique sorted key key components id initial size 1
|
|
40 | TN_T_KEY_VALUE | Public | See coding | Key Value List | 20121001 | tn_t_key_value type standard table of tn_s_key_value with default key initial size 1
|
|
41 | TN_T_NODES | Public | See coding | 20120918 | tn_t_nodes type standard table of tn_s_node with default key
with unique sorted key key components key initial size 0
|
||
42 | TN_T_NODE_ATTRIBUTES | Public | See coding | 20120918 | tn_t_node_attributes type standard table of tn_s_node_attribute with default key
with unique sorted key key components nodetype key initial size 0
|
||
43 | TN_T_SELECT_OPT_F4 | Public | See coding | 20120913 | tn_t_select_opt_f4 type standard table of tn_s_select_opt_f4 with default key initial size 0
|
||
44 | TN_T_STRUCTURE | Public | See coding | 20121003 | tn_t_structure type standard table of tn_s_structure with default key initial size 1
|
||
45 | TN_T_VALUES_F4 | Public | See coding | 20120913 | tn_t_values_f4 type standard table of tn_s_value_f4 with default key initial size 0
|
||
46 | TN_ZERO_PRESENTATION | Public | See coding | Zero Presentation | 20120913 | tn_zero_presentation type n length 1
|
|
47 | TN_ZERO_SUPPRESSION | Public | See coding | Zero Suppression | 20120913 | tn_zero_suppression type n length 2
|
|
48 | TN_ZERO_SUPPRESSION_JOIN | Public | See coding | 20120913 | tn_zero_suppression_join type c length 1
|
Method Signatures
Method GET_CHARACTERISTIC_PROPERTIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IOBJ_NAME | Call by reference | Type reference (TYPE) | IF_RSRT_SELECTOR=>TN_NAME | Name | 20120914 | ||
2 | ![]() |
VALUE | Value transfer | Type reference (TYPE) | TN_S_ITEM_PROPERTIES | 20121009 |
Method GET_CHARACTERISTIC_PROPERTIES on Interface IF_RSRT_QUERY_PROPERTIES has no exception.
Method GET_HIERARCHY_INFORMATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
HIER_DATETO | Call by reference | Type reference (TYPE) | D | 20120918 | |||
2 | ![]() |
HIER_NAME | Call by reference | Type reference (TYPE) | IF_RSRT_SELECTOR=>TN_NAME | 20120918 | |||
3 | ![]() |
HIER_VERSION | Call by reference | Type reference (TYPE) | TN_HIERARCHY_VERSION | 3-Byte field | 20120918 | ||
4 | ![]() |
IOBJ_NAME | Call by reference | Type reference (TYPE) | IF_RSRT_SELECTOR=>TN_NAME | Name | 20120918 | ||
5 | ![]() |
VALUE | Value transfer | Type reference (TYPE) | TN_S_HIERARCHY_INFO | 20121009 |
Method GET_HIERARCHY_INFORMATION on Interface IF_RSRT_QUERY_PROPERTIES has no exception.
Method GET_POS_PRES_TEXT_TYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DATA_AREA | Call by reference | Type reference (TYPE) | STRING | 20130604 | |||
2 | ![]() |
IOBJ_NAME | Call by reference | Type reference (TYPE) | IF_RSRT_SELECTOR=>TN_NAME | Name | 20120913 | ||
3 | ![]() |
PLANNING_FUNCTION | Call by reference | Type reference (TYPE) | IF_RSRT_SRV_PLANNING=>TN_S_PLFUNC-NAME | 20130604 | |||
4 | ![]() |
T_PRESENTATIONS | Call by reference | Type reference (TYPE) | TN_T_KEY_VALUE | 20121001 | |||
5 | ![]() |
T_TEXT_TYPES | Call by reference | Type reference (TYPE) | TN_T_KEY_VALUE | Key Value List | 20121001 | ||
6 | ![]() |
VAR_NAME | Call by reference | Type reference (TYPE) | STRING | 20121118 |
Method GET_POS_PRES_TEXT_TYPE on Interface IF_RSRT_QUERY_PROPERTIES has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 740 |