Hierarchy
⤷ BC-WD-ABA-RUN (Application Component) Web Dynpro ABAP Runtime
⤷ SWDP_RUNTIME_CORE (Package) Web Dynpro Runtime: Core Functions
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_WDR_CONTEXT_ELEMENT | Base Class of all Elements of Web Dynpro Nodes | 20021021 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_WDY_ADT_AU_CONTEXT_ELEMENT | Test class for context property binding | 20121002 |
Properties
Interface | IF_WD_CONTEXT_ELEMENT | |
Short Description | Web Dynpro: Interface for Node Element |
General Data
Package | SWDP_RUNTIME_CORE | Web Dynpro Runtime: Core Functions |
Created | 20020903 | SAP |
Last changed | 20130531 | SAP |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Interface IF_WD_CONTEXT_ELEMENT has no interface.
Friends
Interface IF_WD_CONTEXT_ELEMENT has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | E_PROPERTY | Constant | Public | See coding | 20070110 | ||||
2 | E_PROPERTY_DEFAULT | Constant | Public | See coding | 20070130 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | GET_ATTRIBUTE | Instance method | Public | Method | Returns the Value of an Attribute | 20021127 |
2 | GET_ATTRIBUTE_EXTERNAL | Instance method | Public | Method | Provides the value of an attribute in external format | 20101215 |
3 | GET_ATTRIBUTE_PROPERTIES | Instance method | Public | Method | Returns the attribute properties for an attribute | 20070111 |
4 | GET_ATTRIBUTE_PROPS_FOR_ELEM | Instance method | Public | Method | Returns the attribute properties for the whole element | 20070111 |
5 | GET_ATTRIBUTE_REF | Instance method | Public | Method | Returns Reference to Copy of Attribute Value | 20030306 |
6 | GET_CHILD_NODE | Instance method | Public | Method | Returns Child Node of this Element | 20021126 |
7 | GET_CHILD_NODES | Instance method | Public | Method | Returns All Lower-Level Nodes of this Element | 20021126 |
8 | GET_INDEX | Instance method | Public | Method | Returns Index of Element | 20030929 |
9 | GET_NODE | Instance method | Public | Method | Returns Node to Which Element Belongs | 20021127 |
10 | GET_PATH | Instance method | Public | Method | Returns Path to Element | 20030929 |
11 | GET_SORTABLE_PATH | Instance method | Public | Method | 20080729 | |
12 | GET_STATIC_ATTRIBUTES | Instance method | Public | Method | Returns Copy of All Statically Declared Attributes | 20021126 |
13 | GET_STATIC_ATTRIBUTES_REF | Instance method | Public | Method | Returns Reference to a Copy of All Static Attributes | 20030305 |
14 | IS_ALIVE | Instance method | Public | Method | Checks whether associated node has been removed already | 20071218 |
15 | IS_ATTRIBUTE_FINALIZED | Instance method | Public | Method | True if Attribute of Element Can No Longer Be Changed | 20050418 |
16 | IS_ATTRIBUTE_NULL | Instance method | Public | Method | Returns True if Attribute Is NULL | 20050714 |
17 | IS_CHANGED_BY_CLIENT | Instance method | Public | Method | True if Element Is Changed by Client | 20030305 |
18 | IS_FINALIZED | Instance method | Public | Method | True if Element Can No Longer Be Changed | 20041126 |
19 | IS_SELECTED | Instance method | Public | Method | True, if element is selected in the node | 20050330 |
20 | SET_ATTRIBUTE | Instance method | Public | Method | Sets the Attribute Value | 20030213 |
21 | SET_ATTRIBUTE_EXTERNAL | Instance method | Public | Method | Converts and sets the value of an attribute | 20100715 |
22 | SET_ATTRIBUTE_FINALIZED | Instance method | Public | Method | Denotes Attribute as No Longer Modifiable(Except Invalidate) | 20050418 |
23 | SET_ATTRIBUTE_NULL | Instance method | Public | Method | Sets Attribute to NULL | 20050714 |
24 | SET_ATTRIBUTE_PROPERTY | Instance method | Public | Method | Sets a property for an attribute | 20070110 |
25 | SET_ATTRIBUTE_PROPS_FOR_ELEM | Instance method | Public | Method | Sets the properties for multiple attributes | 20070111 |
26 | SET_CHANGED_BY_CLIENT | Instance method | Public | Method | Denotes Element as Changed by Client | 20041126 |
27 | SET_FINALIZED | Instance method | Public | Method | Denotes Element as No Longer Modifiable (Except Invalidate) | 20041126 |
28 | SET_SELECTED | Instance method | Public | Method | Sets Element as Selected to Node | 20051026 |
29 | SET_STATIC_ATTRIBUTES | Instance method | Public | Method | Sets the Value of Statically Declared Attributes | 20030806 |
30 | SET_STATIC_ATTRIBUTES_NULL | Instance method | Public | Method | Sets all Static Attributes to NULL | 20050714 |
31 | TO_XML | Instance method | Public | Method | Returns Canonical XML | 20041206 |
Events
Interface IF_WD_CONTEXT_ELEMENT has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | T_PROPERTY | Public | Type reference (TYPE) | I | 20070110 |
|
Method Signatures
Method GET_ATTRIBUTE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | NAME | Value transfer | Type reference (TYPE) | STRING | 20021127 | |||
2 | Exporting | VALUE | Call by reference | Type reference (TYPE) | DATA | DATA | 20021127 |
Method GET_ATTRIBUTE on Interface IF_WD_CONTEXT_ELEMENT has no exception.
Method GET_ATTRIBUTE_EXTERNAL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | INCLUDE_PENDING_INPUT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | liest auch evtl. ungültige Daten aus dem Datacontainer | 20101215 | |
2 | Importing | NAME | Call by reference | Type reference (TYPE) | STRING | Attributname | 20101215 | ||
3 | Returning | VALUE | Value transfer | Type reference (TYPE) | STRING | Wert in externer Darstellung | 20101215 |
Method GET_ATTRIBUTE_EXTERNAL on Interface IF_WD_CONTEXT_ELEMENT has no exception.
Method GET_ATTRIBUTE_PROPERTIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | ATTRIBUTE_NAME | Call by reference | Type reference (TYPE) | STRING | 20070111 | |||
2 | Returning | PROPERTIES | Value transfer | Type reference (TYPE) | WDR_CONTEXT_PROPERTIES | WD ABAP: Context-Attribut-Property | 20070111 |
Method GET_ATTRIBUTE_PROPERTIES on Interface IF_WD_CONTEXT_ELEMENT has no exception.
Method GET_ATTRIBUTE_PROPS_FOR_ELEM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Returning | PROPERTIES | Value transfer | Type reference (TYPE) | WDR_CONTEXT_PROPERTIES_TAB | WD ABAP: Context-Attribut-Properties für ein Element | 20070111 |
Method GET_ATTRIBUTE_PROPS_FOR_ELEM on Interface IF_WD_CONTEXT_ELEMENT has no exception.
Method GET_ATTRIBUTE_REF Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Returning | ATTRIBUTE | Value transfer | Object reference (TYPE REF TO) | DATA | $REF$ | 20030306 | ||
2 | Importing | NAME | Value transfer | Type reference (TYPE) | STRING | Web Dynpro: Name eines Kontext Elementes | 20030306 |
Method GET_ATTRIBUTE_REF on Interface IF_WD_CONTEXT_ELEMENT has no exception.
Method GET_CHILD_NODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Returning | CHILD_NODE | Value transfer | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Meta-Information über einen Child-Node eines Nodes | 20021126 | ||
2 | Importing | NAME | Value transfer | Type reference (TYPE) | STRING | Web Dynpro: Name eines Kontext Attributes | 20021126 |
Method GET_CHILD_NODE on Interface IF_WD_CONTEXT_ELEMENT has no exception.
Method GET_CHILD_NODES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Returning | CHILD_NODES | Value transfer | Type reference (TYPE) | WDR_CONTEXT_CHILD_MAP | Meta-Informationen aller Child-Nodes eines Node | 20021126 |
Method GET_CHILD_NODES on Interface IF_WD_CONTEXT_ELEMENT has no exception.
Method GET_INDEX Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Returning | MY_INDEX | Value transfer | Type reference (TYPE) | I | mein Index | 20030929 |
Method GET_INDEX on Interface IF_WD_CONTEXT_ELEMENT has no exception.
Method GET_NODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Returning | NODE | Value transfer | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Schnittstelle für die dynamische Verwendung von Knoten | 20021127 |
Method GET_NODE on Interface IF_WD_CONTEXT_ELEMENT has no exception.
Method GET_PATH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Returning | PATH | Value transfer | Type reference (TYPE) | STRING | Web Dynpro: Zugriffspfad eines Kontext Elementes | 20030929 | ||
2 | Importing | WITHOUTCONTROLLER | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20040119 |
Method GET_PATH on Interface IF_WD_CONTEXT_ELEMENT has no exception.
Method GET_SORTABLE_PATH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | INDEX_LENGTH | Call by reference | Type reference (TYPE) | I | 6 | 20080729 | ||
2 | Returning | PATH | Value transfer | Type reference (TYPE) | STRING | 20080729 | |||
3 | Importing | WITHOUTCONTROLLER | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | ABAP_FALSE | 20080729 |
Method GET_SORTABLE_PATH on Interface IF_WD_CONTEXT_ELEMENT has no exception.
Method GET_STATIC_ATTRIBUTES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | STATIC_ATTRIBUTES | Call by reference | Type reference (TYPE) | DATA | 20021126 |
Method GET_STATIC_ATTRIBUTES on Interface IF_WD_CONTEXT_ELEMENT has no exception.
Method GET_STATIC_ATTRIBUTES_REF Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Returning | STATIC_ATTRIBUTES | Value transfer | Object reference (TYPE REF TO) | DATA | Referenz auf die zur Designzeit vereinbarten Attribute | 20030305 |
Method GET_STATIC_ATTRIBUTES_REF on Interface IF_WD_CONTEXT_ELEMENT has no exception.
Method IS_ALIVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Returning | IS_ALIVE | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20071218 |
Method IS_ALIVE on Interface IF_WD_CONTEXT_ELEMENT has no exception.
Method IS_ATTRIBUTE_FINALIZED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Returning | FLAG | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20050418 | |||
2 | Importing | NAME | Call by reference | Type reference (TYPE) | STRING | 20050418 |
Method IS_ATTRIBUTE_FINALIZED on Interface IF_WD_CONTEXT_ELEMENT has no exception.
Method IS_ATTRIBUTE_NULL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Returning | FLAG | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20050714 | |||
2 | Importing | NAME | Call by reference | Type reference (TYPE) | STRING | 20050714 |
Method IS_ATTRIBUTE_NULL on Interface IF_WD_CONTEXT_ELEMENT has no exception.
Method IS_CHANGED_BY_CLIENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Returning | FLAG | Value transfer | Type reference (TYPE) | ABAP_BOOL | $REF$ | 20030305 |
Method IS_CHANGED_BY_CLIENT on Interface IF_WD_CONTEXT_ELEMENT has no exception.
Method IS_FINALIZED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | DEEP | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20041203 | |||
2 | Returning | FLAG | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20041126 |
Method IS_FINALIZED on Interface IF_WD_CONTEXT_ELEMENT has no exception.
Method IS_SELECTED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Returning | FLAG | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20050330 |
Method IS_SELECTED on Interface IF_WD_CONTEXT_ELEMENT has no exception.
Method SET_ATTRIBUTE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | NAME | Value transfer | Type reference (TYPE) | STRING | Web Dynpro: Name eines Kontext Elementes | 20030213 | ||
2 | Importing | VALUE | Call by reference | Type reference (TYPE) | DATA | Der Wert des Attributes | 20030213 |
Method SET_ATTRIBUTE on Interface IF_WD_CONTEXT_ELEMENT has no exception.
Method SET_ATTRIBUTE_EXTERNAL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | EXTERNAL_VALUE | Call by reference | Type reference (TYPE) | STRING | Der Wert des Attributes | 20100715 | ||
2 | Importing | NAME | Call by reference | Type reference (TYPE) | STRING | Web Dynpro: Name eines Kontext Elementes | 20100715 | ||
3 | Importing | VALIDATION_VIEW | Call by reference | Type reference (TYPE) | STRING | Name der View, in der eine Fehlermeldung angezeigt wird | 20100811 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_WDR_CONVERSION_EXCEPTION | Konvertierungsfehler | 20100715 |
Method SET_ATTRIBUTE_FINALIZED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | NAME | Call by reference | Type reference (TYPE) | STRING | 20050418 |
Method SET_ATTRIBUTE_FINALIZED on Interface IF_WD_CONTEXT_ELEMENT has no exception.
Method SET_ATTRIBUTE_NULL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | NAME | Call by reference | Type reference (TYPE) | STRING | 20050714 |
Method SET_ATTRIBUTE_NULL on Interface IF_WD_CONTEXT_ELEMENT has no exception.
Method SET_ATTRIBUTE_PROPERTY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | ATTRIBUTE_NAME | Call by reference | Type reference (TYPE) | STRING | Attributname | 20070110 | ||
2 | Importing | PROPERTY | Call by reference | Type reference (TYPE) | T_PROPERTY | Eigenschaft (siehe E_PROPERTY-*) | 20070110 | ||
3 | Importing | VALUE | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch | 20070110 |
Method SET_ATTRIBUTE_PROPERTY on Interface IF_WD_CONTEXT_ELEMENT has no exception.
Method SET_ATTRIBUTE_PROPS_FOR_ELEM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | KEEP_OTHERS | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | ABAP_FALSE | Bisherige Attribut-Properties beibehalten | 20070130 | |
2 | Importing | PROPERTIES | Call by reference | Type reference (TYPE) | WDR_CONTEXT_PROPERTIES_TAB | WD ABAP: Context-Attribut-Properties für ein Element | 20070111 |
Method SET_ATTRIBUTE_PROPS_FOR_ELEM on Interface IF_WD_CONTEXT_ELEMENT has no exception.
Method SET_CHANGED_BY_CLIENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | FLAG | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20041126 |
Method SET_CHANGED_BY_CLIENT on Interface IF_WD_CONTEXT_ELEMENT has no exception.
Method SET_FINALIZED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | DEEP | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20041126 |
Method SET_FINALIZED on Interface IF_WD_CONTEXT_ELEMENT has no exception.
Method SET_SELECTED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | FLAG | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20051026 |
Method SET_SELECTED on Interface IF_WD_CONTEXT_ELEMENT has no exception.
Method SET_STATIC_ATTRIBUTES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | STATIC_ATTRIBUTES | Call by reference | Type reference (TYPE) | DATA | DATA | 20030828 |
Method SET_STATIC_ATTRIBUTES on Interface IF_WD_CONTEXT_ELEMENT has no exception.
Method SET_STATIC_ATTRIBUTES_NULL Signature
Method SET_STATIC_ATTRIBUTES_NULL on Interface IF_WD_CONTEXT_ELEMENT has no parameter.
Method SET_STATIC_ATTRIBUTES_NULL on Interface IF_WD_CONTEXT_ELEMENT has no exception.
Method TO_XML Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Returning | XML | Value transfer | Type reference (TYPE) | STRING | 20041206 |
Method TO_XML on Interface IF_WD_CONTEXT_ELEMENT has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 630 |