SAP ABAP Interface IF_WD_CONTEXT_NODE_RANGE (API for Context Range Supply)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-ABA-RUN (Application Component) Web Dynpro ABAP Runtime
     SWDP_RUNTIME_CORE (Package) Web Dynpro Runtime: Core Functions
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_WDR_CONTEXT_NODE_RANGE Context Node for Context Paging Support 20090717
Properties
Interface IF_WD_CONTEXT_NODE_RANGE  
Short Description API for Context Range Supply    
General Data
Package SWDP_RUNTIME_CORE   Web Dynpro Runtime: Core Functions 
Created 20090717   SAP 
Last changed 20110908   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)
Interfaces
# Interface Abstract Final Description Created on
1 IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20090717
Friends
Interface IF_WD_CONTEXT_NODE_RANGE has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 NO_SELECTION Instance attribute Public Attribute reference (LIKE) 20090804
2 USE_LEAD_SELECTION Instance attribute Public Attribute reference (LIKE) 20090804
Methods
# Method Level Visibility Method type Description Created on
1 BIND_ELEMENT Instance method Public Method 20090804
2 BIND_ELEMENTS Instance method Public Method 20090804
3 BIND_STRUCTURE Instance method Public Method 20090804
4 BIND_TABLE Instance method Public Method 20090804
5 BIND_TABLE_RANGE Instance method Public Method Binds a table segment 20090717
6 CLEAR_SELECTION Instance method Public Method 20090804
7 CREATE_ELEMENT Instance method Public Method 20090804
8 CREATE_ELEMENT_STATIC_ATTR Instance method Public Method 20090804
9 GET_ATTRIBUTE Instance method Public Method 20090804
10 GET_ATTRIBUTE_PROPERTIES Instance method Public Method 20090804
11 GET_ATTRIBUTE_PROPS_FOR_ELEM Instance method Public Method 20090804
12 GET_ATTRIBUTE_PROPS_FOR_NODE Instance method Public Method 20090804
13 GET_ATTRIBUTE_REF Instance method Public Method 20090804
14 GET_CHILD_NODE Instance method Public Method 20090804
15 GET_CHILD_NODES Instance method Public Method 20090804
16 GET_CONTEXT Instance method Public Method 20090804
17 GET_ELEMENT Instance method Public Method 20090804
18 GET_ELEMENTS Instance method Public Method Returns elements and element index 20090717
19 GET_ELEMENT_COUNT Instance method Public Method 20090804
20 GET_LEAD_SELECTION Instance method Public Method 20090804
21 GET_LEAD_SELECTION_INDEX Instance method Public Method 20090804
22 GET_MAX_ELEMENT_COUNT Instance method Public Method Returns maximum size of context nodek 20090717
23 GET_META_PATH Instance method Public Method 20090804
24 GET_MIN_ELEMENT_COUNT Instance method Public Method Returns minimum size of context nodek 20090723
25 GET_NODE_INFO Instance method Public Method 20090804
26 GET_PARENT_ELEMENT Instance method Public Method 20090804
27 GET_PATH Instance method Public Method 20090804
28 GET_SELECTED_ELEMENTS Instance method Public Method 20090804
29 GET_SELECTION Instance method Public Method Returns selection (no call to supply method) 20090717
30 GET_SORTABLE_PATH Instance method Public Method 20090804
31 GET_STATIC_ATTRIBUTES Instance method Public Method 20090804
32 GET_STATIC_ATTRIBUTES_REF Instance method Public Method 20090804
33 GET_STATIC_ATTRIBUTES_TABLE Instance method Public Method 20090804
34 INVALIDATE Instance method Public Method 20090804
35 INVALIDATE_RANGE Instance method Public Method Invalidates a segment of the context node 20090807
36 IS_ALIVE Instance method Public Method 20090804
37 IS_ATTRIBUTE_NULL Instance method Public Method 20090804
38 IS_CHANGED_BY_CLIENT Instance method Public Method 20090804
39 IS_FINALIZED Instance method Public Method 20090804
40 IS_SELECTED Instance method Public Method 20090804
41 IS_SUPPLIED Instance method Public Method 20090804
42 MOVE_ELEMENT Instance method Public Method 20090804
43 MOVE_FIRST Instance method Public Method 20090804
44 MOVE_LAST Instance method Public Method 20090804
45 MOVE_NEXT Instance method Public Method 20090804
46 MOVE_PREVIOUS Instance method Public Method 20090804
47 MOVE_TO Instance method Public Method 20090804
48 PATH_GET_ATTRIBUTE Instance method Public Method 20090804
49 PATH_GET_ELEMENT Instance method Public Method 20090804
50 PATH_GET_NODE Instance method Public Method 20090804
51 REMOVE_ELEMENT Instance method Public Method 20090804
52 RESET_CHANGED_BY_CLIENT Instance method Public Method 20090804
53 SET_ATTRIBUTE Instance method Public Method 20090804
54 SET_ATTRIBUTE_NULL Instance method Public Method 20090804
55 SET_ATTRIBUTE_PROPERTY Instance method Public Method 20090804
56 SET_ATTRIBUTE_PROPS_FOR_ELEM Instance method Public Method 20090804
57 SET_ATTRIBUTE_PROPS_FOR_NODE Instance method Public Method 20090804
58 SET_CHANGED_BY_CLIENT Instance method Public Method 20090804
59 SET_FINALIZED Instance method Public Method 20090804
60 SET_LEAD_SELECTION Instance method Public Method 20090804
61 SET_LEAD_SELECTION_INDEX Instance method Public Method 20090804
62 SET_MAX_ELEMENT_COUNT Instance method Public Method Sets the maximum size of the context node 20090717
63 SET_MIN_ELEMENT_COUNT Instance method Public Method Sets the minimum size of the context node 20090723
64 SET_SELECTED Instance method Public Method 20090804
65 SET_SELECTION Instance method Public Method Sets the selection 20090722
66 SET_STATIC_ATTRIBUTES Instance method Public Method 20090804
67 SET_STATIC_ATTRIBUTES_NULL Instance method Public Method 20090804
68 SET_TABLE_RANGE Instance method Public Method 20091104
69 TO_XML Instance method Public Method 20090804
Events
Interface IF_WD_CONTEXT_NODE_RANGE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_ELEMENT Public See coding 20090717 begin of TY_S_ELEMENT, index type i, element type ref to if_wd_context_element, end of ty_s_element
2 TY_S_RANGE Public See coding 20090717 begin of TY_S_RANGE, from_index type i, to_index type i, end of ty_s_range
3 TY_T_ELEMENTS Public See coding 20090717 ty_t_elements type sorted table of ty_s_element with unique key index
4 TY_T_RANGES Public See coding 20090717 ty_t_ranges type hashed table of ty_s_range with unique key from_index to_index
5 TY_T_SELECTION Public See coding 20090717 ty_t_selection type standard table of ty_s_range with default key
Method Signatures

Method BIND_ELEMENT Signature

Method BIND_ELEMENT on Interface IF_WD_CONTEXT_NODE_RANGE has no parameter.
Method BIND_ELEMENT on Interface IF_WD_CONTEXT_NODE_RANGE has no exception.

Method BIND_ELEMENTS Signature

Method BIND_ELEMENTS on Interface IF_WD_CONTEXT_NODE_RANGE has no parameter.
Method BIND_ELEMENTS on Interface IF_WD_CONTEXT_NODE_RANGE has no exception.

Method BIND_STRUCTURE Signature

Method BIND_STRUCTURE on Interface IF_WD_CONTEXT_NODE_RANGE has no parameter.
Method BIND_STRUCTURE on Interface IF_WD_CONTEXT_NODE_RANGE has no exception.

Method BIND_TABLE Signature

Method BIND_TABLE on Interface IF_WD_CONTEXT_NODE_RANGE has no parameter.
Method BIND_TABLE on Interface IF_WD_CONTEXT_NODE_RANGE has no exception.

Method BIND_TABLE_RANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INDEX Call by reference Type reference (TYPE) I Index eines Kontext Elementes 20090717
2 Importing NEW_ITEMS Call by reference Type reference (TYPE) ANY TABLE Liste von Elementen oder Modeldaten 20090717
3 Importing SET_INITIAL_ELEMENTS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Falls TRUE setzen der initialen Elemente, sonst Anfügen 20090717

Method BIND_TABLE_RANGE on Interface IF_WD_CONTEXT_NODE_RANGE has no exception.

Method CLEAR_SELECTION Signature

Method CLEAR_SELECTION on Interface IF_WD_CONTEXT_NODE_RANGE has no parameter.
Method CLEAR_SELECTION on Interface IF_WD_CONTEXT_NODE_RANGE has no exception.

Method CREATE_ELEMENT Signature

Method CREATE_ELEMENT on Interface IF_WD_CONTEXT_NODE_RANGE has no parameter.
Method CREATE_ELEMENT on Interface IF_WD_CONTEXT_NODE_RANGE has no exception.

Method CREATE_ELEMENT_STATIC_ATTR Signature

Method CREATE_ELEMENT_STATIC_ATTR on Interface IF_WD_CONTEXT_NODE_RANGE has no parameter.
Method CREATE_ELEMENT_STATIC_ATTR on Interface IF_WD_CONTEXT_NODE_RANGE has no exception.

Method GET_ATTRIBUTE Signature

Method GET_ATTRIBUTE on Interface IF_WD_CONTEXT_NODE_RANGE has no parameter.
Method GET_ATTRIBUTE on Interface IF_WD_CONTEXT_NODE_RANGE has no exception.

Method GET_ATTRIBUTE_PROPERTIES Signature

Method GET_ATTRIBUTE_PROPERTIES on Interface IF_WD_CONTEXT_NODE_RANGE has no parameter.
Method GET_ATTRIBUTE_PROPERTIES on Interface IF_WD_CONTEXT_NODE_RANGE has no exception.

Method GET_ATTRIBUTE_PROPS_FOR_ELEM Signature

Method GET_ATTRIBUTE_PROPS_FOR_ELEM on Interface IF_WD_CONTEXT_NODE_RANGE has no parameter.
Method GET_ATTRIBUTE_PROPS_FOR_ELEM on Interface IF_WD_CONTEXT_NODE_RANGE has no exception.

Method GET_ATTRIBUTE_PROPS_FOR_NODE Signature

Method GET_ATTRIBUTE_PROPS_FOR_NODE on Interface IF_WD_CONTEXT_NODE_RANGE has no parameter.
Method GET_ATTRIBUTE_PROPS_FOR_NODE on Interface IF_WD_CONTEXT_NODE_RANGE has no exception.

Method GET_ATTRIBUTE_REF Signature

Method GET_ATTRIBUTE_REF on Interface IF_WD_CONTEXT_NODE_RANGE has no parameter.
Method GET_ATTRIBUTE_REF on Interface IF_WD_CONTEXT_NODE_RANGE has no exception.

Method GET_CHILD_NODE Signature

Method GET_CHILD_NODE on Interface IF_WD_CONTEXT_NODE_RANGE has no parameter.
Method GET_CHILD_NODE on Interface IF_WD_CONTEXT_NODE_RANGE has no exception.

Method GET_CHILD_NODES Signature

Method GET_CHILD_NODES on Interface IF_WD_CONTEXT_NODE_RANGE has no parameter.
Method GET_CHILD_NODES on Interface IF_WD_CONTEXT_NODE_RANGE has no exception.

Method GET_CONTEXT Signature

Method GET_CONTEXT on Interface IF_WD_CONTEXT_NODE_RANGE has no parameter.
Method GET_CONTEXT on Interface IF_WD_CONTEXT_NODE_RANGE has no exception.

Method GET_ELEMENT Signature

Method GET_ELEMENT on Interface IF_WD_CONTEXT_NODE_RANGE has no parameter.
Method GET_ELEMENT on Interface IF_WD_CONTEXT_NODE_RANGE has no exception.

Method GET_ELEMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FROM Call by reference Type reference (TYPE) I 20090717
2 Returning SET Value transfer Type reference (TYPE) TY_T_ELEMENTS 20090717
3 Importing TO Call by reference Type reference (TYPE) I 20090717

Method GET_ELEMENTS on Interface IF_WD_CONTEXT_NODE_RANGE has no exception.

Method GET_ELEMENT_COUNT Signature

Method GET_ELEMENT_COUNT on Interface IF_WD_CONTEXT_NODE_RANGE has no parameter.
Method GET_ELEMENT_COUNT on Interface IF_WD_CONTEXT_NODE_RANGE has no exception.

Method GET_LEAD_SELECTION Signature

Method GET_LEAD_SELECTION on Interface IF_WD_CONTEXT_NODE_RANGE has no parameter.
Method GET_LEAD_SELECTION on Interface IF_WD_CONTEXT_NODE_RANGE has no exception.

Method GET_LEAD_SELECTION_INDEX Signature

Method GET_LEAD_SELECTION_INDEX on Interface IF_WD_CONTEXT_NODE_RANGE has no parameter.
Method GET_LEAD_SELECTION_INDEX on Interface IF_WD_CONTEXT_NODE_RANGE has no exception.

Method GET_MAX_ELEMENT_COUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning MAX_ELEMENT_COUNT Value transfer Type reference (TYPE) I 20090717

Method GET_MAX_ELEMENT_COUNT on Interface IF_WD_CONTEXT_NODE_RANGE has no exception.

Method GET_META_PATH Signature

Method GET_META_PATH on Interface IF_WD_CONTEXT_NODE_RANGE has no parameter.
Method GET_META_PATH on Interface IF_WD_CONTEXT_NODE_RANGE has no exception.

Method GET_MIN_ELEMENT_COUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning MIN_ELEMENT_COUNT Value transfer Type reference (TYPE) I 20090723

Method GET_MIN_ELEMENT_COUNT on Interface IF_WD_CONTEXT_NODE_RANGE has no exception.

Method GET_NODE_INFO Signature

Method GET_NODE_INFO on Interface IF_WD_CONTEXT_NODE_RANGE has no parameter.
Method GET_NODE_INFO on Interface IF_WD_CONTEXT_NODE_RANGE has no exception.

Method GET_PARENT_ELEMENT Signature

Method GET_PARENT_ELEMENT on Interface IF_WD_CONTEXT_NODE_RANGE has no parameter.
Method GET_PARENT_ELEMENT on Interface IF_WD_CONTEXT_NODE_RANGE has no exception.

Method GET_PATH Signature

Method GET_PATH on Interface IF_WD_CONTEXT_NODE_RANGE has no parameter.
Method GET_PATH on Interface IF_WD_CONTEXT_NODE_RANGE has no exception.

Method GET_SELECTED_ELEMENTS Signature

Method GET_SELECTED_ELEMENTS on Interface IF_WD_CONTEXT_NODE_RANGE has no parameter.
Method GET_SELECTED_ELEMENTS on Interface IF_WD_CONTEXT_NODE_RANGE has no exception.

Method GET_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning SELECTION Value transfer Type reference (TYPE) TY_T_SELECTION 20090717

Method GET_SELECTION on Interface IF_WD_CONTEXT_NODE_RANGE has no exception.

Method GET_SORTABLE_PATH Signature

Method GET_SORTABLE_PATH on Interface IF_WD_CONTEXT_NODE_RANGE has no parameter.
Method GET_SORTABLE_PATH on Interface IF_WD_CONTEXT_NODE_RANGE has no exception.

Method GET_STATIC_ATTRIBUTES Signature

Method GET_STATIC_ATTRIBUTES on Interface IF_WD_CONTEXT_NODE_RANGE has no parameter.
Method GET_STATIC_ATTRIBUTES on Interface IF_WD_CONTEXT_NODE_RANGE has no exception.

Method GET_STATIC_ATTRIBUTES_REF Signature

Method GET_STATIC_ATTRIBUTES_REF on Interface IF_WD_CONTEXT_NODE_RANGE has no parameter.
Method GET_STATIC_ATTRIBUTES_REF on Interface IF_WD_CONTEXT_NODE_RANGE has no exception.

Method GET_STATIC_ATTRIBUTES_TABLE Signature

Method GET_STATIC_ATTRIBUTES_TABLE on Interface IF_WD_CONTEXT_NODE_RANGE has no parameter.
Method GET_STATIC_ATTRIBUTES_TABLE on Interface IF_WD_CONTEXT_NODE_RANGE has no exception.

Method INVALIDATE Signature

Method INVALIDATE on Interface IF_WD_CONTEXT_NODE_RANGE has no parameter.
Method INVALIDATE on Interface IF_WD_CONTEXT_NODE_RANGE has no exception.

Method INVALIDATE_RANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FROM Call by reference Type reference (TYPE) I 20090807
2 Importing TO Call by reference Type reference (TYPE) I 20090807

Method INVALIDATE_RANGE on Interface IF_WD_CONTEXT_NODE_RANGE has no exception.

Method IS_ALIVE Signature

Method IS_ALIVE on Interface IF_WD_CONTEXT_NODE_RANGE has no parameter.
Method IS_ALIVE on Interface IF_WD_CONTEXT_NODE_RANGE has no exception.

Method IS_ATTRIBUTE_NULL Signature

Method IS_ATTRIBUTE_NULL on Interface IF_WD_CONTEXT_NODE_RANGE has no parameter.
Method IS_ATTRIBUTE_NULL on Interface IF_WD_CONTEXT_NODE_RANGE has no exception.

Method IS_CHANGED_BY_CLIENT Signature

Method IS_CHANGED_BY_CLIENT on Interface IF_WD_CONTEXT_NODE_RANGE has no parameter.
Method IS_CHANGED_BY_CLIENT on Interface IF_WD_CONTEXT_NODE_RANGE has no exception.

Method IS_FINALIZED Signature

Method IS_FINALIZED on Interface IF_WD_CONTEXT_NODE_RANGE has no parameter.
Method IS_FINALIZED on Interface IF_WD_CONTEXT_NODE_RANGE has no exception.

Method IS_SELECTED Signature

Method IS_SELECTED on Interface IF_WD_CONTEXT_NODE_RANGE has no parameter.
Method IS_SELECTED on Interface IF_WD_CONTEXT_NODE_RANGE has no exception.

Method IS_SUPPLIED Signature

Method IS_SUPPLIED on Interface IF_WD_CONTEXT_NODE_RANGE has no parameter.
Method IS_SUPPLIED on Interface IF_WD_CONTEXT_NODE_RANGE has no exception.

Method MOVE_ELEMENT Signature

Method MOVE_ELEMENT on Interface IF_WD_CONTEXT_NODE_RANGE has no parameter.
Method MOVE_ELEMENT on Interface IF_WD_CONTEXT_NODE_RANGE has no exception.

Method MOVE_FIRST Signature

Method MOVE_FIRST on Interface IF_WD_CONTEXT_NODE_RANGE has no parameter.
Method MOVE_FIRST on Interface IF_WD_CONTEXT_NODE_RANGE has no exception.

Method MOVE_LAST Signature

Method MOVE_LAST on Interface IF_WD_CONTEXT_NODE_RANGE has no parameter.
Method MOVE_LAST on Interface IF_WD_CONTEXT_NODE_RANGE has no exception.

Method MOVE_NEXT Signature

Method MOVE_NEXT on Interface IF_WD_CONTEXT_NODE_RANGE has no parameter.
Method MOVE_NEXT on Interface IF_WD_CONTEXT_NODE_RANGE has no exception.

Method MOVE_PREVIOUS Signature

Method MOVE_PREVIOUS on Interface IF_WD_CONTEXT_NODE_RANGE has no parameter.
Method MOVE_PREVIOUS on Interface IF_WD_CONTEXT_NODE_RANGE has no exception.

Method MOVE_TO Signature

Method MOVE_TO on Interface IF_WD_CONTEXT_NODE_RANGE has no parameter.
Method MOVE_TO on Interface IF_WD_CONTEXT_NODE_RANGE has no exception.

Method PATH_GET_ATTRIBUTE Signature

Method PATH_GET_ATTRIBUTE on Interface IF_WD_CONTEXT_NODE_RANGE has no parameter.
Method PATH_GET_ATTRIBUTE on Interface IF_WD_CONTEXT_NODE_RANGE has no exception.

Method PATH_GET_ELEMENT Signature

Method PATH_GET_ELEMENT on Interface IF_WD_CONTEXT_NODE_RANGE has no parameter.
Method PATH_GET_ELEMENT on Interface IF_WD_CONTEXT_NODE_RANGE has no exception.

Method PATH_GET_NODE Signature

Method PATH_GET_NODE on Interface IF_WD_CONTEXT_NODE_RANGE has no parameter.
Method PATH_GET_NODE on Interface IF_WD_CONTEXT_NODE_RANGE has no exception.

Method REMOVE_ELEMENT Signature

Method REMOVE_ELEMENT on Interface IF_WD_CONTEXT_NODE_RANGE has no parameter.
Method REMOVE_ELEMENT on Interface IF_WD_CONTEXT_NODE_RANGE has no exception.

Method RESET_CHANGED_BY_CLIENT Signature

Method RESET_CHANGED_BY_CLIENT on Interface IF_WD_CONTEXT_NODE_RANGE has no parameter.
Method RESET_CHANGED_BY_CLIENT on Interface IF_WD_CONTEXT_NODE_RANGE has no exception.

Method SET_ATTRIBUTE Signature

Method SET_ATTRIBUTE on Interface IF_WD_CONTEXT_NODE_RANGE has no parameter.
Method SET_ATTRIBUTE on Interface IF_WD_CONTEXT_NODE_RANGE has no exception.

Method SET_ATTRIBUTE_NULL Signature

Method SET_ATTRIBUTE_NULL on Interface IF_WD_CONTEXT_NODE_RANGE has no parameter.
Method SET_ATTRIBUTE_NULL on Interface IF_WD_CONTEXT_NODE_RANGE has no exception.

Method SET_ATTRIBUTE_PROPERTY Signature

Method SET_ATTRIBUTE_PROPERTY on Interface IF_WD_CONTEXT_NODE_RANGE has no parameter.
Method SET_ATTRIBUTE_PROPERTY on Interface IF_WD_CONTEXT_NODE_RANGE has no exception.

Method SET_ATTRIBUTE_PROPS_FOR_ELEM Signature

Method SET_ATTRIBUTE_PROPS_FOR_ELEM on Interface IF_WD_CONTEXT_NODE_RANGE has no parameter.
Method SET_ATTRIBUTE_PROPS_FOR_ELEM on Interface IF_WD_CONTEXT_NODE_RANGE has no exception.

Method SET_ATTRIBUTE_PROPS_FOR_NODE Signature

Method SET_ATTRIBUTE_PROPS_FOR_NODE on Interface IF_WD_CONTEXT_NODE_RANGE has no parameter.
Method SET_ATTRIBUTE_PROPS_FOR_NODE on Interface IF_WD_CONTEXT_NODE_RANGE has no exception.

Method SET_CHANGED_BY_CLIENT Signature

Method SET_CHANGED_BY_CLIENT on Interface IF_WD_CONTEXT_NODE_RANGE has no parameter.
Method SET_CHANGED_BY_CLIENT on Interface IF_WD_CONTEXT_NODE_RANGE has no exception.

Method SET_FINALIZED Signature

Method SET_FINALIZED on Interface IF_WD_CONTEXT_NODE_RANGE has no parameter.
Method SET_FINALIZED on Interface IF_WD_CONTEXT_NODE_RANGE has no exception.

Method SET_LEAD_SELECTION Signature

Method SET_LEAD_SELECTION on Interface IF_WD_CONTEXT_NODE_RANGE has no parameter.
Method SET_LEAD_SELECTION on Interface IF_WD_CONTEXT_NODE_RANGE has no exception.

Method SET_LEAD_SELECTION_INDEX Signature

Method SET_LEAD_SELECTION_INDEX on Interface IF_WD_CONTEXT_NODE_RANGE has no parameter.
Method SET_LEAD_SELECTION_INDEX on Interface IF_WD_CONTEXT_NODE_RANGE has no exception.

Method SET_MAX_ELEMENT_COUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MAX_ELEMENT_COUNT Call by reference Type reference (TYPE) I 20090717

Method SET_MAX_ELEMENT_COUNT on Interface IF_WD_CONTEXT_NODE_RANGE has no exception.

Method SET_MIN_ELEMENT_COUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MIN_ELEMENT_COUNT Call by reference Type reference (TYPE) I 20090723

Method SET_MIN_ELEMENT_COUNT on Interface IF_WD_CONTEXT_NODE_RANGE has no exception.

Method SET_SELECTED Signature

Method SET_SELECTED on Interface IF_WD_CONTEXT_NODE_RANGE has no parameter.
Method SET_SELECTED on Interface IF_WD_CONTEXT_NODE_RANGE has no exception.

Method SET_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SELECTION Call by reference Type reference (TYPE) TY_T_SELECTION 20090722
2 Importing SELECT_ALL Call by reference Type reference (TYPE) ABAP_BOOL 20090722

Method SET_SELECTION on Interface IF_WD_CONTEXT_NODE_RANGE has no exception.

Method SET_STATIC_ATTRIBUTES Signature

Method SET_STATIC_ATTRIBUTES on Interface IF_WD_CONTEXT_NODE_RANGE has no parameter.
Method SET_STATIC_ATTRIBUTES on Interface IF_WD_CONTEXT_NODE_RANGE has no exception.

Method SET_STATIC_ATTRIBUTES_NULL Signature

Method SET_STATIC_ATTRIBUTES_NULL on Interface IF_WD_CONTEXT_NODE_RANGE has no parameter.
Method SET_STATIC_ATTRIBUTES_NULL on Interface IF_WD_CONTEXT_NODE_RANGE has no exception.

Method SET_TABLE_RANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INDEX Call by reference Type reference (TYPE) I 20091104
2 Importing INVALIDATE_CHILD_NODES Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20091104
3 Importing NEW_ITEMS Call by reference Type reference (TYPE) ANY TABLE 20091104

Method SET_TABLE_RANGE on Interface IF_WD_CONTEXT_NODE_RANGE has no exception.

Method TO_XML Signature

Method TO_XML on Interface IF_WD_CONTEXT_NODE_RANGE has no parameter.
Method TO_XML on Interface IF_WD_CONTEXT_NODE_RANGE has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 800