SAP ABAP Interface IF_FPM_ELEMENT (Interface for FPM Node Element)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
⤷
APB_FPM_CORE (Package) Floorplan Manager (Framework)
⤷
⤷
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
| Interface | IF_FPM_ELEMENT | |
| Short Description | Interface for FPM Node Element |
General Data
| Package | APB_FPM_CORE | Floorplan Manager (Framework) |
| Created | 20090720 | SAP |
| Last changed | 20141121 | |
| 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) |
| 2 | IF_FPM_NODE | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Interface IF_FPM_ELEMENT has no interface.
Friends
Interface IF_FPM_ELEMENT has no friend.
Attributes
Interface 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
Interface 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 Interface 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 Interface 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 Interface 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 Interface 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 Interface 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 Interface 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 Interface 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 Interface 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 Interface 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 Interface IF_FPM_ELEMENT has no exception.
Method RESET_CHANGED Signature
Method RESET_CHANGED on Interface IF_FPM_ELEMENT has no parameter.
Method RESET_CHANGED on Interface 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 Interface 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 Interface IF_FPM_ELEMENT has no exception.
History
| Last changed by/on | SAP | 20141121 |
| SAP Release Created in | 730 |