SAP ABAP Class CL_FPM_HCT_NAV_TABBED (Navigation for OVP)
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 - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_FPM_HCT_NAVIGATION | Navigation | 20100624 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_HCT_NAV_FLRPLAN | Navigation for Floorplans | 20100624 |
Properties
| Class | CL_FPM_HCT_NAV_TABBED | |
| Short Description | Navigation for OVP | |
| Super Class | CL_FPM_HCT_NAVIGATION | Navigation |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | APB_FPM_HCT | Harmonized Configuration Tool |
| Created | 20100624 | 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) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FPM_HCT_NAV_FLRPLAN | Navigation for Floorplans | 20100624 |
Friends
Class CL_FPM_HCT_NAV_TABBED has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Protected | See coding | 20100624 | |||||
| 2 | Constant | Public | See coding | 20110118 | |||||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Interface for Node Element | 20100624 | |||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_WD_WINDOW | Popup window | 20100624 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | TT_VAR_LIST | 20100624 | ||||
| 6 | Instance attribute | Private | Type reference (TYPE) | STRING | 20100701 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | 20100624 | ||
| 2 | Instance method | Private | Method | 20100624 | ||
| 3 | Instance method | Protected | Method | 20100624 | ||
| 4 | Instance method | Protected | Method | 20100624 | ||
| 5 | Instance method | Private | Method | Process On Action for Add | 20100624 | |
| 6 | Instance method | Private | Method | Process On Action for Delete | 20100701 | |
| 7 | Instance method | Private | Method | Process On Action for Copy | 20100624 | |
| 8 | Instance method | Private | Method | Process On Action for properties | 20100701 | |
| 9 | Instance method | Private | Method | 20100624 |
Events
Class CL_FPM_HCT_NAV_TABBED has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_VAR_LIST | Protected | See coding | 20100624 | tt_var_list type standard table of ty_var_list
|
||
| 2 | TY_VAR_LIST | Protected | See coding | 20100624 | begin of ty_var_list,
id type fpm_variant_id,
name type fpm_variant_name,
read_only type abap_bool,
ref type ref to if_wd_context_element,
end of ty_var_list
|
Method Signatures
Method ADD_VARIANT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_ASSIST | Call by reference | Object reference (TYPE REF TO) | CL_FPM_HCT_UI_ASSIST | Assistance class for FPM configuration editor | 20100624 | |||
| 2 | RO_EL_ADDED | Value transfer | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Interface for Node Element | 20100624 |
Method ADD_VARIANT on class CL_FPM_HCT_NAV_TABBED has no exception.
Method COPY_VARIANT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_ASSIST | Call by reference | Object reference (TYPE REF TO) | CL_FPM_HCT_UI_ASSIST | Assistance class for FPM configuration editor | 20100624 | |||
| 2 | RO_EL_COPIED | Value transfer | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Interface for Node Element | 20100624 |
Method COPY_VARIANT on class CL_FPM_HCT_NAV_TABBED has no exception.
Method GET_ELEMENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_VAR | Call by reference | Type reference (TYPE) | TT_VAR_LIST | 20100624 | ||||
| 2 | IO_ASSIST | Call by reference | Object reference (TYPE REF TO) | CL_FPM_HCT_UI_ASSIST | Assistance class for FPM configuration editor | 20100624 |
Method GET_ELEMENTS on class CL_FPM_HCT_NAV_TABBED has no exception.
Method GET_EL_CURRENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_UI_ASSIST | Call by reference | Object reference (TYPE REF TO) | CL_FPM_HCT_UI_ASSIST | Assistance class for FPM configuration editor | 20100624 | |||
| 2 | RO_EL_CURRENT | Value transfer | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Interface for Node Element | 20100624 |
Method GET_EL_CURRENT on class CL_FPM_HCT_NAV_TABBED has no exception.
Method PROCESS_ON_ACTION_ADD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_EL_ADDED | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | If specified, added element | 20100624 | |||
| 2 | IO_ASSIST | Call by reference | Object reference (TYPE REF TO) | CL_FPM_HCT_UI_ASSIST | Assistance class for FPM configuration editor | 20100624 | |||
| 3 | IV_ELEMENT_ID | Call by reference | Type reference (TYPE) | STRING | Element ID from event | 20100624 |
Method PROCESS_ON_ACTION_ADD on class CL_FPM_HCT_NAV_TABBED has no exception.
Method PROCESS_ON_ACTION_CONFIRM_DEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_EL_DELETED | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | If specified, deleted element | 20100701 | |||
| 2 | IO_ASSIST | Call by reference | Object reference (TYPE REF TO) | CL_FPM_HCT_UI_ASSIST | Assistance class for FPM configuration editor | 20100701 | |||
| 3 | IV_ELEMENT_ID | Call by reference | Type reference (TYPE) | STRING | Element ID from event | 20100701 |
Method PROCESS_ON_ACTION_CONFIRM_DEL on class CL_FPM_HCT_NAV_TABBED has no exception.
Method PROCESS_ON_ACTION_COPY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_EL_ADDED | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | If specified, added element | 20100624 | |||
| 2 | IO_ASSIST | Call by reference | Object reference (TYPE REF TO) | CL_FPM_HCT_UI_ASSIST | Assistance class for FPM configuration editor | 20100624 | |||
| 3 | IV_ELEMENT_ID | Call by reference | Type reference (TYPE) | STRING | Element ID from event | 20100624 |
Method PROCESS_ON_ACTION_COPY on class CL_FPM_HCT_NAV_TABBED has no exception.
Method PROCESS_ON_ACTION_DELETE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_ASSIST | Call by reference | Object reference (TYPE REF TO) | CL_FPM_HCT_UI_ASSIST | Assistance class for FPM configuration editor | 20100701 | |||
| 2 | IO_COMPONENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_COMPONENT | Web Dynpro: Component | 20100701 | |||
| 3 | IO_VIEW_CONTROLLER | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW_CONTROLLER | Web Dynpro: View Controller | 20100701 |
Method PROCESS_ON_ACTION_DELETE on class CL_FPM_HCT_NAV_TABBED has no exception.
Method SET_LAYOUT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20100624 | |||
| 2 | IO_UI_ASSIST | Call by reference | Object reference (TYPE REF TO) | CL_FPM_HCT_UI_ASSIST | Assistance class for FPM configuration editor | 20100624 | |||
| 3 | IO_VIEW | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW | Web Dynpro: API of a View | 20100624 |
Method SET_LAYOUT on class CL_FPM_HCT_NAV_TABBED has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 703 |