SAP ABAP Class CL_WDR_CONTEXT_NODE_VAL (Web Dynpro Value Context Node)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-ABA-RUN (Application Component) Web Dynpro ABAP Runtime
⤷
SWDP_RUNTIME_CORE (Package) Web Dynpro Runtime: Core Functions
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_WDR_CONTEXT_NODE | Basis Class of all Web Dynpro Context Nodes | 20030522 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_WDR_CONTEXT_NODE_RANGE | Context Node for Context Paging Support | 20090715 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_WDR_CONTEXT_NODE_VAL_2D | Context Node for Grid | 20120823 |
Properties
| Class | CL_WDR_CONTEXT_NODE_VAL | |
| Short Description | Web Dynpro Value Context Node | |
| Super Class | CL_WDR_CONTEXT_NODE | Basis Class of all Web Dynpro Context Nodes |
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | S | System Program |
| Category | 0 | |
| Package | SWDP_RUNTIME_CORE | Web Dynpro Runtime: Core Functions |
| Created | 20030522 | 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) |
Interfaces
Class CL_WDR_CONTEXT_NODE_VAL has no interface implemented.
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_WDR_CONTEXT_ELEMENT | 20030522 | Base Class of all Elements of Web Dynpro Nodes | |
| 2 | CL_WDR_CONTEXT_NODE | 20030602 | Basis Class of all Web Dynpro Context Nodes | |
| 3 | CL_WDR_CONTEXT_NODE_INFO | 20040426 | Metadata of Context Node | |
| 4 | CL_WDR_CONTEXT_NODE_RANGE | 20090715 | Context Node for Context Paging Support | |
| 5 | CL_WDR_CONTEXT_NODE_VAL_2D | 20120823 | Context Node for Grid |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Type reference (TYPE) | WDR_CTXT_PROPERTY_TAB | WD ABAP: Context Attribute Properties for Nodes | 20070109 | |||
| 2 | Instance attribute | Protected | Type reference (TYPE) | ABAP_BOOL | Nodes Cannot Be Changed | 20041126 | |||
| 3 | Instance attribute | Protected | Type reference (TYPE) | ABAP_BOOL | Nodes and All Subnodes Cannot Be Changed | 20041203 | |||
| 4 | Instance attribute | Protected | Object reference (TYPE REF TO) | DATA | Table of Table Nodes | 20041118 | |||
| 5 | Static Attribute | Protected | Type reference (TYPE) | STRING | Text Buffer | 20041125 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | Checks Whether Collection Is Consistent | 20030522 | |
| 2 | Instance method | Protected | Method | Insert Elements (Internal) | 20030522 | |
| 3 | Instance method | Protected | Method | Insert Elements (Internal) | 20030522 | |
| 4 | Instance method | Protected | Method | Insert Elements (Internal) | 20030522 | |
| 5 | Instance method | Protected | Method | Insert Elements (Internal) | 20030522 | |
| 6 | Instance method | Protected | Method | Returns Element if Necessary | 20041118 | |
| 7 | Instance method | Protected | Method | Moves attribute properties | 20070125 | |
| 8 | Instance method | Protected | Method | Moves attribute properties | 20070131 | |
| 9 | Instance method | Protected | Method | Sets the Lead Selection Internally (Internal) | 20030522 |
Events
Class CL_WDR_CONTEXT_NODE_VAL has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | L_TABLE_OF_REF_TO_DATA | Protected | See coding | 20090716 | L_TABLE_OF_REF_TO_DATA type standard table of ref to data
|
Method Signatures
Method CHECK_COLLECTION Signature
Method CHECK_COLLECTION on class CL_WDR_CONTEXT_NODE_VAL has no parameter.
Method CHECK_COLLECTION on class CL_WDR_CONTEXT_NODE_VAL has no exception.
Method INSERT_ELEMENTS_DATA_REF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ELEMENTS | Call by reference | Type reference (TYPE) | L_TABLE_OF_REF_TO_DATA | 20030522 | ||||
| 2 | TRUE_INDEX | Call by reference | Type reference (TYPE) | I | Index eines Kontext Elementes | 20041020 |
Method INSERT_ELEMENTS_DATA_REF on class CL_WDR_CONTEXT_NODE_VAL has no exception.
Method INSERT_ELEMENTS_ELEMENT_REF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ELEMENTS | Value transfer | Type reference (TYPE) | WD_OBJECTS | List of Objects for interfaces | 20030522 | |||
| 2 | TRUE_INDEX | Call by reference | Type reference (TYPE) | I | Index eines Kontext Elementes | 20041020 |
Method INSERT_ELEMENTS_ELEMENT_REF on class CL_WDR_CONTEXT_NODE_VAL has no exception.
Method INSERT_ELEMENT_DATA_REF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NEW_ITEM | Call by reference | Object reference (TYPE REF TO) | DATA | 20041125 | ||||
| 2 | RETURN_ELEMENT | Value transfer | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Schnittstelle für ein Knotenelement | 20041125 | |||
| 3 | TRUE_INDEX | Call by reference | Type reference (TYPE) | I | Index eines Kontext Elementes | 20041020 |
Method INSERT_ELEMENT_DATA_REF on class CL_WDR_CONTEXT_NODE_VAL has no exception.
Method INSERT_ELEMENT_ELEMENT_REF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NEW_ITEM | Value transfer | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | List of Objects for interfaces | 20041125 | |||
| 2 | TRUE_INDEX | Call by reference | Type reference (TYPE) | I | Index eines Kontext Elementes | 20041020 |
Method INSERT_ELEMENT_ELEMENT_REF on class CL_WDR_CONTEXT_NODE_VAL has no exception.
Method _GET_ELEMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ELEMENT | Value transfer | Object reference (TYPE REF TO) | CL_WDR_CONTEXT_ELEMENT | Basisklasse aller Elemente von WebDynpro Knoten | 20041118 | |||
| 2 | INDEX | Value transfer | Type reference (TYPE) | I | 20041118 |
Method _GET_ELEMENT on class CL_WDR_CONTEXT_NODE_VAL has no exception.
Method _MOVE_ATTRIBUTE_PROPERTIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FROM | Call by reference | Type reference (TYPE) | I | Startindex alt | 20070125 | |||
| 2 | TO | Call by reference | Type reference (TYPE) | I | Startindex neu | 20070125 |
Method _MOVE_ATTRIBUTE_PROPERTIES on class CL_WDR_CONTEXT_NODE_VAL has no exception.
Method _MOVE_ELEMENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FROM | Call by reference | Type reference (TYPE) | I | Startindex alt | 20070131 | |||
| 2 | TO | Call by reference | Type reference (TYPE) | I | Startindex neu | 20070131 |
Method _MOVE_ELEMENTS on class CL_WDR_CONTEXT_NODE_VAL has no exception.
Method _SET_LEAD_SELECTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INDEX | Value transfer | Type reference (TYPE) | I | 20030522 |
Method _SET_LEAD_SELECTION on class CL_WDR_CONTEXT_NODE_VAL has no exception.
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in | 640 |