SAP ABAP Class CL_FPM_HCT_DELTA (Super Class for defining the display of delta elements)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
⤷
APB_FPM_HCT (Package) Harmonized Configuration Tool
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_FPM_HCT_GUIBB_DELTA | Delta Handler for GUIBBs | 20120327 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_FPM_HCT_IDR_DELTA | Delta Handler for IDR | 20120327 |
| 3 | Inheritance (c INHERITING FROM c_ref) | CL_FPM_HCT_UCW_DELTA | Delta Handler for UIBB Chip Wrapper | 20120328 |
| 4 | Inheritance (c INHERITING FROM c_ref) | CL_FPM_HCT_UIBB_COLLCTN_DELTA | Delta Handler for UIBB collection | 20120327 |
| 5 | Inheritance (c INHERITING FROM c_ref) | CL_FPM_HCT_WIRE_MODEL_DELTA | Delta Handler for Wire Model | 20120327 |
Properties
| Class | CL_FPM_HCT_DELTA | |
| Short Description | Super Class for defining the display of delta elements | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | APB_FPM_HCT | Harmonized Configuration Tool |
| Created | 20120227 | SAP |
| Last change | 20130531 | 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) |
Interfaces
Class CL_FPM_HCT_DELTA has no interface implemented.
Friends
Class CL_FPM_HCT_DELTA has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_FPM_HCT_DELTA | Super Class for defining the display of delta elements | 20120316 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Checks whether the attribute is a text | 20120405 | |
| 2 | Instance method | Public | Method | Find relations from non-referred nodes to hierarchy | 20120227 | |
| 3 | Instance method | Public | Method | Properties are stored within an XML-String | 20120417 | |
| 4 | Instance method | Public | Method | Determines whether the delta element can be reversed | 20120227 | |
| 5 | Instance method | Public | Method | Delta element is part of the General Settings | 20120227 |
Events
Class CL_FPM_HCT_DELTA has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_REF_NODES | Public | See coding | 20120316 | BEGIN OF ty_s_ref_nodes,
node_name TYPE string,
key_attr TYPE string,
END OF ty_s_ref_nodes
|
||
| 2 | TY_S_RELATED_NODES | Public | See coding | 20120316 | BEGIN OF ty_s_related_nodes,
node_name TYPE string,
key_attr TYPE string,
ref_nodes TYPE ty_t_ref_nodes,
END OF ty_s_related_nodes
|
||
| 3 | TY_T_REF_NODES | Public | See coding | 20120316 | ty_t_ref_nodes TYPE STANDARD TABLE OF ty_s_ref_nodes WITH DEFAULT KEY
|
||
| 4 | TY_T_RELATED_NODES | Public | See coding | 20120316 | ty_t_related_nodes TYPE STANDARD TABLE OF ty_s_related_nodes WITH DEFAULT KEY
|
Method Signatures
Method CHECK_ATTRIBUTE_IS_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Interface for Node Element | 20120405 | |||
| 2 | IV_ATTR_NAME | Call by reference | Type reference (TYPE) | STRING | 20120405 | ||||
| 3 | RV_IS_TEXT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20120405 |
Method CHECK_ATTRIBUTE_IS_TEXT on class CL_FPM_HCT_DELTA has no exception.
Method GET_RELATED_NODES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_RELATED_NODES | Value transfer | Type reference (TYPE) | TY_T_RELATED_NODES | 20120316 |
Method GET_RELATED_NODES on class CL_FPM_HCT_DELTA has no exception.
Method IS_COMPRESSED_ATTRIBUTE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ATTR_NAME | Call by reference | Type reference (TYPE) | STRING | 20120417 | ||||
| 2 | IV_NODE_NAME | Call by reference | Type reference (TYPE) | STRING | 20120417 | ||||
| 3 | RV_IS_COMPRESSED_ATTRIBUTE | Value transfer | Type reference (TYPE) | ABAP_BOOL | Boolean Variable (X=True, -=False, Space=Unknown) | 20120424 |
Method IS_COMPRESSED_ATTRIBUTE on class CL_FPM_HCT_DELTA has no exception.
Method IS_DELTA_REVERSIBLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Interface for Node Element | 20120405 | |||
| 2 | IV_ATTR_NAME | Call by reference | Type reference (TYPE) | STRING | Table of Strings | 20120227 | |||
| 3 | IV_NODE_NAME | Call by reference | Type reference (TYPE) | STRING | Web Dynpro: Interface for Context Nodes | 20120227 | |||
| 4 | RV_IS_REVERSIBLE | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20120424 |
Method IS_DELTA_REVERSIBLE on class CL_FPM_HCT_DELTA has no exception.
Method IS_GENERAL_SETTING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ATTR_NAME | Call by reference | Type reference (TYPE) | STRING | 20120227 | ||||
| 2 | IV_NODE_NAME | Call by reference | Type reference (TYPE) | STRING | 20120227 | ||||
| 3 | RV_GEN_SETTING | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20120227 |
Method IS_GENERAL_SETTING on class CL_FPM_HCT_DELTA has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 732 |