SAP ABAP Class IF_FPM_ELEMENT (Interface for FPM Node Element)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_FPM_ELEMENT | FPM Element | 20090720 |
Properties
| Class | IF_FPM_ELEMENT | |
| Short Description | Interface for FPM Node Element | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20090720 | SAP |
| Last change | 20141121 | |
| 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 interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class IF_FPM_ELEMENT has no interface implemented.
Friends
Class IF_FPM_ELEMENT has no friend class.
Attributes
Class IF_FPM_ELEMENT has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Returns the value of an attribute | 20090720 | |
| 2 | Instance method | Public | Method | Returns copy of all attributes | 20090720 | |
| 3 | Instance method | Public | Method | Returns reference to a copy of all attributes | 20090720 | |
| 4 | Instance method | Public | Method | Returns child node of this element | 20090720 | |
| 5 | Instance method | Public | Method | Returns all child nodes of this element | 20090720 | |
| 6 | Instance method | Public | Method | Returns index of element | 20090720 | |
| 7 | Instance method | Public | Method | Returns node to which the element belongs | 20090720 | |
| 8 | Instance method | Public | Method | Returns referenced Web Dynpro context element | 20091010 | |
| 9 | Instance method | Public | Method | True if element is changed | 20090720 | |
| 10 | Instance method | Public | Method | True if element was changed since last context sync. | 20100618 | |
| 11 | Instance method | Public | Method | Reset indicator that element is changed | 20100618 | |
| 12 | Instance method | Public | Method | Sets the attribute value | 20090720 | |
| 13 | Instance method | Public | Method | Sets the values of all attributes | 20090720 |
Events
Class IF_FPM_ELEMENT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_T_FPM_ELEMENT | Public | See coding | Node element | 20090720 | ty_t_fpm_element TYPE STANDARD TABLE OF REF TO if_fpm_element
WITH NON-UNIQUE KEY table_line
|
Method Signatures
Method GET_ATTRIBUTE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NAME | Call by reference | Type reference (TYPE) | STRING | Name of attribute | 20090720 | |||
| 2 | VALUE | Call by reference | Type reference (TYPE) | DATA | Attribute value | 20090720 |
Method GET_ATTRIBUTE on class IF_FPM_ELEMENT has no exception.
Method GET_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ATTRIBUTES | Call by reference | Type reference (TYPE) | DATA | Attribute values | 20090720 |
Method GET_ATTRIBUTES on class IF_FPM_ELEMENT has no exception.
Method GET_ATTRIBUTES_REF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ATTRIBUTES | Value transfer | Object reference (TYPE REF TO) | DATA | Reference to attributes | 20090720 |
Method GET_ATTRIBUTES_REF on class IF_FPM_ELEMENT has no exception.
Method GET_CHILD_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHILD_NODE | Value transfer | Object reference (TYPE REF TO) | IF_FPM_NODE | Interface for FPM nodes | 20090720 | |||
| 2 | NAME | Call by reference | Type reference (TYPE) | STRING | Name of FPM node | 20090720 |
Method GET_CHILD_NODE on class IF_FPM_ELEMENT has no exception.
Method GET_CHILD_NODES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHILD_NODES | Value transfer | Type reference (TYPE) | IF_FPM_NODE=>TY_T_FPM_CHILD_NODE | Names and references of FPM nodes | 20090720 |
Method GET_CHILD_NODES on class IF_FPM_ELEMENT has no exception.
Method GET_INDEX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INDEX | Value transfer | Type reference (TYPE) | I | Element index | 20090720 |
Method GET_INDEX on class IF_FPM_ELEMENT has no exception.
Method GET_NODE 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_FPM_NODE | Interface for FPM nodes | 20090720 |
Method GET_NODE on class IF_FPM_ELEMENT has no exception.
Method GET_REF_WD_CONTEXT_ELEMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | WD_CONTEXT_ELEMENT | Value transfer | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Interface for Node Element | 20091010 |
Method GET_REF_WD_CONTEXT_ELEMENT on class IF_FPM_ELEMENT has no exception.
Method IS_CHANGED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_CHANGED | Value transfer | Type reference (TYPE) | ABAP_BOOL | Indicator: FPM node is changed | 20090720 |
Method IS_CHANGED on class IF_FPM_ELEMENT has no exception.
Method IS_CHANGED_SINCE_LAST_SYNC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_CHANGED_SINCE_LAST_SYNC | Value transfer | Type reference (TYPE) | ABAP_BOOL | Indicator: FPM element was changed since last sync. | 20100618 |
Method IS_CHANGED_SINCE_LAST_SYNC on class IF_FPM_ELEMENT has no exception.
Method RESET_CHANGED Signature
Method RESET_CHANGED on class IF_FPM_ELEMENT has no parameter.
Method RESET_CHANGED on class IF_FPM_ELEMENT has no exception.
Method SET_ATTRIBUTE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NAME | Call by reference | Type reference (TYPE) | STRING | Attribute name | 20090720 | |||
| 2 | VALUE | Call by reference | Type reference (TYPE) | DATA | Attribute value | 20090720 |
Method SET_ATTRIBUTE on class IF_FPM_ELEMENT has no exception.
Method SET_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ATTRIBUTES | Call by reference | Type reference (TYPE) | DATA | Attribute values | 20090720 | |||
| 2 | ATTRIBUTE_NAMES_CHANGED | Call by reference | Type reference (TYPE) | STRING_HASHED_TABLE | Table of Hashed Strings | 20140610 |
Method SET_ATTRIBUTES on class IF_FPM_ELEMENT has no exception.
History
| Last changed by/on | SAP | 20141121 |
| SAP Release Created in |