Hierarchy
⤷
⤷
Properties
| Class | /UI2/CL_WDR_CFG_CONTEXT_MODEL | |
| Short Description | State Model of context | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /UI2/WD_CONFIGURATION | UI2: WD Configuration |
| Created | 20130314 | SAP |
| Last change | 20131127 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 3 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 4 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 5 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no interface implemented.
Friends
Class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no friend class.
Attributes
Methods
Events
Class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | CONTEXT | Public | See coding | 20130314 | begin of context, " context tree with access to root
root_id type node_id,
technical_scope type wdr_pers_scope,
nodes_tree type nodes_tree,
end of context
|
||
| 2 | CONTEXT_ELEMENT | Public | See coding | 20130314 | begin of context_element, " information about one context element
attr_list type /ui2/wdy_cfg_expl_attributes, " attributes of the context element
children type names_to_nodes, " child nodes of the context element
primary_value type string, " value of the primary attribute of the element
index_in_base type i, " index of the element in the base context (resp. 0 if the element is not contained in the base)
parent_node type node_id, " id of the parent node this element belongs to
derived_by_mandatory type wdy_boolean, " element only exists because node is mandatory (only if has_base is true)
create_if_necessary type wdy_boolean, " make sure that this element exists (only if index_in_base > 0)
end of context_element
|
||
| 3 | CONTEXT_ELEMENTS | Public | See coding | 20130314 | context_elements type standard table of context_element with non-unique default key
|
||
| 4 | FINAL_INFO | Private | See coding | 20130314 | begin of final_info,
tabix like sy-tabix,
attribute type string,
same_level type wdy_boolean,
end of final_info
|
||
| 5 | FINAL_INFOS | Private | See coding | 20130314 | final_infos type standard table of final_info with non-unique key table_line
|
||
| 6 | GENERIC_NODE_LIST | Public | See coding | 20130314 | generic_node_list type any table of name_to_node
|
||
| 7 | NAMES | Private | See coding | 20130314 | names type hashed table of string with unique key table_line
|
||
| 8 | NAMES_TO_BLUEPRINTS | Private | See coding | 20130314 | names_to_blueprints type hashed table of name_to_blueprint with unique key name
|
||
| 9 | NAMES_TO_NODES | Public | See coding | 20130314 | names_to_nodes type hashed table of name_to_node with unique key name
|
||
| 10 | NAME_TO_BLUEPRINT | Private | See coding | 20130314 | begin of name_to_blueprint,
name type string,
line_ref type ref to data,
tab_ref type ref to data,
final_node_name type string,
end of name_to_blueprint
|
||
| 11 | NAME_TO_NODE | Public | See coding | 20130314 | begin of name_to_node,
name type string,
node_id type node_id,
end of name_to_node
|
||
| 12 | NODES_RG | Public | See coding | 20130314 | nodes_rg type range of node_id
|
||
| 13 | NODES_TREE | Public | See coding | 20130314 | nodes_tree type hashed table of node_to_content with unique key node_id
|
||
| 14 | NODE_CONTENT | Public | See coding | 20130314 | begin of node_content, " (non-key) information about one node
name type string, " name of the node
parent_id type node_id, " id of the parent node (in order to traverse upwards)
primary_value type string, " primary_value of the element containg the node (in order to traverse upwards)
elements type context_elements, " elements of the node
is_order_modified type wdy_boolean, " was order of elements decoupled from original order
number_of_base_elements type i, " number of elements coming from the base, as long as is_order_modified = abap_false
primary_dirty type wdy_boolean, " does this node possibly contain duplicates according to the primary attribute
end of node_content
|
||
| 15 | NODE_ELEMENT | Public | See coding | 20130314 | begin of node_element,
index type i,
name type string,
end of node_element
|
||
| 16 | NODE_ID | Public | See coding | 20130314 | node_id type n length 16
|
||
| 17 | NODE_IDS | Public | See coding | 20130314 | node_ids type standard table of node_id with default key
|
||
| 18 | NODE_ID_TO_NODE | Private | See coding | 20130314 | begin of node_id_to_node,
node_id type node_id,
node type ref to if_wd_context_node,
end of node_id_to_node
|
||
| 19 | NODE_ID_TO_NODE_REFERENCE | Private | See coding | 20130314 | node_id_to_node_reference type standard table of node_id_to_node with default key
|
||
| 20 | NODE_LIST | Public | See coding | 20130314 | node_list type standard table of name_to_node with non-unique default key
|
||
| 21 | NODE_PATH | Public | See coding | 20130314 | node_path type standard table of node_element with non-unique key table_line
|
||
| 22 | NODE_TO_CONTENT | Public | See coding | 20130314 | begin of node_to_content, " all (key and non-key) information about one node
node_id type node_id,
content type node_content,
end of node_to_content
|
||
| 23 | PATHS_TO_NODE_OR_ELEMENTS | Private | See coding | 20130314 | paths_to_node_or_elements type hashed table of path_to_node_or_element with unique key path
|
||
| 24 | PATH_TO_NODE_OR_ELEMENT | Private | See coding | 20130314 | begin of path_to_node_or_element,
path type string,
node_ref type ref to node_to_content,
element_ref type ref to context_element,
end of path_to_node_or_element
|
||
| 25 | PRIMARY_REQUEST | Private | See coding | 20130314 | begin of primary_request,
element_ref type ref to context_element,
primary_attribute type string,
node_name type string,
end of primary_request
|
||
| 26 | PRIMARY_REQUESTS | Private | See coding | 20130314 | primary_requests type standard table of primary_request
|
||
| 27 | PRIMARY_VALUES | Public | See coding | 20130314 | primary_values type standard table of string with key table_line
|
Method Signatures
Method ACCUMULATE_SUBNODES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ELEMENTS | Call by reference | Type reference (TYPE) | CONTEXT_ELEMENTS | 20130314 | ||||
| 2 | FROM_INDEX | Call by reference | Type reference (TYPE) | I | 1 | 20130314 | |||
| 3 | NODES | Call by reference | Type reference (TYPE) | NODES_RG | 20130314 | ||||
| 4 | TO_INDEX | Call by reference | Type reference (TYPE) | I | /UI2/IF_WD_PERS_TABLE_READER=>C_ALL_ELEMENTS | 20130314 |
Method ACCUMULATE_SUBNODES on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method ADD_CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COUNT | Call by reference | Type reference (TYPE) | I | 20130314 | ||||
| 2 | NODE_CONTENT | Call by reference | Type reference (TYPE) | NODE_CONTENT | 20130314 | ||||
| 3 | NODE_ID | Call by reference | Type reference (TYPE) | NODE_ID | 20130314 |
Method ADD_CHECK on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method ADD_CHECK_FOR_PRIM_ATT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DUPLICATES | Value transfer | Type reference (TYPE) | STRING_HASHED_TABLE | 20130314 | ||||
| 2 | ELEMENTS | Call by reference | Type reference (TYPE) | CONTEXT_ELEMENTS | 20130314 | ||||
| 3 | INTERNAL_CHECK | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | 20130314 | ||||
| 4 | NODE_CONTENT | Call by reference | Type reference (TYPE) | NODE_CONTENT | 20130314 | ||||
| 5 | NODE_ID | Call by reference | Type reference (TYPE) | NODE_ID | 20130314 |
Method ADD_CHECK_FOR_PRIM_ATT on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method ADD_ELEMENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ALLOW_DUPLICATES | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | ABAP_FALSE | 20130314 | |||
| 2 | ELEMENTS | Call by reference | Type reference (TYPE) | ANY TABLE | 20130314 | ||||
| 3 | ELEMENT_INDEX | Value transfer | Type reference (TYPE) | I | /UI2/IF_WD_PERS_TABLE_READER=>C_ALL_ELEMENTS | 20130314 | |||
| 4 | PARENT_ID | Call by reference | Type reference (TYPE) | NODE_ID | 20130314 |
Method ADD_ELEMENTS on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method ADD_NODES_TO_CONTENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NODES | Call by reference | Type reference (TYPE) | GENERIC_NODE_LIST | 20130314 |
Method ADD_NODES_TO_CONTENT on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | HAS_BASE | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | 20130314 | ||||
| 2 | LOAD | Call by reference | Object reference (TYPE REF TO) | CONTEXT | 20130314 | ||||
| 3 | LOAD_BASE | Call by reference | Object reference (TYPE REF TO) | CONTEXT | 20130314 | ||||
| 4 | LOGICAL_SCOPE | Call by reference | Type reference (TYPE) | WDR_PERS_SCOPE | 20130314 | ||||
| 5 | METADATA | Call by reference | Object reference (TYPE REF TO) | /UI2/WDY_CFG_NODE_INFO_MAP | 20130314 | ||||
| 6 | SCOPE | Call by reference | Type reference (TYPE) | WDR_PERS_SCOPE | 20130314 |
Method CONSTRUCTOR on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method CREATE_ELEMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ELEMENT | Value transfer | Type reference (TYPE) | CONTEXT_ELEMENT | 20130314 | ||||
| 2 | NODE_INFO | Call by reference | Type reference (TYPE) | /UI2/WDY_CFG_NODE_INFO | 20130314 | ||||
| 3 | PARENT_ID | Call by reference | Type reference (TYPE) | NODE_ID | 20130314 |
Method CREATE_ELEMENT on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method DECOUPLE_FROM_BASE Signature
Method DECOUPLE_FROM_BASE on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no parameter.
Method DECOUPLE_FROM_BASE on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method DELETE_ELEMENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DELETED_NODES | Call by reference | Type reference (TYPE) | NODES_RG | 20130314 | ||||
| 2 | DELETE_COUNT | Call by reference | Type reference (TYPE) | I | 20130314 | ||||
| 3 | ELEMENT_FROM_INDEX | Value transfer | Type reference (TYPE) | I | 1 | 20130314 | |||
| 4 | ELEMENT_TO_INDEX | Value transfer | Type reference (TYPE) | I | /UI2/IF_WD_PERS_TABLE_READER=>C_ALL_ELEMENTS | 20130314 | |||
| 5 | PARENT_ID | Call by reference | Type reference (TYPE) | NODE_ID | 20130314 |
Method DELETE_ELEMENTS on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method DOES_ELEMENT_DIFFER_FROM_BASE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ELEMENT_DIFFERS | Value transfer | Type reference (TYPE) | WDY_BOOLEAN | 20130314 | ||||
| 2 | ELEMENT_INDEX | Call by reference | Type reference (TYPE) | I | 1 | 20130314 | |||
| 3 | PARENT_ID | Call by reference | Type reference (TYPE) | NODE_ID | 20130314 |
Method DOES_ELEMENT_DIFFER_FROM_BASE on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method EMPTY_CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NAME | Call by reference | Type reference (TYPE) | STRING | 20130314 |
Method EMPTY_CHECK on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method FIND_NODE_ID_IN_CONTEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NODE | Value transfer | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | 20130314 | ||||
| 2 | NODE_ID | Call by reference | Type reference (TYPE) | NODE_ID | 20130314 | ||||
| 3 | ROOT_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | 20130314 |
Method FIND_NODE_ID_IN_CONTEXT on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method GET_ATTRIBUTE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ATTRIBUTE_NAME | Call by reference | Type reference (TYPE) | STRING | 20130314 | ||||
| 2 | ELEMENT_INDEX | Call by reference | Type reference (TYPE) | I | 1 | 20130314 | |||
| 3 | PARENT_ID | Call by reference | Type reference (TYPE) | NODE_ID | 20130314 | ||||
| 4 | VALUE | Value transfer | Type reference (TYPE) | STRING | 20130314 |
Method GET_ATTRIBUTE on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method GET_BASE_MODEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | BASE_MODEL | Value transfer | Object reference (TYPE REF TO) | /UI2/CL_WDR_CFG_CONTEXT_MODEL | 20130314 | ||||
| 2 | LOGICAL_SCOPE | Call by reference | Type reference (TYPE) | WDR_PERS_SCOPE | 20130314 |
Method GET_BASE_MODEL on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method GET_BLUEPRINT_4_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | BLUEPRINT | Value transfer | Object reference (TYPE REF TO) | NAME_TO_BLUEPRINT | 20130314 | ||||
| 2 | NODE_INFO | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE_INFO | 20130314 |
Method GET_BLUEPRINT_4_NAME on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method GET_CHILD_NODE_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHILD_ID | Value transfer | Type reference (TYPE) | NODE_ID | 20130314 | ||||
| 2 | CHILD_NODE_NAME | Call by reference | Type reference (TYPE) | STRING | 20130314 | ||||
| 3 | ELEMENT_INDEX | Call by reference | Type reference (TYPE) | I | 1 | 20130314 | |||
| 4 | PARENT_ID | Call by reference | Type reference (TYPE) | NODE_ID | 20130314 |
Method GET_CHILD_NODE_ID on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method GET_CHILD_NODE_ID_INTERNAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHILD_ID | Value transfer | Type reference (TYPE) | NODE_ID | 20130314 | ||||
| 2 | CHILD_NODE_NAME | Call by reference | Type reference (TYPE) | STRING | 20130314 | ||||
| 3 | ELEMENT | Call by reference | Type reference (TYPE) | CONTEXT_ELEMENT | 20130314 | ||||
| 4 | PARENT_NAME | Call by reference | Type reference (TYPE) | STRING | 20130314 |
Method GET_CHILD_NODE_ID_INTERNAL on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method GET_CONTENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONFIG_DATA | Value transfer | Type reference (TYPE) | /UI2/WDY_CFG_EXPL_DATA_TAB | 20130314 |
Method GET_CONTENT on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method GET_CONTEXT_ELEMENT_FOR_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ELEMENT | Value transfer | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | 20130314 | ||||
| 2 | NODE_CONTENT | Call by reference | Type reference (TYPE) | NODE_CONTENT | 20130314 | ||||
| 3 | PARENT_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | 20130314 |
Method GET_CONTEXT_ELEMENT_FOR_NODE on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method GET_CORRESPONDING_BASE_NODE_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | BASE_CONTEXT | Call by reference | Type reference (TYPE) | CONTEXT | 20130314 | ||||
| 2 | CONTEXT_ELEMENT | Call by reference | Type reference (TYPE) | CONTEXT_ELEMENT | 20130314 | ||||
| 3 | NODE_ID | Value transfer | Type reference (TYPE) | NODE_ID | 20130314 | ||||
| 4 | NODE_NAME | Call by reference | Type reference (TYPE) | STRING | 20130314 |
Method GET_CORRESPONDING_BASE_NODE_ID on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method GET_DELETED_ELEMENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DELETED_ELEMENTS | Call by reference | Type reference (TYPE) | /UI2/WDY_CFG_EXPL_DATA_TAB | 20130314 |
Method GET_DELETED_ELEMENTS on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method GET_DELETED_ELEMENTS_FOR_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DELETED_ELEMENTS | Call by reference | Type reference (TYPE) | /UI2/WDY_CFG_EXPL_DATA_TAB | 20130314 | ||||
| 2 | NODE_ID | Call by reference | Type reference (TYPE) | NODE_ID | 20130314 | ||||
| 3 | PARENT_PATH | Value transfer | Type reference (TYPE) | STRING | 20130314 |
Method GET_DELETED_ELEMENTS_FOR_NODE on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method GET_ELEMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ADDITIONAL_ATTRIBUTES | Value transfer | Type reference (TYPE) | /UI2/WDY_CFG_EXPL_ATTRIBUTES | 20130314 | ||||
| 2 | ELEMENT_DATA | Call by reference | Type reference (TYPE) | DATA | 20130314 | ||||
| 3 | ELEMENT_EXISTS | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | 20130314 | ||||
| 4 | ELEMENT_INDEX | Call by reference | Type reference (TYPE) | I | 1 | 20130314 | |||
| 5 | ELEMENT_INDEX_IN_BASE | Call by reference | Type reference (TYPE) | I | 20130314 | ||||
| 6 | PARENT_ID | Call by reference | Type reference (TYPE) | NODE_ID | 20130314 |
Method GET_ELEMENT on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method GET_ELEMENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ADDITIONAL_ATTRIBUTES | Call by reference | Type reference (TYPE) | /UI2/IF_WD_PERS_TABLE_READER=>LINES_TO_ADDITIONAL_ATTRIBUTES | 20130314 | ||||
| 2 | ELEMENTS | Call by reference | Type reference (TYPE) | ANY TABLE | 20130314 | ||||
| 3 | ELEMENT_FROM_INDEX | Call by reference | Type reference (TYPE) | I | 1 | 20130314 | |||
| 4 | ELEMENT_TO_INDEX | Call by reference | Type reference (TYPE) | I | /UI2/IF_WD_PERS_TABLE_READER=>C_ALL_ELEMENTS | 20130314 | |||
| 5 | PARENT_ID | Call by reference | Type reference (TYPE) | NODE_ID | 20130314 |
Method GET_ELEMENTS on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method GET_ELEMENT_COUNT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ELEMENT_COUNT | Value transfer | Type reference (TYPE) | I | 20130314 | ||||
| 2 | NODE_ID | Call by reference | Type reference (TYPE) | NODE_ID | 20130314 |
Method GET_ELEMENT_COUNT on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method GET_ELEMENT_REF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ELEMENT_EXIST_EXPECTED | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | ABAP_FALSE | 20130314 | |||
| 2 | ELEMENT_INDEX | Call by reference | Type reference (TYPE) | I | 1 | 20130314 | |||
| 3 | ELEMENT_REF | Value transfer | Object reference (TYPE REF TO) | CONTEXT_ELEMENT | 20130314 | ||||
| 4 | NODE_CONTENT | Call by reference | Type reference (TYPE) | NODE_CONTENT | 20130314 | ||||
| 5 | NODE_ID | Call by reference | Type reference (TYPE) | NODE_ID | 20130314 |
Method GET_ELEMENT_REF on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method GET_FINAL_NODE_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FINAL_NODE_NAME | Value transfer | Type reference (TYPE) | STRING | 20130314 | ||||
| 2 | NODE_INFO | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE_INFO | 20130314 |
Method GET_FINAL_NODE_NAME on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method GET_INDEX_BY_PRIMARY_ATTRIBUTE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ELEMENT_INDEX | Value transfer | Type reference (TYPE) | I | 20130314 | ||||
| 2 | FOR_BASIS | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | ABAP_FALSE | 20130314 | |||
| 3 | PARENT_ID | Call by reference | Type reference (TYPE) | NODE_ID | 20130314 | ||||
| 4 | PRIMARY_ATTRIBUTE_VALUE | Call by reference | Type reference (TYPE) | STRING | 20130314 |
Method GET_INDEX_BY_PRIMARY_ATTRIBUTE on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | HAS_BASE | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | 20130314 | ||||
| 2 | INSTANCE | Value transfer | Object reference (TYPE REF TO) | /UI2/CL_WDR_CFG_CONTEXT_MODEL | 20130314 | ||||
| 3 | LOAD | Call by reference | Object reference (TYPE REF TO) | CONTEXT | 20130314 | ||||
| 4 | LOAD_BASE | Call by reference | Object reference (TYPE REF TO) | CONTEXT | 20130314 | ||||
| 5 | LOGICAL_SCOPE | Call by reference | Type reference (TYPE) | WDR_PERS_SCOPE | 20130314 | ||||
| 6 | METADATA | Call by reference | Object reference (TYPE REF TO) | /UI2/WDY_CFG_NODE_INFO_MAP | 20130314 | ||||
| 7 | SCOPE | Call by reference | Type reference (TYPE) | WDR_PERS_SCOPE | 20130314 |
Method GET_INSTANCE on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method GET_MAX_NODE_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MAX_NODE_ID | Value transfer | Type reference (TYPE) | NODE_ID | 20130314 |
Method GET_MAX_NODE_ID on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method GET_METADATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | METADATA | Value transfer | Type reference (TYPE) | /UI2/WDY_CFG_NODE_INFO_MAP | 20130314 |
Method GET_METADATA on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method GET_NEW_NODE_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NEW_NODE_ID | Value transfer | Type reference (TYPE) | NODE_ID | 20130314 |
Method GET_NEW_NODE_ID on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method GET_NODE_ID_FOR_PATH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NODE_ID | Value transfer | Type reference (TYPE) | NODE_ID | 20130314 | ||||
| 2 | NODE_PATH | Call by reference | Type reference (TYPE) | NODE_PATH | 20130314 | ||||
| 3 | SCOPE | Call by reference | Type reference (TYPE) | WDR_PERS_SCOPE | 20130314 |
Method GET_NODE_ID_FOR_PATH on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method GET_NODE_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | HAS_NODE_GENERIC_PRIMARY | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | 20130314 | ||||
| 2 | INDEX | Call by reference | Type reference (TYPE) | I | 20130314 | ||||
| 3 | NAME | Call by reference | Type reference (TYPE) | STRING | 20130314 | ||||
| 4 | NODE_ID | Call by reference | Type reference (TYPE) | NODE_ID | 20130314 | ||||
| 5 | NODE_PATH | Call by reference | Type reference (TYPE) | NODE_PATH | 20130314 | ||||
| 6 | PARENT_ID | Call by reference | Type reference (TYPE) | NODE_ID | 20130314 |
Method GET_NODE_INFO on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method GET_PRIMVALS_FOR_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PARENT_ID | Call by reference | Type reference (TYPE) | NODE_ID | 20130314 | ||||
| 2 | PRIMVALS | Value transfer | Type reference (TYPE) | /UI2/WDR_CFG_PRIM_ATTR_VALUES | 20130314 |
Method GET_PRIMVALS_FOR_NODE on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method GET_ROOT_NODE_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ROOT_NODE_ID | Value transfer | Type reference (TYPE) | NODE_ID | 20130314 |
Method GET_ROOT_NODE_ID on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method GET_SEQUENCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NODE_CONTENT | Call by reference | Type reference (TYPE) | NODE_CONTENT | 20130314 | ||||
| 2 | SEQUENCE | Value transfer | Type reference (TYPE) | STRING | 20130314 |
Method GET_SEQUENCE on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method INSERT_ELEMENT_INTO_CONTEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ELEMENT | Value transfer | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | 20130314 | ||||
| 2 | ELEMENT_INDEX | Call by reference | Type reference (TYPE) | I | 20130314 | ||||
| 3 | PARENT_ID | Call by reference | Type reference (TYPE) | NODE_ID | 20130314 | ||||
| 4 | ROOT_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | 20130314 |
Method INSERT_ELEMENT_INTO_CONTEXT on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method INSERT_ELEMENT_INTO_CTX_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ELEMENT | Value transfer | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | 20130314 | ||||
| 2 | ELEMENT_INDEX | Call by reference | Type reference (TYPE) | I | 20130314 | ||||
| 3 | NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | 20130314 | ||||
| 4 | PARENT_ID | Call by reference | Type reference (TYPE) | NODE_ID | 20130314 |
Method INSERT_ELEMENT_INTO_CTX_NODE on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method IS_ATTRIBUTE_FINAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ATTRIBUTE_NAME | Call by reference | Type reference (TYPE) | STRING | 20130314 | ||||
| 2 | ELEMENT_INDEX | Call by reference | Type reference (TYPE) | I | 20130314 | ||||
| 3 | IS_FINAL | Value transfer | Type reference (TYPE) | /UI2/WDY_CFG_FINAL_INFO | 20130314 | ||||
| 4 | PARENT_ID | Call by reference | Type reference (TYPE) | NODE_ID | 20130314 |
Method IS_ATTRIBUTE_FINAL on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method IS_ELEMENT_PROTECTED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ELEMENT_INDEX | Call by reference | Type reference (TYPE) | I | 20130314 | ||||
| 2 | IS_PROTECTED | Value transfer | Type reference (TYPE) | WDY_BOOLEAN | 20130314 | ||||
| 3 | PARENT_ID | Call by reference | Type reference (TYPE) | NODE_ID | 20130314 |
Method IS_ELEMENT_PROTECTED on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method IS_ELEMENT_PROTECT_CHANGEABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHANGEABLE | Value transfer | Type reference (TYPE) | WDY_BOOLEAN | 20130314 | ||||
| 2 | ELEMENT_INDEX | Call by reference | Type reference (TYPE) | I | 20130314 | ||||
| 3 | PARENT_ID | Call by reference | Type reference (TYPE) | NODE_ID | 20130314 |
Method IS_ELEMENT_PROTECT_CHANGEABLE on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method IS_IMMUTABLE_AREA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INDEX | Call by reference | Type reference (TYPE) | I | 20130314 | ||||
| 2 | IS_IMMUTABLE | Value transfer | Type reference (TYPE) | WDY_BOOLEAN | 20130314 | ||||
| 3 | NODE_CONTENT | Call by reference | Type reference (TYPE) | NODE_CONTENT | 20130314 |
Method IS_IMMUTABLE_AREA on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method MAKE_CONTEXT_OUT_OF_BASIS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT | Call by reference | Type reference (TYPE) | CONTEXT | 20130314 |
Method MAKE_CONTEXT_OUT_OF_BASIS on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method MERGE_EXPL_ATTR_INTO_LOAD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ADJUST_TRANSL_FLAG | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | 20130314 | ||||
| 2 | ATTR_LIST | Call by reference | Type reference (TYPE) | /UI2/WDY_CFG_EXPL_ATTRIBUTES | 20130314 | ||||
| 3 | CHANGE_SCOPE | Call by reference | Type reference (TYPE) | WDR_PERS_SCOPE | 20130314 | ||||
| 4 | EXPL_ELEMENT | Call by reference | Type reference (TYPE) | /UI2/WDY_CFG_EXPL_DATA | 20130314 | ||||
| 5 | LOGICAL_SCOPE | Call by reference | Type reference (TYPE) | WDR_PERS_SCOPE | 20130314 | ||||
| 6 | METADATA | Call by reference | Type reference (TYPE) | /UI2/WDY_CFG_NODE_INFO | 20130314 |
Method MERGE_EXPL_ATTR_INTO_LOAD on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method MERGE_EXPL_ELEMENT_INTO_LOAD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ADJUST_TRANSL_FLAG | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | 20130314 | ||||
| 2 | CHANGE_SCOPE | Call by reference | Type reference (TYPE) | WDR_PERS_SCOPE | 20130314 | ||||
| 3 | DELETED_ELEMENTS | Call by reference | Type reference (TYPE) | CONTEXT_ELEMENTS | 20130314 | ||||
| 4 | ELEMENT_REF | Call by reference | Object reference (TYPE REF TO) | CONTEXT_ELEMENT | 20130314 | ||||
| 5 | EXPL_ELEMENT | Call by reference | Type reference (TYPE) | /UI2/WDY_CFG_EXPL_DATA | 20130314 | ||||
| 6 | LOGICAL_SCOPE | Call by reference | Type reference (TYPE) | WDR_PERS_SCOPE | 20130314 | ||||
| 7 | METADATA | Call by reference | Type reference (TYPE) | /UI2/WDY_CFG_NODE_INFO_MAP | 20130314 | ||||
| 8 | PARENT | Call by reference | Object reference (TYPE REF TO) | NODE_TO_CONTENT | 20130314 | ||||
| 9 | PRIMARY_GENERATOR | Call by reference | Object reference (TYPE REF TO) | /UI2/IF_WDR_CFG_GEN_PRIMARY | 20130314 | ||||
| 10 | PRIMARY_REQUESTS | Call by reference | Type reference (TYPE) | PRIMARY_REQUESTS | 20130314 |
Method MERGE_EXPL_ELEMENT_INTO_LOAD on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method MERGE_EXPL_NODE_INTO_LOAD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EXPL_NODE | Call by reference | Type reference (TYPE) | /UI2/WDY_CFG_EXPL_DATA | 20130314 | ||||
| 2 | LOAD | Call by reference | Type reference (TYPE) | CONTEXT | 20130314 | ||||
| 3 | METADATA | Call by reference | Type reference (TYPE) | /UI2/WDY_CFG_NODE_INFO_MAP | 20130314 | ||||
| 4 | NODE_IDS_TO_BE_CHECKED | Call by reference | Type reference (TYPE) | NODE_IDS | 20130314 | ||||
| 5 | NODE_REF | Call by reference | Object reference (TYPE REF TO) | NODE_TO_CONTENT | 20130314 | ||||
| 6 | PARENT | Call by reference | Object reference (TYPE REF TO) | CONTEXT_ELEMENT | 20130314 |
Method MERGE_EXPL_NODE_INTO_LOAD on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method MERGE_EXPL_TAB_TO_LOAD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ADJUST_TRANSL_FLAG | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | 20130314 | ||||
| 2 | CHANGE_SCOPE | Call by reference | Type reference (TYPE) | WDR_PERS_SCOPE | 20130314 | ||||
| 3 | DELTA | Call by reference | Type reference (TYPE) | /UI2/WDY_CFG_EXPL_DATA_TAB | 20130314 | ||||
| 4 | LOAD | Call by reference | Type reference (TYPE) | CONTEXT | 20130314 | ||||
| 5 | LOGICAL_SCOPE | Call by reference | Type reference (TYPE) | WDR_PERS_SCOPE | 20130314 | ||||
| 6 | METADATA | Call by reference | Type reference (TYPE) | /UI2/WDY_CFG_NODE_INFO_MAP | 20130314 |
Method MERGE_EXPL_TAB_TO_LOAD on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method MERGE_ROOT_NODE_INTO_LOAD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | LOAD | Call by reference | Type reference (TYPE) | CONTEXT | 20130314 | ||||
| 2 | NODE_REF | Call by reference | Object reference (TYPE REF TO) | NODE_TO_CONTENT | 20130314 |
Method MERGE_ROOT_NODE_INTO_LOAD on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method MOVE_ELEMENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MOVE_COUNT | Value transfer | Type reference (TYPE) | I | 20130314 | ||||
| 2 | SOURCE_ELEMENTS_FROM_INDEX | Value transfer | Type reference (TYPE) | I | 1 | 20130314 | |||
| 3 | SOURCE_ELEMENTS_TO_INDEX | Value transfer | Type reference (TYPE) | I | /UI2/IF_WD_PERS_TABLE_READER=>C_ALL_ELEMENTS | 20130314 | |||
| 4 | SOURCE_NODE_ID | Call by reference | Type reference (TYPE) | NODE_ID | 20130314 | ||||
| 5 | TARGET_ELEMENT_INDEX | Value transfer | Type reference (TYPE) | I | /UI2/IF_WD_PERS_TABLE_READER=>C_ALL_ELEMENTS | 20130314 | |||
| 6 | TARGET_NODE_ID | Value transfer | Type reference (TYPE) | NODE_ID | 20130314 |
Method MOVE_ELEMENTS on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method MOVE_SAVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONVERSION_ERROR | Call by reference | Object reference (TYPE REF TO) | CX_SY_CONVERSION_ERROR | 20130314 | ||||
| 2 | IN | Call by reference | Type reference (TYPE) | STRING | 20130314 | ||||
| 3 | OUT | Call by reference | Type reference (TYPE) | DATA | 20130314 |
Method MOVE_SAVE on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method PATH_TO_ELEMENT_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ELEMENT_DATA | Call by reference | Type reference (TYPE) | /UI2/WDY_CFG_EXPL_DATA | 20130314 | ||||
| 2 | INDEX | Call by reference | Type reference (TYPE) | I | 20130314 | ||||
| 3 | PARENT_PATH | Call by reference | Type reference (TYPE) | STRING | 20130314 |
Method PATH_TO_ELEMENT_DATA on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method PREPARE_ELEMENT_PROTECT_CHANGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHANGEABLE | Value transfer | Type reference (TYPE) | WDY_BOOLEAN | 20130314 | ||||
| 2 | ELEMENT_INDEX | Call by reference | Type reference (TYPE) | I | 20130314 | ||||
| 3 | ELEMENT_REF | Call by reference | Object reference (TYPE REF TO) | CONTEXT_ELEMENT | 20130314 | ||||
| 4 | PARENT_ID | Call by reference | Type reference (TYPE) | NODE_ID | 20130314 |
Method PREPARE_ELEMENT_PROTECT_CHANGE on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method REACTIVATE_ELEMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INDEX | Value transfer | Type reference (TYPE) | I | 20130314 | ||||
| 2 | PARENT_ID | Call by reference | Type reference (TYPE) | NODE_ID | 20130314 | ||||
| 3 | PRIMARY_ATTRIBUTE_VALUE | Call by reference | Type reference (TYPE) | STRING | 20130314 |
Method REACTIVATE_ELEMENT on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method RESET_ATTRIBUTE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ATTRIBUTE_NAME | Call by reference | Type reference (TYPE) | STRING | 20130314 | ||||
| 2 | ATTRIBUTE_VALUE | Value transfer | Type reference (TYPE) | STRING | 20130314 | ||||
| 3 | ELEMENT_INDEX | Call by reference | Type reference (TYPE) | I | 1 | 20130314 | |||
| 4 | PARENT_ID | Call by reference | Type reference (TYPE) | NODE_ID | 20130314 |
Method RESET_ATTRIBUTE on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method RESET_ELEMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | 20130314 | ||||
| 2 | DELETED_NODES | Call by reference | Type reference (TYPE) | NODES_RG | 20130314 | ||||
| 3 | ELEMENT_INDEX | Call by reference | Type reference (TYPE) | I | 1 | 20130314 | |||
| 4 | PARENT_ID | Call by reference | Type reference (TYPE) | NODE_ID | 20130314 | ||||
| 5 | WHOLE_SUBTREE | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | 20130314 |
Method RESET_ELEMENT on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method RESET_ELEMENT_IMPL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | 20130314 | ||||
| 2 | DELETED_NODES | Call by reference | Type reference (TYPE) | NODES_RG | 20130314 | ||||
| 3 | ELEMENT_INDEX | Call by reference | Type reference (TYPE) | I | 1 | 20130314 | |||
| 4 | PARENT_ID | Call by reference | Type reference (TYPE) | NODE_ID | 20130314 | ||||
| 5 | WHOLE_SUBTREE | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | 20130314 |
Method RESET_ELEMENT_IMPL on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method RESET_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | 20130314 | ||||
| 2 | DELETED_NODES | Call by reference | Type reference (TYPE) | NODES_RG | 20130314 | ||||
| 3 | NODE_ID | Call by reference | Type reference (TYPE) | NODE_ID | 20130314 | ||||
| 4 | WHOLE_SUBTREE | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | 20130314 |
Method RESET_NODE on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method RESET_NODE_IMPL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | 20130314 | ||||
| 2 | DELETED_NODES | Call by reference | Type reference (TYPE) | NODES_RG | 20130314 | ||||
| 3 | NODE_ID | Call by reference | Type reference (TYPE) | NODE_ID | 20130314 | ||||
| 4 | WHOLE_SUBTREE | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | 20130314 |
Method RESET_NODE_IMPL on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method SET_ATTRIBUTE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ALLOW_PRIMARY | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | ABAP_FALSE | 20130314 | |||
| 2 | ATTRIBUTE_NAME | Call by reference | Type reference (TYPE) | STRING | 20130314 | ||||
| 3 | DECOUPLE_FROM_BASE | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | ABAP_TRUE | 20130314 | |||
| 4 | ELEMENT_INDEX | Call by reference | Type reference (TYPE) | I | 1 | 20130314 | |||
| 5 | PARENT_ID | Call by reference | Type reference (TYPE) | NODE_ID | 20130314 | ||||
| 6 | VALUE | Call by reference | Type reference (TYPE) | ANY | 20130314 |
Method SET_ATTRIBUTE on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method SET_ATTRIBUTE_FINAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ATTRIBUTE_NAME | Call by reference | Type reference (TYPE) | STRING | 20130314 | ||||
| 2 | ELEMENT_INDEX | Call by reference | Type reference (TYPE) | I | 20130314 | ||||
| 3 | IS_FINAL | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | 20130314 | ||||
| 4 | PARENT_ID | Call by reference | Type reference (TYPE) | NODE_ID | 20130314 |
Method SET_ATTRIBUTE_FINAL on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method SET_ELEMENT_NON_MANDATORY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ELEMENT | Call by reference | Type reference (TYPE) | CONTEXT_ELEMENT | 20130314 |
Method SET_ELEMENT_NON_MANDATORY on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method SET_ELEMENT_PROTECTED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ELEMENT_INDEX | Call by reference | Type reference (TYPE) | I | 20130314 | ||||
| 2 | IS_PROTECTED | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | 20130314 | ||||
| 3 | PARENT_ID | Call by reference | Type reference (TYPE) | NODE_ID | 20130314 |
Method SET_ELEMENT_PROTECTED on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method SET_FINAL_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FINAL_INFOS | Call by reference | Type reference (TYPE) | FINAL_INFOS | 20130314 | ||||
| 2 | NAME_TO_BLUEPRINT | Call by reference | Object reference (TYPE REF TO) | NAME_TO_BLUEPRINT | 20130314 | ||||
| 3 | NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | 20130314 |
Method SET_FINAL_INFO on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method SET_MAX_NODE_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MAX_NODE_ID | Call by reference | Type reference (TYPE) | NODE_ID | 20130314 |
Method SET_MAX_NODE_ID on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method SET_NODE_NOT_MANDATORY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NODE_ID | Call by reference | Type reference (TYPE) | NODE_ID | 20130314 |
Method SET_NODE_NOT_MANDATORY on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method SET_PRIMARY_ATTRIBUTE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ELEMENT_INDEX | Call by reference | Type reference (TYPE) | I | 1 | 20130314 | |||
| 2 | PARENT_ID | Call by reference | Type reference (TYPE) | NODE_ID | 20130314 | ||||
| 3 | VALUE | Call by reference | Type reference (TYPE) | ANY | 20130314 |
Method SET_PRIMARY_ATTRIBUTE on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method TRANSFER_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ADDITIONAL_ATTRIBUTES | Value transfer | Type reference (TYPE) | /UI2/WDY_CFG_EXPL_ATTRIBUTES | 20130314 | ||||
| 2 | ADDITIONAL_ATTRIBUTES_REQ | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | 20130314 | ||||
| 3 | ATTRIBUTES | Call by reference | Type reference (TYPE) | /UI2/WDY_CFG_EXPL_ATTRIBUTES | 20130314 | ||||
| 4 | ATTRIBUTES_DESCR | Call by reference | Type reference (TYPE) | /UI2/WDY_CFG_ATTR_INFO_MAP | 20130314 | ||||
| 5 | CONVERSION_ERROR | Call by reference | Object reference (TYPE REF TO) | CX_SY_CONVERSION_ERROR | 20130314 | ||||
| 6 | ELEMENT_DATA | Call by reference | Type reference (TYPE) | DATA | 20130314 | ||||
| 7 | PRIMARY_ATTRIBUTE | Call by reference | Type reference (TYPE) | STRING | 20130314 |
Method TRANSFER_ATTRIBUTES on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method TRANSFER_CHILD_NODES_TO_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHILD_NODES | Call by reference | Type reference (TYPE) | WDR_CONTEXT_CHILD_INFO_MAP | 20130314 | ||||
| 2 | CTX_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | 20130314 | ||||
| 3 | ELEMENT | Call by reference | Type reference (TYPE) | CONTEXT_ELEMENT | 20130314 | ||||
| 4 | NODE_IDS_TO_NODES | Call by reference | Type reference (TYPE) | NODE_ID_TO_NODE_REFERENCE | 20130314 | ||||
| 5 | PARENT_NAME | Call by reference | Type reference (TYPE) | STRING | 20130314 |
Method TRANSFER_CHILD_NODES_TO_LIST on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method TRANSFER_DELETED_ELEMENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONFIG_DATA | Call by reference | Type reference (TYPE) | /UI2/WDY_CFG_EXPL_DATA_TAB | 20130314 | ||||
| 2 | CONTAINS_CONTENT | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | 20130314 | ||||
| 3 | FIRST_INDEX | Call by reference | Type reference (TYPE) | I | 20130314 | ||||
| 4 | NODE_CONTENT | Call by reference | Type reference (TYPE) | NODE_CONTENT | 20130314 | ||||
| 5 | NODE_ID | Call by reference | Type reference (TYPE) | NODE_ID | 20130314 | ||||
| 6 | NODE_NAME | Call by reference | Type reference (TYPE) | STRING | 20130314 | ||||
| 7 | PARENT_PATH | Call by reference | Type reference (TYPE) | STRING | 20130314 |
Method TRANSFER_DELETED_ELEMENTS on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method TRANSFER_ELEMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT_ELEMENT | Call by reference | Type reference (TYPE) | CONTEXT_ELEMENT | 20130314 | ||||
| 2 | ELEMENT | Call by reference | Type reference (TYPE) | ANY | 20130314 | ||||
| 3 | IS_PRIMARY_GENERIC | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | 20130314 | ||||
| 4 | PRIMARY_ATTRIBUTE | Call by reference | Type reference (TYPE) | STRING | 20130314 | ||||
| 5 | STRUCTDESCR | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | 20130314 | ||||
| 6 | TRANSLATABLES | Call by reference | Type reference (TYPE) | NAMES | 20130314 |
Method TRANSFER_ELEMENT on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method TRANSFER_ELEMENT_CONTENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONFIG_DATA | Call by reference | Type reference (TYPE) | /UI2/WDY_CFG_EXPL_DATA_TAB | 20130314 | ||||
| 2 | CONTAINS_CONTENT | Value transfer | Type reference (TYPE) | WDY_BOOLEAN | 20130314 | ||||
| 3 | ELEMENT | Call by reference | Type reference (TYPE) | CONTEXT_ELEMENT | 20130314 | ||||
| 4 | INDEX | Call by reference | Type reference (TYPE) | I | 20130314 | ||||
| 5 | NODE_NAME | Call by reference | Type reference (TYPE) | STRING | 20130314 | ||||
| 6 | PARENT_PATH | Call by reference | Type reference (TYPE) | STRING | 20130314 | ||||
| 7 | PRIMARY_ATTRIBUTE | Call by reference | Type reference (TYPE) | STRING | 20130314 | ||||
| 8 | WHOLE_SUBTREE | Value transfer | Type reference (TYPE) | WDY_BOOLEAN | 20130314 |
Method TRANSFER_ELEMENT_CONTENT on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method TRANSFER_ELEMENT_TO_STRUCTURE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ELEMENT | Call by reference | Type reference (TYPE) | CONTEXT_ELEMENT | 20130314 | ||||
| 2 | FINAL_INFOS | Call by reference | Type reference (TYPE) | FINAL_INFOS | 20130314 | ||||
| 3 | FINAL_NODE_NAME | Call by reference | Type reference (TYPE) | STRING | 20130314 | ||||
| 4 | INDEX | Call by reference | Type reference (TYPE) | I | 20130314 | ||||
| 5 | STATIC_ATTRIBUTES | Call by reference | Type reference (TYPE) | DATA | 20130314 |
Method TRANSFER_ELEMENT_TO_STRUCTURE on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method TRANSFER_LIST_TO_CONTEXT_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NODES_TREE | Call by reference | Type reference (TYPE) | NODES_TREE | 20130314 | ||||
| 2 | NODE_IDS_TO_NODES | Call by reference | Type reference (TYPE) | NODE_ID_TO_NODE_REFERENCE | 20130314 |
Method TRANSFER_LIST_TO_CONTEXT_NODE on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method TRANSFER_LOAD_TO_CONTEXT_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | 20130314 | ||||
| 2 | NODES_TREE | Call by reference | Type reference (TYPE) | NODES_TREE | 20130314 | ||||
| 3 | NODE_ID | Call by reference | Type reference (TYPE) | NODE_ID | 20130314 | ||||
| 4 | NODE_IDS_TO_NODES | Call by reference | Type reference (TYPE) | NODE_ID_TO_NODE_REFERENCE | 20130314 |
Method TRANSFER_LOAD_TO_CONTEXT_NODE on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method TRANSFER_NODE_CONTENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONFIG_DATA | Value transfer | Type reference (TYPE) | /UI2/WDY_CFG_EXPL_DATA_TAB | 20130314 | ||||
| 2 | CONTAINS_CONTENT | Value transfer | Type reference (TYPE) | WDY_BOOLEAN | 20130314 | ||||
| 3 | NODE_ID | Call by reference | Type reference (TYPE) | NODE_ID | 20130314 | ||||
| 4 | PARENT_PATH | Call by reference | Type reference (TYPE) | STRING | 20130314 | ||||
| 5 | WHOLE_SUBTREE | Value transfer | Type reference (TYPE) | WDY_BOOLEAN | 20130314 |
Method TRANSFER_NODE_CONTENT on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method TRANSFER_TO_CONTEXT_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | 20130314 |
Method TRANSFER_TO_CONTEXT_NODE on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method UPDATE_ATTRIBUTE_TEXTID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ATTRIBUTE_NAME | Call by reference | Type reference (TYPE) | STRING | 20130314 | ||||
| 2 | ELEMENT_INDEX | Call by reference | Type reference (TYPE) | I | 1 | 20130314 | |||
| 3 | PARENT_ID | Call by reference | Type reference (TYPE) | NODE_ID | 20130314 | ||||
| 4 | TEXT_ID | Call by reference | Type reference (TYPE) | WDY_CONFIG_TEXTID | 20130314 |
Method UPDATE_ATTRIBUTE_TEXTID on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method UPDATE_ELEMENTS_FROM_BASE_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | BASE_NODE | Call by reference | Type reference (TYPE) | NODE_TO_CONTENT | 20130314 | ||||
| 2 | CONTEXT_ELEMENTS | Call by reference | Type reference (TYPE) | CONTEXT_ELEMENTS | 20130314 | ||||
| 3 | FOUND | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | 20130314 | ||||
| 4 | NODES_TO_BE_INSERTED | Call by reference | Type reference (TYPE) | NODE_LIST | 20130314 | ||||
| 5 | NODE_CONTENT | Call by reference | Type reference (TYPE) | NODE_CONTENT | 20130314 | ||||
| 6 | NODE_INFO | Call by reference | Type reference (TYPE) | /UI2/WDY_CFG_NODE_INFO | 20130314 | ||||
| 7 | NO_MATCH_FOR_INITIAL | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | 20130314 | ||||
| 8 | STRUCTDESCR | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | 20130314 |
Method UPDATE_ELEMENTS_FROM_BASE_NODE on class /UI2/CL_WDR_CFG_CONTEXT_MODEL has no exception.
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in | 100 |