SAP ABAP Class IF_RSRT_SELECTOR (Selector)
Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface composition (i COMPRISING i_ref) | IF_RSRT_DATA_PROVIDER_CONTENT | Data Provider Content | 20121116 |
2 | Interface composition (i COMPRISING i_ref) | IF_RSRT_DATA_PROVIDER_TYPE | Data Provider Type | 20121116 |
3 | Interface composition (i COMPRISING i_ref) | IF_RSRT_SRV_BOOKMARK | Services: Bookmark | 20130821 |
4 | Interface composition (i COMPRISING i_ref) | IF_RSRT_SRV_PLANNING | Services: Planning | 20130821 |
5 | Interface composition (i COMPRISING i_ref) | IF_RSRT_SRV_QUERY | Services: Query | 20130821 |
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
Class | IF_RSRT_SELECTOR | |
Short Description | Selector | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20121115 | SAP |
Last change | 20140121 | 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 interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class IF_RSRT_SELECTOR has no interface implemented.
Friends
Class IF_RSRT_SELECTOR has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | See coding | 20121123 | ||||
2 | ![]() |
Constant | Public | See coding | 20130829 | ||||
3 | ![]() |
Constant | Public | See coding | 20121123 | ||||
4 | ![]() |
Constant | Public | See coding | 20121121 | ||||
5 | ![]() |
Constant | Public | See coding | 20121123 | ||||
6 | ![]() |
Constant | Public | See coding | 20121123 |
Methods
Events
Class 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 | ![]() |
IOBJ_ID | Call by reference | Type reference (TYPE) | TN_ID | ID | 20121115 | ||
2 | ![]() |
IOBJ_NAME | Call by reference | Type reference (TYPE) | TN_NAME | Name | 20121115 | ||
3 | ![]() |
NODE_TYPE_ID | Call by reference | Type reference (TYPE) | TN_ID | ID | 20121115 | ||
4 | ![]() |
T_SELOPTS | Call by reference | Type reference (TYPE) | TN_T_FILTER_SELOPTS | Filter SelectionOption List | 20121115 |
Method APPLY_FILTER on class 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 | ![]() |
IOBJ_ID | Call by reference | Type reference (TYPE) | IF_RSRT_SELECTOR=>TN_ID | ID | 20121116 | ||
2 | ![]() |
IOBJ_NAME | Call by reference | Type reference (TYPE) | IF_RSRT_SELECTOR=>TN_NAME | Name | 20121116 | ||
3 | ![]() |
LEVEL | Call by reference | Type reference (TYPE) | INT2 | 0 | 2 Byte Integer (Signed) | 20121116 |
Method DRILL_HIERARCHY_TO_LEVEL on class 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 | ![]() |
VALUE | Value transfer | Object reference (TYPE REF TO) | IF_RSRT_SRV_BOOKMARK | Services: Bookmark | 20130719 |
Method GET_BOOKMARK_SERVICE on class 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 | ![]() |
VALUE | Value transfer | Object reference (TYPE REF TO) | IF_RSRT_DATA_AREA | Data Area | 20121116 |
Method GET_DATA_AREA on class 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 | ![]() |
IOBJ_NAME | Call by reference | Type reference (TYPE) | TN_NAME | Name | 20121115 | ||
2 | ![]() |
VALUE | Value transfer | Type reference (TYPE) | TN_T_IOBJ_SELOPTS | InfoObjects Select Option List | 20121115 |
Method GET_DYNAMIC_FILTER on class 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 | ![]() |
ID | Call by reference | Type reference (TYPE) | IF_RSRT_SELECTOR=>TN_ID | ID | 20121214 | ||
2 | ![]() |
VALUE | Value transfer | Object reference (TYPE REF TO) | CL_RSR_EXPLAIN_ITEM | Part of a Key Figure | 20121214 |
Method GET_EXPLAIN_ITEM on class 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 | ![]() |
DATA_AREA | Call by reference | Type reference (TYPE) | STRING | 20130829 | |||
2 | ![]() |
E_ALL_AM | Call by reference | Type reference (TYPE) | TN_T_CONSTANTS | 20130829 | |||
3 | ![]() |
E_CURRENT_AM | Call by reference | Type reference (TYPE) | STRING | 20130829 | |||
4 | ![]() |
E_PRES | Call by reference | Type reference (TYPE) | STRING | 20130829 | |||
5 | ![]() |
E_TEXT | Call by reference | Type reference (TYPE) | TN_TEXT_TYPE | 20130829 | |||
6 | ![]() |
IOBJ_NAME | Call by reference | Type reference (TYPE) | TN_NAME | Name | 20130829 | ||
7 | ![]() |
PLANNING_FUNCTION | Call by reference | Type reference (TYPE) | IF_RSRT_SRV_PLANNING=>TN_S_PLFUNC-NAME | 20130829 | |||
8 | ![]() |
T_VALUES | Call by reference | Type reference (TYPE) | TN_T_VALUES_F4 | 20130829 | |||
9 | ![]() |
VAR_NAME | Call by reference | Type reference (TYPE) | STRING | 20130829 |
Method GET_F4_FLAT_VALUES on class 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 | ![]() |
DATA_AREA | Call by reference | Type reference (TYPE) | STRING | 20130829 | |||
2 | ![]() |
IOBJ_NAME | Call by reference | Type reference (TYPE) | TN_NAME | Name | 20130829 | ||
3 | ![]() |
PLANNING_FUNCTION | Call by reference | Type reference (TYPE) | IF_RSRT_SRV_PLANNING=>TN_S_PLFUNC-NAME | 20130829 | |||
4 | ![]() |
T_HIER | Call by reference | Type reference (TYPE) | TN_T_HIER_F4 | 20130829 | |||
5 | ![]() |
VAR_NAME | Call by reference | Type reference (TYPE) | STRING | 20130829 |
Method GET_F4_HIER_VALUES on class 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 | ![]() |
DATA_AREA | Call by reference | Type reference (TYPE) | STRING | 20130829 | |||
2 | ![]() |
E_PRES | Call by reference | Type reference (TYPE) | STRING | 20130829 | |||
3 | ![]() |
E_TEXT | Call by reference | Type reference (TYPE) | TN_TEXT_TYPE | 20130829 | |||
4 | ![]() |
IOBJ_NAME | Call by reference | Type reference (TYPE) | TN_NAME | Name | 20130829 | ||
5 | ![]() |
PLANNING_FUNCTION | Call by reference | Type reference (TYPE) | IF_RSRT_SRV_PLANNING=>TN_S_PLFUNC-NAME | 20130829 | |||
6 | ![]() |
T_VALUES | Call by reference | Type reference (TYPE) | TN_T_VALUES_F4 | 20130829 | |||
7 | ![]() |
VAR_NAME | Call by reference | Type reference (TYPE) | STRING | 20130829 |
Method GET_F4_HIER_VAR on class 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 | ![]() |
DATA_AREA | Call by reference | Type reference (TYPE) | STRING | 20130829 | |||
2 | ![]() |
IOBJ_NAME | Call by reference | Type reference (TYPE) | IF_RSRT_SELECTOR=>TN_NAME | Name | 20130829 | ||
3 | ![]() |
PLANNING_FUNCTION | Call by reference | Type reference (TYPE) | IF_RSRT_SRV_PLANNING=>TN_S_PLFUNC-NAME | 20130829 | |||
4 | ![]() |
S_F4_INFO | Call by reference | Type reference (TYPE) | TN_S_F4 | 20130829 | |||
5 | ![]() |
VAR_NAME | Call by reference | Type reference (TYPE) | STRING | 20130829 |
Method GET_F4_INFO on class 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 | ![]() |
DATA_AREA | Call by reference | Type reference (TYPE) | STRING | 20130829 | |||
2 | ![]() |
E_VALUES | Call by reference | Type reference (TYPE) | TN_T_HIER_F4 | 20130829 | |||
3 | ![]() |
IOBJ_NAME | Call by reference | Type reference (TYPE) | TN_NAME | Name | 20130829 | ||
4 | ![]() |
PLANNING_FUNCTION | Call by reference | Type reference (TYPE) | IF_RSRT_SRV_PLANNING=>TN_S_PLFUNC-NAME | 20130829 | |||
5 | ![]() |
REST_ID | Call by reference | Type reference (TYPE) | IF_RSRT_SELECTOR=>TN_ID | ID | 20130829 | ||
6 | ![]() |
VAR_NAME | Call by reference | Type reference (TYPE) | STRING | 20130829 |
Method GET_F4_REST_NODE on class 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 | ![]() |
IOBJ_NAME | Call by reference | Type reference (TYPE) | TN_NAME | Name | 20130829 | ||
2 | ![]() |
T_FLAT | Call by reference | Type reference (TYPE) | TN_T_VALUES_F4 | 20130829 | |||
3 | ![]() |
T_HIER | Call by reference | Type reference (TYPE) | TN_T_HIER_F4 | 20130829 | |||
4 | ![]() |
T_SELOPT | Call by reference | Type reference (TYPE) | TN_T_SELECT_OPT_F4 | 20130829 |
Method GET_F4_SELECTED on class 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 | ![]() |
GET_ATTRIBUTES | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20121115 | ||
2 | ![]() |
IOBJ_ID | Call by reference | Type reference (TYPE) | TN_ID | ID | 20121115 | ||
3 | ![]() |
IOBJ_NAME | Call by reference | Type reference (TYPE) | TN_NAME | Name | 20121115 | ||
4 | ![]() |
VALUE | Value transfer | Type reference (TYPE) | TN_T_IOBJ_COMPLETE | InfoObject List | 20121115 |
Method GET_IOBJS on class 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 | ![]() |
ATTRIBUTE_NAME | Call by reference | Type reference (TYPE) | TN_NAME | Name | 20121115 | ||
2 | ![]() |
IOBJ_NAME | Call by reference | Type reference (TYPE) | TN_NAME | Name | 20121115 | ||
3 | ![]() |
VALUE | Value transfer | Type reference (TYPE) | TN_T_ATTRIBUTE | Attribute List | 20121115 |
Method GET_IOBJ_ATTRIBUTES on class 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 | ![]() |
DATA_AREA | Call by reference | Type reference (TYPE) | STRING | 20130829 | |||
2 | ![]() |
IOBJ_NAME | Call by reference | Type reference (TYPE) | TN_NAME | Name | 20130829 | ||
3 | ![]() |
PLANNING_FUNCTION | Call by reference | Type reference (TYPE) | IF_RSRT_SRV_PLANNING=>TN_S_PLFUNC-NAME | 20130829 | |||
4 | ![]() |
T_PRESENTATIONS | Call by reference | Type reference (TYPE) | TN_T_KEY_VALUE | 20130829 | |||
5 | ![]() |
T_TEXT_TYPES | Call by reference | Type reference (TYPE) | TN_T_KEY_VALUE | 20130829 | |||
6 | ![]() |
VAR_NAME | Call by reference | Type reference (TYPE) | STRING | 20130829 |
Method GET_POS_PRES_TEXT_TYPE on class 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 | ![]() |
VALUE | Value transfer | Type reference (TYPE) | TN_S_INFO | Information | 20121115 |
Method GET_PROPERTIES on class 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 | ![]() |
IOBJ_NAME | Call by reference | Type reference (TYPE) | TN_NAME | Name | 20121115 | ||
2 | ![]() |
VALUE | Value transfer | Type reference (TYPE) | TN_T_IOBJ_SELOPTS | InfoObjects Select Option List | 20121115 |
Method GET_STATIC_FILTER on class 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 | ![]() |
VALUE | Value transfer | Object reference (TYPE REF TO) | IF_RSRT_VARIABLE_CONTAINER | Variable Container | 20121115 |
Method GET_VARIABLE_CONTAINER on class 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 | ![]() |
VALUE | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20121118 |
Method IS_PLANNING_ACTIVE on class 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 | ![]() |
IOBJ_ID | Call by reference | Type reference (TYPE) | TN_ID | ID | 20121115 | ||
2 | ![]() |
IOBJ_NAME | Call by reference | Type reference (TYPE) | TN_NAME | Name | 20121115 |
Method REMOVE_FILTER on class 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 | ![]() |
MAXLENGTH | Call by reference | Type reference (TYPE) | I | 0 | 20130521 | ||
2 | ![]() |
MAXLENGTH_VALUE | Call by reference | Type reference (TYPE) | I | 0 | 20130521 | ||
3 | ![]() |
S_VALUE | Value transfer | Type reference (TYPE) | TN_S_VALUE | 20130829 | |||
4 | ![]() |
T_SELOPTS | Call by reference | Type reference (TYPE) | IF_RSRT_SELECTOR=>TN_T_IOBJ_SELOPT | Select Option List | 20121116 | ||
5 | ![]() |
WITH_HIER_NAME | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20130716 |
Method SELOPTS_TO_VALUE on class 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 | ![]() |
ACTIVE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20121116 | ||
2 | ![]() |
IOBJ_ID | Call by reference | Type reference (TYPE) | IF_RSRT_SELECTOR=>TN_ID | ID | 20121116 | ||
3 | ![]() |
IOBJ_NAME | Call by reference | Type reference (TYPE) | IF_RSRT_SELECTOR=>TN_NAME | Name | 20121116 |
Method SET_HIERARCHY_STATE on class IF_RSRT_SELECTOR has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in |