SAP ABAP Interface IF_RSRT_SELECTOR (Selector)
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_PLFUNC Planning Function 20121118
2 Interface composition (i COMPRISING i_ref)  IF_RSRT_QUERY Query 20121116
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSRT_DP_TYPE_SELECTOR Data Provider Type: Selector 20121116
Properties
Interface IF_RSRT_SELECTOR  
Short Description Selector    
General Data
Package RSRT_BICS   RSRT_BICS 
Created 20121115   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_SELECTOR Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_RSRT_DATA_PROVIDER_CONTENT Data Provider Content 20121116
2 IF_RSRT_DATA_PROVIDER_TYPE Data Provider Type 20121116
3 IF_RSRT_SRV_BOOKMARK Services: Bookmark 20130821
4 IF_RSRT_SRV_PLANNING Services: Planning 20130821
5 IF_RSRT_SRV_QUERY Services: Query 20130821
Friends
Interface IF_RSRT_SELECTOR has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_CS_BOOKABLE_NODE_VISIBILITY Constant Public See coding 20121123
2 N_CS_F4_VAR_TYPE Constant Public See coding 20130829
3 N_CS_NODE_ALIGNMENT Constant Public See coding 20121123
4 N_CS_PRESENTATION Constant Public See coding 20121121
5 N_CS_PRESENTATION_TYPE Constant Public See coding 20121123
6 N_CS_TEXT_TYPE Constant Public See coding 20121123
Methods
# Method Level Visibility Method type Description Created on
1 APPLY_FILTER Instance method Public Method Filter 20121115
2 DRILL_HIERARCHY_TO_LEVEL Instance method Public Method Drill Hierarchy To Level 20121116
3 GET_BOOKMARK_SERVICE Instance method Public Method Get Bookmark Service 20130719
4 GET_DATA_AREA Instance method Public Method Get Data Area 20121116
5 GET_DYNAMIC_FILTER Instance method Public Method Get Dynamic Filter 20121115
6 GET_EXPLAIN_ITEM Instance method Public Method Get Explain Item 20121214
7 GET_F4_FLAT_VALUES Instance method Public Method Get flat F4 values 20130829
8 GET_F4_HIER_VALUES Instance method Public Method Get hierarchical F4 values 20130829
9 GET_F4_HIER_VAR Instance method Public Method Get hierarchies for hierarchy variable 20130829
10 GET_F4_INFO Instance method Public Method Get F4 Information 20130829
11 GET_F4_REST_NODE Instance method Public Method Get rest node 20130829
12 GET_F4_SELECTED Instance method Public Method Get selected F4 values 20130829
13 GET_IOBJS Instance method Public Method Get InfoObjects 20121115
14 GET_IOBJ_ATTRIBUTES Instance method Public Method Get InfoObject Attributes 20121115
15 GET_POS_PRES_TEXT_TYPE Instance method Public Method Get Presentations and Text Types for an InfoObject 20130829
16 GET_PROPERTIES Instance method Public Method Get Properties 20121115
17 GET_STATIC_FILTER Instance method Public Method Get Static Filter 20121115
18 GET_VARIABLE_CONTAINER Instance method Public Method Get Variable Container 20121115
19 IS_PLANNING_ACTIVE Instance method Public Method Is Planning Active 20121118
20 REMOVE_FILTER Instance method Public Method Remove Filter 20121115
21 SELOPTS_TO_VALUE Static method Public Method Convert Select Options to String Representation 20121116
22 SET_HIERARCHY_STATE Instance method Public Method Set Hierarchy State 20121116
Events
Interface IF_RSRT_SELECTOR has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TN_BOOKABLE_NODE_VISIBILITY Public See coding 20121123 tn_bookable_node_visibility TYPE n LENGTH 2
2 TN_DRILL_LEVEL Public Type reference (TYPE) INT2 20121123
3 TN_F4_VAR_TYPE Public See coding 20130829 tn_f4_var_type TYPE c LENGTH 1
4 TN_HIERARCHY_VERSION Public See coding 20121123 tn_hierarchy_version TYPE c LENGTH 3
5 TN_ID Public Type reference (TYPE) STRING ID 20121115
6 TN_NAME Public Type reference (TYPE) STRING Name 20121115
7 TN_NODE_ALIGNMENT Public See coding 20121123 tn_node_alignment TYPE n LENGTH 2
8 TN_PRESENTATION Public See coding 20121121 tn_presentation TYPE n LENGTH 2
9 TN_PRESENTATION_TYPE Public See coding 20121123 tn_presentation_type TYPE c LENGTH 2
10 TN_S_ATTRIBUTE Public See coding 20121115 BEGIN OF tn_s_attribute, id TYPE tn_id, name TYPE tn_name, text TYPE tn_text, position TYPE i, presentations TYPE i, END OF tn_s_attribute
11 TN_S_F4 Public See coding 20130829 BEGIN OF tn_s_f4, var_type TYPE tn_f4_var_type, structure TYPE abap_bool, hierarchy TYPE abap_bool, END OF tn_s_f4
12 TN_S_FILTER_SELOPT Public See coding Filter Select Option 20121115 BEGIN OF tn_s_filter_selopt. INCLUDE TYPE tn_s_selopt. TYPES: node_type_id TYPE tn_id, filter_member TYPE abap_bool, END OF tn_s_filter_selopt
13 TN_S_HIERARCHY Public See coding 20121123 BEGIN OF tn_s_hierarchy. INCLUDE TYPE tn_s_hierarchy_g. TYPES: END OF tn_s_hierarchy
14 TN_S_HIERARCHY_B Public See coding 20121126 BEGIN OF tn_s_hierarchy_b, name TYPE if_rsrt_selector=>tn_name, version TYPE tn_hierarchy_version, dateto TYPE d, assigned TYPE abap_bool, active TYPE abap_bool, drill_level TYPE tn_drill_level, node_alignment TYPE tn_node_alignment, node_condensation TYPE abap_bool, bookable_node_visibility TYPE tn_bookable_node_visibility, END OF tn_s_hierarchy_b
15 TN_S_HIERARCHY_G Public See coding 20121126 BEGIN OF tn_s_hierarchy_g. INCLUDE TYPE tn_s_hierarchy_b. TYPES: text TYPE if_rsrt_selector=>tn_text, t_hlevels TYPE REF TO tn_t_hlevel, END OF tn_s_hierarchy_g
16 TN_S_HIERARCHY_S Public See coding 20121126 BEGIN OF tn_s_hierarchy_s. INCLUDE TYPE tn_s_hierarchy_b. TYPES: END OF tn_s_hierarchy_s
17 TN_S_HIER_F4 Public See coding 20130829 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
18 TN_S_HLEVEL Public See coding 20121115 BEGIN OF tn_s_hlevel, level TYPE tn_drill_level, text TYPE string, END OF tn_s_hlevel
19 TN_S_INFO Public See coding Information 20121115 BEGIN OF tn_s_info, name TYPE tn_name, text TYPE tn_text, infoprov_name TYPE tn_name, infoprov_text TYPE tn_text, created_by TYPE string, created_date TYPE string, created_time TYPE string, created_tstmp TYPE string, changed_by TYPE string, changed_date TYPE string, changed_time TYPE string, changed_tstmp TYPE string, refresh_date TYPE string, refresh_time TYPE string, refresh_tstmp TYPE string, due_date TYPE string, rollup_date TYPE string, rollup_time TYPE string, rollup_tstmp TYPE string, edit_mode TYPE abap_bool, END OF tn_s_info
20 TN_S_IOBJ Public See coding 20121115 BEGIN OF tn_s_iobj. INCLUDE TYPE tn_s_iobj_g. TYPES: END OF tn_s_iobj
21 TN_S_IOBJ_COMPLETE Public See coding 20121122 BEGIN OF tn_s_iobj_complete. INCLUDE TYPE tn_s_iobj_complete_g. TYPES: END OF tn_s_iobj_complete
22 TN_S_IOBJ_COMPLETE_G Public See coding 20121121 BEGIN OF tn_s_iobj_complete_g. INCLUDE TYPE tn_s_iobj_g. TYPES: t_attributes TYPE REF TO tn_t_attribute, END OF tn_s_iobj_complete_g
23 TN_S_IOBJ_G Public See coding 20121121 BEGIN OF tn_s_iobj_g, position TYPE i, id TYPE tn_id, name TYPE tn_name, text TYPE tn_text, alternative_name TYPE tn_name, is_structure TYPE abap_bool, is_keyfigure TYPE abap_bool, is_only_struc TYPE abap_bool, supports_filter TYPE abap_bool, s_hierarchy TYPE tn_s_hierarchy_g, presentations TYPE i, END OF tn_s_iobj_g
24 TN_S_IOBJ_SELOPT Public See coding 20121213 BEGIN OF tn_s_iobj_selopt, node_type_id TYPE tn_id. INCLUDE TYPE tn_s_selopt. TYPES: END OF tn_s_iobj_selopt
25 TN_S_IOBJ_SELOPTS Public See coding InfoObject Select Option List 20121115 BEGIN OF tn_s_iobj_selopts, id TYPE tn_id, name TYPE tn_name, text TYPE tn_text, alternative_name TYPE tn_name, t_selopts TYPE REF TO tn_t_iobj_selopt, END OF tn_s_iobj_selopts
26 TN_S_KEY_VALUE Public See coding 20130829 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
27 TN_S_SELECT_OPT_F4 Public See coding 20130829 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
28 TN_S_SELOPT Public See coding Select Option 20121115 BEGIN OF tn_s_selopt, sign TYPE c LENGTH 1, option TYPE c LENGTH 2, low_value TYPE string, high_value TYPE string, low_value_ext TYPE string, high_value_ext TYPE string, hierarchy_name TYPE string, END OF tn_s_selopt
29 TN_S_VALUE Public See coding 20130829 BEGIN OF tn_s_value, value_ext TYPE string, value_ext_maxlen TYPE string, END OF tn_s_value
30 TN_S_VALUE_F4 Public See coding 20130829 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
31 TN_TEXT Public Type reference (TYPE) STRING Text 20121115
32 TN_TEXT_TYPE Public See coding 20121123 tn_text_type TYPE c LENGTH 1
33 TN_T_ATTRIBUTE Public See coding 20121115 tn_t_attribute TYPE STANDARD TABLE OF tn_s_attribute WITH DEFAULT KEY WITH UNIQUE SORTED KEY key COMPONENTS id INITIAL SIZE 1
34 TN_T_CONSTANTS Public See coding 20130829 tn_t_constants TYPE STANDARD TABLE OF string WITH DEFAULT KEY INITIAL SIZE 0
35 TN_T_FILTER_SELOPTS Public See coding Filter Select Option List 20121115 tn_t_filter_selopts TYPE STANDARD TABLE OF tn_s_filter_selopt WITH DEFAULT KEY INITIAL SIZE 1
36 TN_T_HIERARCHY Public See coding 20121123 tn_t_hierarchy TYPE STANDARD TABLE OF tn_s_hierarchy WITH DEFAULT KEY WITH UNIQUE SORTED KEY key COMPONENTS name version dateto INITIAL SIZE 1
37 TN_T_HIERARCHY_G Public See coding 20121126 tn_t_hierarchy_g TYPE STANDARD TABLE OF tn_s_hierarchy_g WITH DEFAULT KEY WITH UNIQUE SORTED KEY key COMPONENTS name version dateto INITIAL SIZE 1
38 TN_T_HIER_F4 Public See coding 20130829 tn_t_hier_f4 TYPE STANDARD TABLE OF tn_s_hier_f4 WITH DEFAULT KEY INITIAL SIZE 0
39 TN_T_HLEVEL Public See coding 20121115 tn_t_hlevel TYPE STANDARD TABLE OF tn_s_hlevel WITH DEFAULT KEY INITIAL SIZE 1
40 TN_T_IOBJ Public See coding 20121115 tn_t_iobj TYPE STANDARD TABLE OF tn_s_iobj WITH DEFAULT KEY WITH UNIQUE SORTED KEY key COMPONENTS id INITIAL SIZE 1
41 TN_T_IOBJ_COMPLETE Public See coding 20121122 tn_t_iobj_complete TYPE STANDARD TABLE OF tn_s_iobj_complete WITH DEFAULT KEY WITH UNIQUE SORTED KEY key COMPONENTS id INITIAL SIZE 1
42 TN_T_IOBJ_COMPLETE_G Public See coding 20121122 tn_t_iobj_complete_g TYPE STANDARD TABLE OF tn_s_iobj_complete_g WITH DEFAULT KEY WITH UNIQUE SORTED KEY key COMPONENTS id INITIAL SIZE 1
43 TN_T_IOBJ_SELOPT Public See coding 20121213 tn_t_iobj_selopt TYPE STANDARD TABLE OF tn_s_iobj_selopt WITH DEFAULT KEY INITIAL SIZE 1
44 TN_T_IOBJ_SELOPTS Public See coding InfoObjects Select Option List 20121115 tn_t_iobj_selopts TYPE STANDARD TABLE OF tn_s_iobj_selopts WITH DEFAULT KEY WITH UNIQUE SORTED KEY id COMPONENTS id INITIAL SIZE 1
45 TN_T_KEY_VALUE Public See coding 20130829 tn_t_key_value type standard table of tn_s_key_value with default key initial size 1
46 TN_T_PRESENTATION Public See coding 20121121 tn_t_presentation TYPE SORTED TABLE OF tn_presentation WITH UNIQUE KEY table_line INITIAL SIZE 1
47 TN_T_PRESENTATION_TYPE Public See coding 20121123 tn_t_presentation_type TYPE STANDARD TABLE OF tn_presentation_type WITH DEFAULT KEY INITIAL SIZE 1
48 TN_T_SELECT_OPT_F4 Public See coding 20130829 tn_t_select_opt_f4 TYPE STANDARD TABLE OF tn_s_select_opt_f4 WITH DEFAULT KEY INITIAL SIZE 0
49 TN_T_SELOPT Public See coding Select Option List 20121115 tn_t_selopt TYPE STANDARD TABLE OF tn_s_selopt WITH DEFAULT KEY INITIAL SIZE 1
50 TN_T_TEXT_TYPE Public See coding 20121123 tn_t_text_type TYPE STANDARD TABLE OF tn_text_type WITH DEFAULT KEY INITIAL SIZE 1
51 TN_T_VALUES_F4 Public See coding 20130829 tn_t_values_f4 TYPE STANDARD TABLE OF tn_s_value_f4 WITH DEFAULT KEY INITIAL SIZE 0
Method Signatures

Method APPLY_FILTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IOBJ_ID Call by reference Type reference (TYPE) TN_ID ID 20121115
2 Importing IOBJ_NAME Call by reference Type reference (TYPE) TN_NAME Name 20121115
3 Importing NODE_TYPE_ID Call by reference Type reference (TYPE) TN_ID ID 20121115
4 Importing T_SELOPTS Call by reference Type reference (TYPE) TN_T_FILTER_SELOPTS Filter SelectionOption List 20121115

Method APPLY_FILTER on Interface IF_RSRT_SELECTOR has no exception.

Method DRILL_HIERARCHY_TO_LEVEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IOBJ_ID Call by reference Type reference (TYPE) IF_RSRT_SELECTOR=>TN_ID ID 20121116
2 Importing IOBJ_NAME Call by reference Type reference (TYPE) IF_RSRT_SELECTOR=>TN_NAME Name 20121116
3 Importing LEVEL Call by reference Type reference (TYPE) INT2 0 2 Byte Integer (Signed) 20121116

Method DRILL_HIERARCHY_TO_LEVEL on Interface IF_RSRT_SELECTOR has no exception.

Method GET_BOOKMARK_SERVICE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Object reference (TYPE REF TO) IF_RSRT_SRV_BOOKMARK Services: Bookmark 20130719

Method GET_BOOKMARK_SERVICE on Interface IF_RSRT_SELECTOR has no exception.

Method GET_DATA_AREA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Object reference (TYPE REF TO) IF_RSRT_DATA_AREA Data Area 20121116

Method GET_DATA_AREA on Interface IF_RSRT_SELECTOR has no exception.

Method GET_DYNAMIC_FILTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IOBJ_NAME Call by reference Type reference (TYPE) TN_NAME Name 20121115
2 Returning VALUE Value transfer Type reference (TYPE) TN_T_IOBJ_SELOPTS InfoObjects Select Option List 20121115

Method GET_DYNAMIC_FILTER on Interface IF_RSRT_SELECTOR has no exception.

Method GET_EXPLAIN_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID Call by reference Type reference (TYPE) IF_RSRT_SELECTOR=>TN_ID ID 20121214
2 Returning VALUE Value transfer Object reference (TYPE REF TO) CL_RSR_EXPLAIN_ITEM Part of a Key Figure 20121214

Method GET_EXPLAIN_ITEM on Interface IF_RSRT_SELECTOR has no exception.

Method GET_F4_FLAT_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATA_AREA Call by reference Type reference (TYPE) STRING 20130829
2 Exporting E_ALL_AM Call by reference Type reference (TYPE) TN_T_CONSTANTS 20130829
3 Exporting E_CURRENT_AM Call by reference Type reference (TYPE) STRING 20130829
4 Exporting E_PRES Call by reference Type reference (TYPE) STRING 20130829
5 Exporting E_TEXT Call by reference Type reference (TYPE) TN_TEXT_TYPE 20130829
6 Importing IOBJ_NAME Call by reference Type reference (TYPE) TN_NAME Name 20130829
7 Importing PLANNING_FUNCTION Call by reference Type reference (TYPE) IF_RSRT_SRV_PLANNING=>TN_S_PLFUNC-NAME 20130829
8 Exporting T_VALUES Call by reference Type reference (TYPE) TN_T_VALUES_F4 20130829
9 Importing VAR_NAME Call by reference Type reference (TYPE) STRING 20130829

Method GET_F4_FLAT_VALUES on Interface IF_RSRT_SELECTOR has no exception.

Method GET_F4_HIER_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATA_AREA Call by reference Type reference (TYPE) STRING 20130829
2 Importing IOBJ_NAME Call by reference Type reference (TYPE) TN_NAME Name 20130829
3 Importing PLANNING_FUNCTION Call by reference Type reference (TYPE) IF_RSRT_SRV_PLANNING=>TN_S_PLFUNC-NAME 20130829
4 Exporting T_HIER Call by reference Type reference (TYPE) TN_T_HIER_F4 20130829
5 Importing VAR_NAME Call by reference Type reference (TYPE) STRING 20130829

Method GET_F4_HIER_VALUES on Interface IF_RSRT_SELECTOR has no exception.

Method GET_F4_HIER_VAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATA_AREA Call by reference Type reference (TYPE) STRING 20130829
2 Exporting E_PRES Call by reference Type reference (TYPE) STRING 20130829
3 Exporting E_TEXT Call by reference Type reference (TYPE) TN_TEXT_TYPE 20130829
4 Importing IOBJ_NAME Call by reference Type reference (TYPE) TN_NAME Name 20130829
5 Importing PLANNING_FUNCTION Call by reference Type reference (TYPE) IF_RSRT_SRV_PLANNING=>TN_S_PLFUNC-NAME 20130829
6 Exporting T_VALUES Call by reference Type reference (TYPE) TN_T_VALUES_F4 20130829
7 Importing VAR_NAME Call by reference Type reference (TYPE) STRING 20130829

Method GET_F4_HIER_VAR on Interface IF_RSRT_SELECTOR has no exception.

Method GET_F4_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATA_AREA Call by reference Type reference (TYPE) STRING 20130829
2 Importing IOBJ_NAME Call by reference Type reference (TYPE) IF_RSRT_SELECTOR=>TN_NAME Name 20130829
3 Importing PLANNING_FUNCTION Call by reference Type reference (TYPE) IF_RSRT_SRV_PLANNING=>TN_S_PLFUNC-NAME 20130829
4 Exporting S_F4_INFO Call by reference Type reference (TYPE) TN_S_F4 20130829
5 Importing VAR_NAME Call by reference Type reference (TYPE) STRING 20130829

Method GET_F4_INFO on Interface IF_RSRT_SELECTOR has no exception.

Method GET_F4_REST_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATA_AREA Call by reference Type reference (TYPE) STRING 20130829
2 Exporting E_VALUES Call by reference Type reference (TYPE) TN_T_HIER_F4 20130829
3 Importing IOBJ_NAME Call by reference Type reference (TYPE) TN_NAME Name 20130829
4 Importing PLANNING_FUNCTION Call by reference Type reference (TYPE) IF_RSRT_SRV_PLANNING=>TN_S_PLFUNC-NAME 20130829
5 Importing REST_ID Call by reference Type reference (TYPE) IF_RSRT_SELECTOR=>TN_ID ID 20130829
6 Importing VAR_NAME Call by reference Type reference (TYPE) STRING 20130829

Method GET_F4_REST_NODE on Interface IF_RSRT_SELECTOR has no exception.

Method GET_F4_SELECTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IOBJ_NAME Call by reference Type reference (TYPE) TN_NAME Name 20130829
2 Changing T_FLAT Call by reference Type reference (TYPE) TN_T_VALUES_F4 20130829
3 Changing T_HIER Call by reference Type reference (TYPE) TN_T_HIER_F4 20130829
4 Exporting T_SELOPT Call by reference Type reference (TYPE) TN_T_SELECT_OPT_F4 20130829

Method GET_F4_SELECTED on Interface IF_RSRT_SELECTOR has no exception.

Method GET_IOBJS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing GET_ATTRIBUTES Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20121115
2 Importing IOBJ_ID Call by reference Type reference (TYPE) TN_ID ID 20121115
3 Importing IOBJ_NAME Call by reference Type reference (TYPE) TN_NAME Name 20121115
4 Returning VALUE Value transfer Type reference (TYPE) TN_T_IOBJ_COMPLETE InfoObject List 20121115

Method GET_IOBJS on Interface IF_RSRT_SELECTOR has no exception.

Method GET_IOBJ_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_NAME Call by reference Type reference (TYPE) TN_NAME Name 20121115
2 Importing IOBJ_NAME Call by reference Type reference (TYPE) TN_NAME Name 20121115
3 Returning VALUE Value transfer Type reference (TYPE) TN_T_ATTRIBUTE Attribute List 20121115

Method GET_IOBJ_ATTRIBUTES on Interface IF_RSRT_SELECTOR 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 Importing DATA_AREA Call by reference Type reference (TYPE) STRING 20130829
2 Importing IOBJ_NAME Call by reference Type reference (TYPE) TN_NAME Name 20130829
3 Importing PLANNING_FUNCTION Call by reference Type reference (TYPE) IF_RSRT_SRV_PLANNING=>TN_S_PLFUNC-NAME 20130829
4 Exporting T_PRESENTATIONS Call by reference Type reference (TYPE) TN_T_KEY_VALUE 20130829
5 Exporting T_TEXT_TYPES Call by reference Type reference (TYPE) TN_T_KEY_VALUE 20130829
6 Importing VAR_NAME Call by reference Type reference (TYPE) STRING 20130829

Method GET_POS_PRES_TEXT_TYPE on Interface IF_RSRT_SELECTOR has no exception.

Method GET_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) TN_S_INFO Information 20121115

Method GET_PROPERTIES on Interface IF_RSRT_SELECTOR has no exception.

Method GET_STATIC_FILTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IOBJ_NAME Call by reference Type reference (TYPE) TN_NAME Name 20121115
2 Returning VALUE Value transfer Type reference (TYPE) TN_T_IOBJ_SELOPTS InfoObjects Select Option List 20121115

Method GET_STATIC_FILTER on Interface IF_RSRT_SELECTOR has no exception.

Method GET_VARIABLE_CONTAINER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Object reference (TYPE REF TO) IF_RSRT_VARIABLE_CONTAINER Variable Container 20121115

Method GET_VARIABLE_CONTAINER on Interface IF_RSRT_SELECTOR has no exception.

Method IS_PLANNING_ACTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) ABAP_BOOL 20121118

Method IS_PLANNING_ACTIVE on Interface IF_RSRT_SELECTOR has no exception.

Method REMOVE_FILTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IOBJ_ID Call by reference Type reference (TYPE) TN_ID ID 20121115
2 Importing IOBJ_NAME Call by reference Type reference (TYPE) TN_NAME Name 20121115

Method REMOVE_FILTER on Interface IF_RSRT_SELECTOR has no exception.

Method SELOPTS_TO_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MAXLENGTH Call by reference Type reference (TYPE) I 0 20130521
2 Importing MAXLENGTH_VALUE Call by reference Type reference (TYPE) I 0 20130521
3 Returning S_VALUE Value transfer Type reference (TYPE) TN_S_VALUE 20130829
4 Importing T_SELOPTS Call by reference Type reference (TYPE) IF_RSRT_SELECTOR=>TN_T_IOBJ_SELOPT Select Option List 20121116
5 Importing WITH_HIER_NAME Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20130716

Method SELOPTS_TO_VALUE on Interface IF_RSRT_SELECTOR has no exception.

Method SET_HIERARCHY_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACTIVE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20121116
2 Importing IOBJ_ID Call by reference Type reference (TYPE) IF_RSRT_SELECTOR=>TN_ID ID 20121116
3 Importing IOBJ_NAME Call by reference Type reference (TYPE) IF_RSRT_SELECTOR=>TN_NAME Name 20121116

Method SET_HIERARCHY_STATE on Interface IF_RSRT_SELECTOR has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 740