Hierarchy
⤷
⤷
Properties
| Class | CL_WDR_CFG_CONTEXT_MODEL | |
| Short Description | Model for the Status of a Context | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SWDP_CONFIGURATION | Configuration for WD4A |
| Created | 20090624 | SAP |
| Last change | 20131127 | 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 class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 3 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 4 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_WDR_CFG_CONTEXT_MODEL has no interface implemented.
Friends
Class CL_WDR_CFG_CONTEXT_MODEL has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | CONTEXT | 20090806 | ||||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | CONTEXT | 20090625 | ||||
| 3 | Constant | Public | Type reference (TYPE) | WDY_CFG_COMPARE_CHG_TYPE | 'ATTR_CHG' | Attribute has changed | 20110907 | ||
| 4 | Constant | Public | Type reference (TYPE) | WDY_CFG_COMPARE_CHG_TYPE | 'EL_ADD' | Element deleted | 20110908 | ||
| 5 | Constant | Public | Type reference (TYPE) | WDY_CFG_COMPARE_CHG_TYPE | 'EL_CHG' | Element has changed | 20110907 | ||
| 6 | Constant | Public | Type reference (TYPE) | WDY_CFG_COMPARE_CHG_TYPE | 'EL_DEL' | Element deleted | 20110907 | ||
| 7 | Constant | Public | Type reference (TYPE) | WDY_CFG_COMPARE_CHG_TYPE | 'EL_SEQ_CHG' | Order of elements has changed | 20110907 | ||
| 8 | Constant | Public | Type reference (TYPE) | WDY_CFG_COMPARE_CHG_TYPE | 'ND_CHG' | Node has changed | 20110908 | ||
| 9 | Instance attribute | Private | Type reference (TYPE) | WDY_BOOLEAN | Replacement for Real Boolean Type: 'X' == True '' == False | 20100111 | |||
| 10 | Static Attribute | Private | Type reference (TYPE) | NODE_ID | 20101014 | ||||
| 11 | Instance attribute | Private | Type reference (TYPE) | WDR_PERS_SCOPE | Web Dynpro: Personalization Range | 20100805 | |||
| 12 | Instance attribute | Private | Type reference (TYPE) | WDY_CFG_CHGTOOL_NODE_INFO_MAP | WD Configuration, Change Tool, List of Node Details | 20090625 | |||
| 13 | Instance attribute | Private | Type reference (TYPE) | NODE_ID_TO_NODE_REFERENCE | Reference from Node IDs to Context Nodes | 20130815 | |||
| 14 | Instance attribute | Private | Type reference (TYPE) | STRING_HASHED_TABLE | Node with Generic Primary Attribute | 20090630 | |||
| 15 | Instance attribute | Private | Type reference (TYPE) | NAMES_TO_BLUEPRINTS | 20110125 | ||||
| 16 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_WDR_CFG_GEN_PRIMARY | Generic Primary Handling | 20090629 | |||
| 17 | Instance attribute | Private | Type reference (TYPE) | WDR_PERS_SCOPE | Web Dynpro: Personalization Range | 20090805 | |||
| 18 | Static Attribute | Private | Type reference (TYPE) | STRING | As buffer | 20090702 |
Methods
Events
Class CL_WDR_CFG_CONTEXT_MODEL has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | CONTEXT | Public | See coding | 20090625 | 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 | 20090625 | begin of context_element, " information about one context element
attr_list type 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 | 20090625 | context_elements type standard table of context_element with non-unique default key
|
||
| 4 | FINAL_INFO | Private | See coding | 20101210 | 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 | 20110124 | final_infos type standard table of final_info with non-unique key table_line
|
||
| 6 | GENERIC_NODE_LIST | Public | See coding | 20100107 | generic_node_list type any table of name_to_node
|
||
| 7 | NAMES | Private | See coding | 20101223 | names type hashed table of string with unique key table_line
|
||
| 8 | NAMES_TO_BLUEPRINTS | Private | See coding | 20101209 | names_to_blueprints type hashed table of name_to_blueprint with unique key name
|
||
| 9 | NAMES_TO_NODES | Public | See coding | 20090625 | names_to_nodes type hashed table of name_to_node with unique key name
|
||
| 10 | NAME_TO_BLUEPRINT | Private | See coding | 20101209 | 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 | 20090625 | begin of name_to_node,
name type string,
node_id type node_id,
end of name_to_node
|
||
| 12 | NODES_RG | Public | See coding | 20090626 | nodes_rg type range of node_id
|
||
| 13 | NODES_TREE | Public | See coding | 20090625 | nodes_tree type hashed table of node_to_content with unique key node_id
|
||
| 14 | NODE_CONTENT | Public | See coding | 20090706 | 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 | 20090720 | begin of node_element,
index type i,
name type string,
end of node_element
|
||
| 16 | NODE_ID | Public | See coding | 20090625 | node_id type n length 16
|
||
| 17 | NODE_IDS | Public | See coding | 20110323 | node_ids type standard table of node_id with default key
|
||
| 18 | NODE_ID_TO_NODE | Private | See coding | 20101209 | 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 | 20101209 | node_id_to_node_reference type standard table of node_id_to_node with default key
|
||
| 20 | NODE_LIST | Public | See coding | 20100107 | node_list type standard table of name_to_node with non-unique default key
|
||
| 21 | NODE_PATH | Public | See coding | 20090720 | node_path type standard table of node_element with non-unique key table_line
|
||
| 22 | NODE_TO_CONTENT | Public | See coding | 20090625 | 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 | 20090703 | 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 | 20090703 | 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 | 20100827 | 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 | 20100827 | primary_requests type standard table of primary_request
|
||
| 27 | PRIMARY_VALUES | Public | See coding | 20110908 | PRIMARY_VALUES type STANDARD TABLE OF string with key table_line
|
||
| 28 | TS_CONTEXT_TEXTID | Public | See coding | 20130815 | begin of ts_context_textid,
context_node type ref to if_wd_context_node,
index type I,
attribute_name type string,
textid type wdy_config_textid,
end of ts_context_textid
|
||
| 29 | TT_CONTEXT_TEXTID | Public | See coding | 20130815 | tt_context_textid type STANDARD TABLE OF ts_context_textid WITH NON-UNIQUE DEFAULT KEY
|
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 | 20090626 | ||||
| 2 | FROM_INDEX | Call by reference | Type reference (TYPE) | I | 1 | 20090626 | |||
| 3 | NODES | Call by reference | Type reference (TYPE) | NODES_RG | 20090626 | ||||
| 4 | TO_INDEX | Call by reference | Type reference (TYPE) | I | IF_WD_PERS_TABLE_READER=>C_ALL_ELEMENTS | 20090626 |
Method ACCUMULATE_SUBNODES on class 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 | 20090629 | ||||
| 2 | NODE_CONTENT | Call by reference | Type reference (TYPE) | NODE_CONTENT | 20090706 | ||||
| 3 | NODE_ID | Call by reference | Type reference (TYPE) | NODE_ID | 20090706 |
Method ADD_CHECK on class 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 | Liste der doppelten Primary-Attributwerte | 20090723 | |||
| 2 | ELEMENTS | Call by reference | Type reference (TYPE) | CONTEXT_ELEMENTS | einzufügende Elemente | 20090630 | |||
| 3 | INTERNAL_CHECK | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | muss Bedingung auch innerhalb der Elemente geprüft werden | 20090630 | |||
| 4 | NODE_CONTENT | Call by reference | Type reference (TYPE) | NODE_CONTENT | Zielknoten | 20090706 | |||
| 5 | NODE_ID | Call by reference | Type reference (TYPE) | NODE_ID | 20090706 |
Method ADD_CHECK_FOR_PRIM_ATT on class 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 | Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch | 20100817 | ||
| 2 | ELEMENTS | Call by reference | Type reference (TYPE) | ANY TABLE | Attributwerte der hinzugefügten Elemente | 20090629 | |||
| 3 | ELEMENT_INDEX | Value transfer | Type reference (TYPE) | I | IF_WD_PERS_TABLE_READER=>C_ALL_ELEMENTS | Index, vor dem eingefügt wird | 20090629 | ||
| 4 | PARENT_ID | Call by reference | Type reference (TYPE) | NODE_ID | Id des enthaltenden Knotens | 20090629 |
Method ADD_ELEMENTS on class 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 | 20100107 |
Method ADD_NODES_TO_CONTENT on class CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method COMPARE_ELEMENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COMPARE_LIST | Call by reference | Type reference (TYPE) | WDY_CFG_COMPARE_DATA_TAB | WDA Konfiguration: Vergleichsdaten | 20110906 | |||
| 2 | COUNT1 | Call by reference | Type reference (TYPE) | I | 20110909 | ||||
| 3 | COUNT2 | Call by reference | Type reference (TYPE) | I | 20110909 | ||||
| 4 | METADATA | Call by reference | Type reference (TYPE) | WDY_CFG_CHGTOOL_NODE_INFO_MAP | WD Konfiguration, Change-Tool, Liste der Knoteninformationen | 20110906 | |||
| 5 | MODEL1 | Call by reference | Object reference (TYPE REF TO) | CL_WDR_CFG_CONTEXT_MODEL | Modell für den Zustand eines Kontextes | 20110906 | |||
| 6 | MODEL2 | Call by reference | Object reference (TYPE REF TO) | CL_WDR_CFG_CONTEXT_MODEL | Modell für den Zustand eines Kontextes | 20110906 | |||
| 7 | NODE1 | Call by reference | Type reference (TYPE) | CL_WDR_CFG_CONTEXT_MODEL=>NODE_ID | 20110906 | ||||
| 8 | NODE2 | Call by reference | Type reference (TYPE) | CL_WDR_CFG_CONTEXT_MODEL=>NODE_ID | 20110906 | ||||
| 9 | NODE_NAME | Call by reference | Type reference (TYPE) | STRING | 20110914 |
Method COMPARE_ELEMENTS on class CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method COMPARE_MODELS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COMPARE_LIST | Value transfer | Type reference (TYPE) | WDY_CFG_COMPARE_DATA_TAB | WDA Konfiguration: Vergleichsdaten | 20110906 | |||
| 2 | METADATA | Call by reference | Type reference (TYPE) | WDY_CFG_CHGTOOL_NODE_INFO_MAP | WD Konfiguration, Change-Tool, Liste der Knoteninformationen | 20110906 | |||
| 3 | MODEL1 | Call by reference | Object reference (TYPE REF TO) | CL_WDR_CFG_CONTEXT_MODEL | Modell für den Zustand eines Kontextes | 20110906 | |||
| 4 | MODEL2 | Call by reference | Object reference (TYPE REF TO) | CL_WDR_CFG_CONTEXT_MODEL | Modell für den Zustand eines Kontextes | 20110906 |
Method COMPARE_MODELS on class CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method COMPARE_NODES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COMPARE_LIST | Value transfer | Type reference (TYPE) | WDY_CFG_COMPARE_DATA_TAB | WDA Konfiguration: Vergleichsdaten | 20110906 | |||
| 2 | METADATA | Call by reference | Type reference (TYPE) | WDY_CFG_CHGTOOL_NODE_INFO_MAP | WD Konfiguration, Change-Tool, Liste der Knoteninformationen | 20110906 | |||
| 3 | MODEL1 | Call by reference | Object reference (TYPE REF TO) | CL_WDR_CFG_CONTEXT_MODEL | Modell für den Zustand eines Kontextes | 20110906 | |||
| 4 | MODEL2 | Call by reference | Object reference (TYPE REF TO) | CL_WDR_CFG_CONTEXT_MODEL | Modell für den Zustand eines Kontextes | 20110906 | |||
| 5 | NODE1 | Call by reference | Type reference (TYPE) | CL_WDR_CFG_CONTEXT_MODEL=>NODE_ID | 20110906 | ||||
| 6 | NODE2 | Call by reference | Type reference (TYPE) | CL_WDR_CFG_CONTEXT_MODEL=>NODE_ID | 20110906 | ||||
| 7 | NODE_NAME | Call by reference | Type reference (TYPE) | STRING | 20110914 |
Method COMPARE_NODES on class 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 | Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch | 20100111 | |||
| 2 | LOAD | Call by reference | Object reference (TYPE REF TO) | CONTEXT | 20101206 | ||||
| 3 | LOAD_BASE | Call by reference | Object reference (TYPE REF TO) | CONTEXT | 20101206 | ||||
| 4 | LOGICAL_SCOPE | Call by reference | Type reference (TYPE) | WDR_PERS_SCOPE | Web Dynpro: Personalisierungsreichweite | 20100805 | |||
| 5 | METADATA | Call by reference | Object reference (TYPE REF TO) | WDY_CFG_CHGTOOL_NODE_INFO_MAP | WD Konfiguration, Change-Tool, Liste der Knoteninformationen | 20090703 | |||
| 6 | SCOPE | Call by reference | Type reference (TYPE) | WDR_PERS_SCOPE | Web Dynpro: Personalisierungsreichweite | 20090805 |
Method CONSTRUCTOR on class 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 | 20090629 | ||||
| 2 | NODE_INFO | Call by reference | Type reference (TYPE) | WDY_CFG_CHGTOOL_NODE_INFO | WD Konfiguration, Change-Tool, Knoteninformation | 20090629 | |||
| 3 | PARENT_ID | Call by reference | Type reference (TYPE) | NODE_ID | 20090807 |
Method CREATE_ELEMENT on class CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method DECOUPLE_FROM_BASE Signature
Method DECOUPLE_FROM_BASE on class CL_WDR_CFG_CONTEXT_MODEL has no parameter.
Method DECOUPLE_FROM_BASE on class 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 | 20100629 | ||||
| 2 | DELETE_COUNT | Call by reference | Type reference (TYPE) | I | 20090626 | ||||
| 3 | ELEMENT_FROM_INDEX | Value transfer | Type reference (TYPE) | I | 1 | Index des ersten zu löschenden Elements | 20090626 | ||
| 4 | ELEMENT_TO_INDEX | Value transfer | Type reference (TYPE) | I | IF_WD_PERS_TABLE_READER=>C_ALL_ELEMENTS | Index des letzten zu löschenden Elements | 20090626 | ||
| 5 | PARENT_ID | Call by reference | Type reference (TYPE) | NODE_ID | Id des enthaltenden Knotens | 20090626 |
Method DELETE_ELEMENTS on class 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 | Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch | 20100706 | |||
| 2 | ELEMENT_INDEX | Call by reference | Type reference (TYPE) | I | 1 | 20100706 | |||
| 3 | PARENT_ID | Call by reference | Type reference (TYPE) | NODE_ID | Id des enthaltenden Knotens | 20100706 |
Method DOES_ELEMENT_DIFFER_FROM_BASE on class 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 | 20090629 |
Method EMPTY_CHECK on class 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 | WebDynpro: Schnittstelle für Kontext Knoten | 20110124 | |||
| 2 | NODE_ID | Call by reference | Type reference (TYPE) | NODE_ID | 20110124 | ||||
| 3 | ROOT_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20110124 |
Method FIND_NODE_ID_IN_CONTEXT on class 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 | Name des Attributs | 20091120 | |||
| 2 | ELEMENT_INDEX | Call by reference | Type reference (TYPE) | I | 1 | Index des zu bearbeitenden Elements | 20091120 | ||
| 3 | PARENT_ID | Call by reference | Type reference (TYPE) | NODE_ID | Id des enthaltenden Knotens | 20091120 | |||
| 4 | VALUE | Value transfer | Type reference (TYPE) | STRING | zu setzender Wert | 20091120 |
Method GET_ATTRIBUTE on class 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) | CL_WDR_CFG_CONTEXT_MODEL | Modell für den Zustand eines Kontextes | 20101228 | |||
| 2 | LOGICAL_SCOPE | Call by reference | Type reference (TYPE) | WDR_PERS_SCOPE | Web Dynpro: Personalisierungsreichweite | 20101228 |
Method GET_BASE_MODEL on class 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 | 20110125 | ||||
| 2 | NODE_INFO | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE_INFO | Web Dynpro: Schnittstelle der Metadaten eines Knotens | 20110125 |
Method GET_BLUEPRINT_4_NAME on class 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 | 20090625 | ||||
| 2 | CHILD_NODE_NAME | Call by reference | Type reference (TYPE) | STRING | 20090625 | ||||
| 3 | ELEMENT_INDEX | Call by reference | Type reference (TYPE) | I | 1 | 20090625 | |||
| 4 | PARENT_ID | Call by reference | Type reference (TYPE) | NODE_ID | 20090625 |
Method GET_CHILD_NODE_ID on class 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 | 20110513 | ||||
| 2 | CHILD_NODE_NAME | Call by reference | Type reference (TYPE) | STRING | 20110513 | ||||
| 3 | ELEMENT | Call by reference | Type reference (TYPE) | CONTEXT_ELEMENT | 20110513 | ||||
| 4 | PARENT_NAME | Call by reference | Type reference (TYPE) | STRING | 20110513 |
Method GET_CHILD_NODE_ID_INTERNAL on class CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method GET_COMPARE_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COMPARE_LIST | Value transfer | Type reference (TYPE) | WDY_CFG_COMPARE_DATA_TAB | WDA Konfiguration: Vergleichsdaten | 20110907 | |||
| 2 | MODEL_TO_COMPARE | Call by reference | Object reference (TYPE REF TO) | CL_WDR_CFG_CONTEXT_MODEL | Modell für den Zustand eines Kontextes | 20110907 |
Method GET_COMPARE_LIST on class CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method GET_COMPARE_LIST_PARENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COMPARE_LIST | Value transfer | Type reference (TYPE) | WDY_CFG_COMPARE_DATA_TAB | WDA Konfiguration: Vergleichsdaten | 20110907 |
Method GET_COMPARE_LIST_PARENT on class 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) | WDY_CFG_EXPL_DATA_TAB | WDA Konfiguration: Explizite Daten | 20090703 |
Method GET_CONTENT on class 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 | Web Dynpro: Schnittstelle für ein Knotenelement | 20110124 | |||
| 2 | NODE_CONTENT | Call by reference | Type reference (TYPE) | NODE_CONTENT | 20110124 | ||||
| 3 | PARENT_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20110124 |
Method GET_CONTEXT_ELEMENT_FOR_NODE on class 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 | 20090806 | ||||
| 2 | CONTEXT_ELEMENT | Call by reference | Type reference (TYPE) | CONTEXT_ELEMENT | 20090806 | ||||
| 3 | NODE_ID | Value transfer | Type reference (TYPE) | NODE_ID | 20090806 | ||||
| 4 | NODE_NAME | Call by reference | Type reference (TYPE) | STRING | 20090806 |
Method GET_CORRESPONDING_BASE_NODE_ID on class 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) | WDY_CFG_EXPL_DATA_TAB | WDA Konfiguration: Explizite Daten | 20110201 |
Method GET_DELETED_ELEMENTS on class 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) | WDY_CFG_EXPL_DATA_TAB | WDA Konfiguration: Explizite Daten | 20110201 | |||
| 2 | NODE_ID | Call by reference | Type reference (TYPE) | NODE_ID | 20110201 | ||||
| 3 | PARENT_PATH | Value transfer | Type reference (TYPE) | STRING | 20110201 |
Method GET_DELETED_ELEMENTS_FOR_NODE on class 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) | WDY_CFG_EXPL_ATTRIBUTES | WDA Configuration: Attribute explizit | 20090625 | |||
| 2 | ELEMENT_DATA | Call by reference | Type reference (TYPE) | DATA | 20090625 | ||||
| 3 | ELEMENT_EXISTS | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Existiert das spezifizierte Element | 20090625 | |||
| 4 | ELEMENT_INDEX | Call by reference | Type reference (TYPE) | I | 1 | 20090625 | |||
| 5 | ELEMENT_INDEX_IN_BASE | Call by reference | Type reference (TYPE) | I | Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch | 20110512 | |||
| 6 | PARENT_ID | Call by reference | Type reference (TYPE) | NODE_ID | Id des enthaltenden Knotens | 20090625 |
Method GET_ELEMENT on class 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) | IF_WD_PERS_TABLE_READER=>LINES_TO_ADDITIONAL_ATTRIBUTES | 20090626 | ||||
| 2 | ELEMENTS | Call by reference | Type reference (TYPE) | ANY TABLE | 20090626 | ||||
| 3 | ELEMENT_FROM_INDEX | Call by reference | Type reference (TYPE) | I | 1 | Index des ersten zu liefernden Elements | 20090626 | ||
| 4 | ELEMENT_TO_INDEX | Call by reference | Type reference (TYPE) | I | IF_WD_PERS_TABLE_READER=>C_ALL_ELEMENTS | Index des letzten zu liefernden Elements | 20090626 | ||
| 5 | PARENT_ID | Call by reference | Type reference (TYPE) | NODE_ID | Id des enthaltenden Knotens | 20090626 |
Method GET_ELEMENTS on class CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method GET_ELEMENTS_TO_COMPARE 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 | Id des enthaltenden Knotens | 20110908 | |||
| 2 | PRIMARY_VALUES | Value transfer | Type reference (TYPE) | PRIMARY_VALUES | 20110908 |
Method GET_ELEMENTS_TO_COMPARE on class 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 | 20090626 | ||||
| 2 | NODE_ID | Call by reference | Type reference (TYPE) | NODE_ID | 20090626 |
Method GET_ELEMENT_COUNT on class 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 | Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch | 20090706 | ||
| 2 | ELEMENT_INDEX | Call by reference | Type reference (TYPE) | I | 1 | Index des Elements | 20090629 | ||
| 3 | ELEMENT_REF | Value transfer | Object reference (TYPE REF TO) | CONTEXT_ELEMENT | 20090629 | ||||
| 4 | NODE_CONTENT | Call by reference | Type reference (TYPE) | NODE_CONTENT | 20090706 | ||||
| 5 | NODE_ID | Call by reference | Type reference (TYPE) | NODE_ID | 20090706 |
Method GET_ELEMENT_REF on class 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 | 20110125 | ||||
| 2 | NODE_INFO | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE_INFO | Web Dynpro: Schnittstelle der Metadaten eines Knotens | 20110125 |
Method GET_FINAL_NODE_NAME on class 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 | 20090723 | ||||
| 2 | FOR_BASIS | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | ABAP_FALSE | Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch | 20110131 | ||
| 3 | PARENT_ID | Call by reference | Type reference (TYPE) | NODE_ID | Id des enthaltenden Knotens | 20090723 | |||
| 4 | PRIMARY_ATTRIBUTE_VALUE | Call by reference | Type reference (TYPE) | STRING | 20090723 |
Method GET_INDEX_BY_PRIMARY_ATTRIBUTE on class 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 | Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch | 20100831 | |||
| 2 | INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_WDR_CFG_CONTEXT_MODEL | Modell für den Zustand eines Kontextes | 20100831 | |||
| 3 | LOAD | Call by reference | Object reference (TYPE REF TO) | CONTEXT | 20100831 | ||||
| 4 | LOAD_BASE | Call by reference | Object reference (TYPE REF TO) | CONTEXT | 20100831 | ||||
| 5 | LOGICAL_SCOPE | Call by reference | Type reference (TYPE) | WDR_PERS_SCOPE | Web Dynpro: Personalisierungsreichweite | 20100831 | |||
| 6 | METADATA | Call by reference | Object reference (TYPE REF TO) | WDY_CFG_CHGTOOL_NODE_INFO_MAP | WD Konfiguration, Change-Tool, Liste der Knoteninformationen | 20100831 | |||
| 7 | SCOPE | Call by reference | Type reference (TYPE) | WDR_PERS_SCOPE | Web Dynpro: Personalisierungsreichweite | 20100831 |
Method GET_INSTANCE on class 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 | 20101014 |
Method GET_MAX_NODE_ID on class 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) | WDY_CFG_CHGTOOL_NODE_INFO_MAP | WD Konfiguration, Change-Tool, Liste der Knoteninformationen | 20090629 |
Method GET_METADATA on class 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 | 20090629 |
Method GET_NEW_NODE_ID on class 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 | 20090720 | ||||
| 2 | NODE_PATH | Call by reference | Type reference (TYPE) | NODE_PATH | 20090720 | ||||
| 3 | SCOPE | Call by reference | Type reference (TYPE) | WDR_PERS_SCOPE | Web Dynpro: Personalisierungsreichweite | 20130122 |
Method GET_NODE_ID_FOR_PATH on class 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 | Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch | 20091120 | |||
| 2 | INDEX | Call by reference | Type reference (TYPE) | I | Index des Elements, zu dem der Knoten gehört | 20090713 | |||
| 3 | NAME | Call by reference | Type reference (TYPE) | STRING | Name des spezifizierten Knotens | 20090713 | |||
| 4 | NODE_ID | Call by reference | Type reference (TYPE) | NODE_ID | Id des Knotens, zu dem Info geliefert wird | 20090713 | |||
| 5 | NODE_PATH | Call by reference | Type reference (TYPE) | NODE_PATH | 20090720 | ||||
| 6 | PARENT_ID | Call by reference | Type reference (TYPE) | NODE_ID | Id des Vaterknotens | 20090713 |
Method GET_NODE_INFO on class 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 | 20110510 | ||||
| 2 | PRIMVALS | Value transfer | Type reference (TYPE) | PRIMARY_ATTRIBUTE_VALUES | Liste von Primary-Attribut-Werten im Konfig.-Kontext | 20110908 |
Method GET_PRIMVALS_FOR_NODE on class 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 | 20090625 |
Method GET_ROOT_NODE_ID on class 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 | 20090810 | ||||
| 2 | SEQUENCE | Value transfer | Type reference (TYPE) | STRING | 20090810 |
Method GET_SEQUENCE on class CL_WDR_CFG_CONTEXT_MODEL has no exception.
Method GET_TEXT_IDS_FOR_CONTEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_TEXT_IDS | Value transfer | Type reference (TYPE) | CL_WDR_CFG_PERSISTENCE_UTILS=>TT_TEXTID | 20130815 |
Method GET_TEXT_IDS_FOR_CONTEXT on class 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 | Web Dynpro: Schnittstelle für ein Knotenelement | 20110124 | |||
| 2 | ELEMENT_INDEX | Call by reference | Type reference (TYPE) | I | 20110124 | ||||
| 3 | PARENT_ID | Call by reference | Type reference (TYPE) | NODE_ID | 20110124 | ||||
| 4 | ROOT_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20110124 |
Method INSERT_ELEMENT_INTO_CONTEXT on class 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 | Web Dynpro: Schnittstelle für ein Knotenelement | 20110420 | |||
| 2 | ELEMENT_INDEX | Call by reference | Type reference (TYPE) | I | 20110420 | ||||
| 3 | NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20110420 | |||
| 4 | PARENT_ID | Call by reference | Type reference (TYPE) | NODE_ID | 20110420 |
Method INSERT_ELEMENT_INTO_CTX_NODE on class 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 | 20090709 | ||||
| 2 | ELEMENT_INDEX | Call by reference | Type reference (TYPE) | I | 20090709 | ||||
| 3 | IS_FINAL | Value transfer | Type reference (TYPE) | WDY_CONFIG_FINAL_INFORMATION | Finalitäts-Information eines Konfigurations-Attributs | 20090709 | |||
| 4 | PARENT_ID | Call by reference | Type reference (TYPE) | NODE_ID | 20090709 |
Method IS_ATTRIBUTE_FINAL on class 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 | 20100302 | ||||
| 2 | IS_PROTECTED | Value transfer | Type reference (TYPE) | WDY_BOOLEAN | Finalitäts-Information eines Konfigurations-Attributs | 20100302 | |||
| 3 | PARENT_ID | Call by reference | Type reference (TYPE) | NODE_ID | 20100302 |
Method IS_ELEMENT_PROTECTED on class 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 | Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch | 20100310 | |||
| 2 | ELEMENT_INDEX | Call by reference | Type reference (TYPE) | I | 20100310 | ||||
| 3 | PARENT_ID | Call by reference | Type reference (TYPE) | NODE_ID | 20100310 |
Method IS_ELEMENT_PROTECT_CHANGEABLE on class 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 | 20091211 | ||||
| 2 | IS_IMMUTABLE | Value transfer | Type reference (TYPE) | WDY_BOOLEAN | Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch | 20091211 | |||
| 3 | NODE_CONTENT | Call by reference | Type reference (TYPE) | NODE_CONTENT | 20091211 |
Method IS_IMMUTABLE_AREA on class 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 | 20101013 |
Method MAKE_CONTEXT_OUT_OF_BASIS on class 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 | Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch | 20101223 | |||
| 2 | ATTR_LIST | Call by reference | Type reference (TYPE) | WDY_CFG_EXPL_ATTRIBUTES | WDA Configuration: Attribute explizit | 20100827 | |||
| 3 | CHANGE_SCOPE | Call by reference | Type reference (TYPE) | WDR_PERS_SCOPE | Web Dynpro: Personalisierungsreichweite | 20100830 | |||
| 4 | EXPL_ELEMENT | Call by reference | Type reference (TYPE) | WDY_CFG_EXPL_DATA | WDA Konfiguration: Explizite Daten | 20100827 | |||
| 5 | LOGICAL_SCOPE | Call by reference | Type reference (TYPE) | WDR_PERS_SCOPE | Web Dynpro: Personalisierungsreichweite | 20100827 | |||
| 6 | METADATA | Call by reference | Type reference (TYPE) | WDY_CFG_CHGTOOL_NODE_INFO | WD Konfiguration, Change-Tool, Knoteninformation | 20100827 |
Method MERGE_EXPL_ATTR_INTO_LOAD on class 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 | Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch | 20101223 | |||
| 2 | CHANGE_SCOPE | Call by reference | Type reference (TYPE) | WDR_PERS_SCOPE | Web Dynpro: Personalisierungsreichweite | 20100830 | |||
| 3 | DELETED_ELEMENTS | Call by reference | Type reference (TYPE) | CONTEXT_ELEMENTS | 20110323 | ||||
| 4 | ELEMENT_REF | Call by reference | Object reference (TYPE REF TO) | CONTEXT_ELEMENT | 20100827 | ||||
| 5 | EXPL_ELEMENT | Call by reference | Type reference (TYPE) | WDY_CFG_EXPL_DATA | WDA Konfiguration: Explizite Daten | 20100827 | |||
| 6 | LOGICAL_SCOPE | Call by reference | Type reference (TYPE) | WDR_PERS_SCOPE | Web Dynpro: Personalisierungsreichweite | 20100827 | |||
| 7 | METADATA | Call by reference | Type reference (TYPE) | WDY_CFG_CHGTOOL_NODE_INFO_MAP | WD Konfiguration, Change-Tool, Liste der Knoteninformationen | 20100827 | |||
| 8 | PARENT | Call by reference | Object reference (TYPE REF TO) | NODE_TO_CONTENT | 20100827 | ||||
| 9 | PRIMARY_GENERATOR | Call by reference | Object reference (TYPE REF TO) | IF_WDR_CFG_GEN_PRIMARY | Generische Primary-Handling | 20100827 | |||
| 10 | PRIMARY_REQUESTS | Call by reference | Type reference (TYPE) | PRIMARY_REQUESTS | 20100827 |
Method MERGE_EXPL_ELEMENT_INTO_LOAD on class 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) | WDY_CFG_EXPL_DATA | WDA Konfiguration: Explizite Daten | 20100827 | |||
| 2 | LOAD | Call by reference | Type reference (TYPE) | CONTEXT | 20100827 | ||||
| 3 | METADATA | Call by reference | Type reference (TYPE) | WDY_CFG_CHGTOOL_NODE_INFO_MAP | WD Konfiguration, Change-Tool, Liste der Knoteninformationen | 20100827 | |||
| 4 | NODE_IDS_TO_BE_CHECKED | Call by reference | Type reference (TYPE) | NODE_IDS | 20110323 | ||||
| 5 | NODE_REF | Call by reference | Object reference (TYPE REF TO) | NODE_TO_CONTENT | 20100827 | ||||
| 6 | PARENT | Call by reference | Object reference (TYPE REF TO) | CONTEXT_ELEMENT | 20100827 |
Method MERGE_EXPL_NODE_INTO_LOAD on class 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 | Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch | 20101223 | |||
| 2 | CHANGE_SCOPE | Call by reference | Type reference (TYPE) | WDR_PERS_SCOPE | Web Dynpro: Personalisierungsreichweite | 20100830 | |||
| 3 | DELTA | Call by reference | Type reference (TYPE) | WDY_CFG_EXPL_DATA_TAB | WDA Konfiguration: Explizite Daten | 20100826 | |||
| 4 | LOAD | Call by reference | Type reference (TYPE) | CONTEXT | 20100826 | ||||
| 5 | LOGICAL_SCOPE | Call by reference | Type reference (TYPE) | WDR_PERS_SCOPE | Web Dynpro: Personalisierungsreichweite | 20100826 | |||
| 6 | METADATA | Call by reference | Type reference (TYPE) | WDY_CFG_CHGTOOL_NODE_INFO_MAP | WD Konfiguration, Change-Tool, Knoteninformation | 20100826 |
Method MERGE_EXPL_TAB_TO_LOAD on class 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 | 20100827 | ||||
| 2 | NODE_REF | Call by reference | Object reference (TYPE REF TO) | NODE_TO_CONTENT | 20100827 |
Method MERGE_ROOT_NODE_INTO_LOAD on class 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 | Anzahl der verschobenen Elemente | 20090626 | |||
| 2 | SOURCE_ELEMENTS_FROM_INDEX | Value transfer | Type reference (TYPE) | I | 1 | Index des ersten zu verschiebenden Elements | 20090626 | ||
| 3 | SOURCE_ELEMENTS_TO_INDEX | Value transfer | Type reference (TYPE) | I | IF_WD_PERS_TABLE_READER=>C_ALL_ELEMENTS | Index des letzten zu verschiebenden Elements | 20090626 | ||
| 4 | SOURCE_NODE_ID | Call by reference | Type reference (TYPE) | NODE_ID | Identifikation des Quellknotens | 20090626 | |||
| 5 | TARGET_ELEMENT_INDEX | Value transfer | Type reference (TYPE) | I | IF_WD_PERS_TABLE_READER=>C_ALL_ELEMENTS | Zielindex der Verschiebung (nach Ausschneiden) | 20090626 | ||
| 6 | TARGET_NODE_ID | Value transfer | Type reference (TYPE) | NODE_ID | Zielknoten, falls dieser <> Quellknoten | 20090626 |
Method MOVE_ELEMENTS on class 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 | System-Exception bei Konvertierungsfehlern | 20090708 | |||
| 2 | IN | Call by reference | Type reference (TYPE) | STRING | 20090625 | ||||
| 3 | OUT | Call by reference | Type reference (TYPE) | DATA | 20090625 |
Method MOVE_SAVE on class 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) | WDY_CFG_EXPL_DATA | WDA Konfiguration: Explizite Daten | 20090903 | |||
| 2 | INDEX | Call by reference | Type reference (TYPE) | I | 20090903 | ||||
| 3 | PARENT_PATH | Call by reference | Type reference (TYPE) | STRING | 20090903 |
Method PATH_TO_ELEMENT_DATA on class 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 | Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch | 20100310 | |||
| 2 | ELEMENT_INDEX | Call by reference | Type reference (TYPE) | I | 20100310 | ||||
| 3 | ELEMENT_REF | Call by reference | Object reference (TYPE REF TO) | CONTEXT_ELEMENT | 20100310 | ||||
| 4 | PARENT_ID | Call by reference | Type reference (TYPE) | NODE_ID | 20100310 |
Method PREPARE_ELEMENT_PROTECT_CHANGE on class 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 | 20110121 | ||||
| 2 | PARENT_ID | Call by reference | Type reference (TYPE) | NODE_ID | 20110121 | ||||
| 3 | PRIMARY_ATTRIBUTE_VALUE | Call by reference | Type reference (TYPE) | STRING | 20110121 |
Method REACTIVATE_ELEMENT on class 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 | Name des Attributs | 20100702 | |||
| 2 | ATTRIBUTE_VALUE | Value transfer | Type reference (TYPE) | STRING | Neuer Wert des Attributs | 20100705 | |||
| 3 | ELEMENT_INDEX | Call by reference | Type reference (TYPE) | I | 1 | Index des zu bearbeitenden Elements | 20100702 | ||
| 4 | PARENT_ID | Call by reference | Type reference (TYPE) | NODE_ID | Id des enthaltenden Knotens | 20100702 |
Method RESET_ATTRIBUTE on class 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 | Korrespondierender Knoten im Kontext | 20110418 | |||
| 2 | DELETED_NODES | Call by reference | Type reference (TYPE) | NODES_RG | 20110419 | ||||
| 3 | ELEMENT_INDEX | Call by reference | Type reference (TYPE) | I | 1 | Index des zu bearbeitenden Elements | 20110418 | ||
| 4 | PARENT_ID | Call by reference | Type reference (TYPE) | NODE_ID | Id des enthaltenden Knotens | 20110418 | |||
| 5 | WHOLE_SUBTREE | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch | 20110419 |
Method RESET_ELEMENT on class 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 | Korrespondierender Knoten im Kontext | 20110420 | |||
| 2 | DELETED_NODES | Call by reference | Type reference (TYPE) | NODES_RG | 20110420 | ||||
| 3 | ELEMENT_INDEX | Call by reference | Type reference (TYPE) | I | 1 | Index des zu bearbeitenden Elements | 20110420 | ||
| 4 | PARENT_ID | Call by reference | Type reference (TYPE) | NODE_ID | Id des enthaltenden Knotens | 20110420 | |||
| 5 | WHOLE_SUBTREE | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch | 20110420 |
Method RESET_ELEMENT_IMPL on class 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 | WebDynpro: Schnittstelle für Kontext Knoten | 20110420 | |||
| 2 | DELETED_NODES | Call by reference | Type reference (TYPE) | NODES_RG | 20110420 | ||||
| 3 | NODE_ID | Call by reference | Type reference (TYPE) | NODE_ID | 20110420 | ||||
| 4 | WHOLE_SUBTREE | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch | 20110420 |
Method RESET_NODE on class 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 | WebDynpro: Schnittstelle für Kontext Knoten | 20110420 | |||
| 2 | DELETED_NODES | Call by reference | Type reference (TYPE) | NODES_RG | 20110420 | ||||
| 3 | NODE_ID | Call by reference | Type reference (TYPE) | NODE_ID | 20110420 | ||||
| 4 | WHOLE_SUBTREE | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch | 20110420 |
Method RESET_NODE_IMPL on class 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 | Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch | 20100706 | ||
| 2 | ATTRIBUTE_NAME | Call by reference | Type reference (TYPE) | STRING | Name des Attributs | 20090706 | |||
| 3 | DECOUPLE_FROM_BASE | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | ABAP_TRUE | Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch | 20110621 | ||
| 4 | ELEMENT_INDEX | Call by reference | Type reference (TYPE) | I | 1 | Index des zu bearbeitenden Elements | 20090706 | ||
| 5 | PARENT_ID | Call by reference | Type reference (TYPE) | NODE_ID | Id des enthaltenden Knotens | 20090706 | |||
| 6 | VALUE | Call by reference | Type reference (TYPE) | ANY | zu setzender Wert | 20090706 |
Method SET_ATTRIBUTE on class 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 | 20090714 | ||||
| 2 | ELEMENT_INDEX | Call by reference | Type reference (TYPE) | I | 20090714 | ||||
| 3 | IS_FINAL | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Zielwert für die Finalität | 20090714 | |||
| 4 | PARENT_ID | Call by reference | Type reference (TYPE) | NODE_ID | 20090714 |
Method SET_ATTRIBUTE_FINAL on class 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 | 20100112 |
Method SET_ELEMENT_NON_MANDATORY on class 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 | 20100302 | ||||
| 2 | IS_PROTECTED | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Finalitäts-Information eines Konfigurations-Attributs | 20100302 | |||
| 3 | PARENT_ID | Call by reference | Type reference (TYPE) | NODE_ID | 20100302 |
Method SET_ELEMENT_PROTECTED on class 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 | 20110126 | ||||
| 2 | NAME_TO_BLUEPRINT | Call by reference | Object reference (TYPE REF TO) | NAME_TO_BLUEPRINT | 20110126 | ||||
| 3 | NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20110126 |
Method SET_FINAL_INFO on class 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 | 20101014 |
Method SET_MAX_NODE_ID on class 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 | 20100112 |
Method SET_NODE_NOT_MANDATORY on class 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 | Index des zu bearbeitenden Elements | 20090709 | ||
| 2 | PARENT_ID | Call by reference | Type reference (TYPE) | NODE_ID | Id des enthaltenden Knotens | 20090709 | |||
| 3 | VALUE | Call by reference | Type reference (TYPE) | ANY | zu setzender Wert | 20090709 |
Method SET_PRIMARY_ATTRIBUTE on class 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) | WDY_CFG_EXPL_ATTRIBUTES | WDA Configuration: Attribute explizit | 20090625 | |||
| 2 | ADDITIONAL_ATTRIBUTES_REQ | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch | 20090625 | |||
| 3 | ATTRIBUTES | Call by reference | Type reference (TYPE) | WDY_CFG_EXPL_ATTRIBUTES | WDA Configuration: Attribute explizit | 20090625 | |||
| 4 | ATTRIBUTES_DESCR | Call by reference | Type reference (TYPE) | WDY_CFG_CHGTOOL_ATTR_INFO_MAP | WD Konfiguration: Liste mit Attribute-Infos für Change-Tool | 20090625 | |||
| 5 | CONVERSION_ERROR | Call by reference | Object reference (TYPE REF TO) | CX_SY_CONVERSION_ERROR | System-Exception bei Konvertierungsfehlern | 20090708 | |||
| 6 | ELEMENT_DATA | Call by reference | Type reference (TYPE) | DATA | 20090625 | ||||
| 7 | PRIMARY_ATTRIBUTE | Call by reference | Type reference (TYPE) | STRING | Primary-Attribut des Elements | 20090708 |
Method TRANSFER_ATTRIBUTES on class 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 | Meta-Informationen aller Child-Nodes eines Node | 20110125 | |||
| 2 | CTX_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Schnittstelle für ein Knotenelement | 20110125 | |||
| 3 | ELEMENT | Call by reference | Type reference (TYPE) | CONTEXT_ELEMENT | 20110125 | ||||
| 4 | NODE_IDS_TO_NODES | Call by reference | Type reference (TYPE) | NODE_ID_TO_NODE_REFERENCE | 20110125 | ||||
| 5 | PARENT_NAME | Call by reference | Type reference (TYPE) | STRING | 20110513 |
Method TRANSFER_CHILD_NODES_TO_LIST on class 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) | WDY_CFG_EXPL_DATA_TAB | WDA Konfiguration: Explizite Daten | 20090810 | |||
| 2 | CONTAINS_CONTENT | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch | 20090810 | |||
| 3 | FIRST_INDEX | Call by reference | Type reference (TYPE) | I | 20090903 | ||||
| 4 | NODE_CONTENT | Call by reference | Type reference (TYPE) | NODE_CONTENT | 20090810 | ||||
| 5 | NODE_ID | Call by reference | Type reference (TYPE) | NODE_ID | 20090810 | ||||
| 6 | NODE_NAME | Call by reference | Type reference (TYPE) | STRING | 20091210 | ||||
| 7 | PARENT_PATH | Call by reference | Type reference (TYPE) | STRING | 20090903 |
Method TRANSFER_DELETED_ELEMENTS on class 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 | 20090702 | ||||
| 2 | ELEMENT | Call by reference | Type reference (TYPE) | ANY | 20090702 | ||||
| 3 | IS_PRIMARY_GENERIC | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch | 20090807 | |||
| 4 | PRIMARY_ATTRIBUTE | Call by reference | Type reference (TYPE) | STRING | 20090807 | ||||
| 5 | STRUCTDESCR | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Run Time Type Services | 20090702 | |||
| 6 | TRANSLATABLES | Call by reference | Type reference (TYPE) | NAMES | 20101223 |
Method TRANSFER_ELEMENT on class 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) | WDY_CFG_EXPL_DATA_TAB | WDA Konfiguration: Explizite Daten | 20090703 | |||
| 2 | CONTAINS_CONTENT | Value transfer | Type reference (TYPE) | WDY_BOOLEAN | Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch | 20090810 | |||
| 3 | ELEMENT | Call by reference | Type reference (TYPE) | CONTEXT_ELEMENT | 20090703 | ||||
| 4 | INDEX | Call by reference | Type reference (TYPE) | I | 20090703 | ||||
| 5 | NODE_NAME | Call by reference | Type reference (TYPE) | STRING | 20091210 | ||||
| 6 | PARENT_PATH | Call by reference | Type reference (TYPE) | STRING | 20090703 | ||||
| 7 | PRIMARY_ATTRIBUTE | Call by reference | Type reference (TYPE) | STRING | 20100311 | ||||
| 8 | WHOLE_SUBTREE | Value transfer | Type reference (TYPE) | WDY_BOOLEAN | Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch | 20090810 |
Method TRANSFER_ELEMENT_CONTENT on class 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 | 20110125 | ||||
| 2 | FINAL_INFOS | Call by reference | Type reference (TYPE) | FINAL_INFOS | 20110125 | ||||
| 3 | FINAL_NODE_NAME | Call by reference | Type reference (TYPE) | STRING | 20110125 | ||||
| 4 | INDEX | Call by reference | Type reference (TYPE) | I | 20110125 | ||||
| 5 | STATIC_ATTRIBUTES | Call by reference | Type reference (TYPE) | DATA | 20110125 |
Method TRANSFER_ELEMENT_TO_STRUCTURE on class 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 | 20110124 | ||||
| 2 | NODE_IDS_TO_NODES | Call by reference | Type reference (TYPE) | NODE_ID_TO_NODE_REFERENCE | 20110124 |
Method TRANSFER_LIST_TO_CONTEXT_NODE on class 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 | WebDynpro: Schnittstelle für Kontext Knoten | 20101209 | |||
| 2 | NODES_TREE | Call by reference | Type reference (TYPE) | NODES_TREE | 20101209 | ||||
| 3 | NODE_ID | Call by reference | Type reference (TYPE) | NODE_ID | 20101209 | ||||
| 4 | NODE_IDS_TO_NODES | Call by reference | Type reference (TYPE) | NODE_ID_TO_NODE_REFERENCE | 20101209 |
Method TRANSFER_LOAD_TO_CONTEXT_NODE on class 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) | WDY_CFG_EXPL_DATA_TAB | WDA Konfiguration: Explizite Daten | 20090703 | |||
| 2 | CONTAINS_CONTENT | Value transfer | Type reference (TYPE) | WDY_BOOLEAN | Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch | 20090810 | |||
| 3 | NODE_ID | Call by reference | Type reference (TYPE) | NODE_ID | 20090703 | ||||
| 4 | PARENT_PATH | Call by reference | Type reference (TYPE) | STRING | 20090703 | ||||
| 5 | WHOLE_SUBTREE | Value transfer | Type reference (TYPE) | WDY_BOOLEAN | Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch | 20090810 |
Method TRANSFER_NODE_CONTENT on class 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 | WebDynpro: Schnittstelle für Kontext Knoten | 20101210 |
Method TRANSFER_TO_CONTEXT_NODE on class 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 | Name des Attributs | 20120606 | |||
| 2 | ELEMENT_INDEX | Call by reference | Type reference (TYPE) | I | 1 | Index des zu bearbeitenden Elements | 20120606 | ||
| 3 | PARENT_ID | Call by reference | Type reference (TYPE) | NODE_ID | Id des enthaltenden Knotens | 20120606 | |||
| 4 | TEXT_ID | Call by reference | Type reference (TYPE) | WDY_CONFIG_TEXTID | neue Textid | 20120606 |
Method UPDATE_ATTRIBUTE_TEXTID on class 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 | 20090807 | ||||
| 2 | CONTEXT_ELEMENTS | Call by reference | Type reference (TYPE) | CONTEXT_ELEMENTS | 20090807 | ||||
| 3 | FOUND | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch | 20090810 | |||
| 4 | NODES_TO_BE_INSERTED | Call by reference | Type reference (TYPE) | NODE_LIST | 20100107 | ||||
| 5 | NODE_CONTENT | Call by reference | Type reference (TYPE) | NODE_CONTENT | 20100917 | ||||
| 6 | NODE_INFO | Call by reference | Type reference (TYPE) | WDY_CFG_CHGTOOL_NODE_INFO | WD Konfiguration, Change-Tool, Knoteninformation | 20090807 | |||
| 7 | NO_MATCH_FOR_INITIAL | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch | 20110525 | |||
| 8 | STRUCTDESCR | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Run Time Type Services | 20090807 |
Method UPDATE_ELEMENTS_FROM_BASE_NODE on class CL_WDR_CFG_CONTEXT_MODEL has no exception.
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in | 800 |