SAP ABAP Class CL_FPM_HCT_NAV_OVP (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 | 20091214 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_HCT_NAV_FLRPLAN | Navigation for Floorplans | 20091214 |
Properties
| Class | CL_FPM_HCT_NAV_OVP | |
| 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 | 20091214 | SAP |
| Last change | 20141120 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_FPM_HCT_NAV_OVP has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FPM_HCT_NAV_FLRPLAN | Navigation for Floorplans | 20091214 |
Friends
Class CL_FPM_HCT_NAV_OVP has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Protected | See coding | 20100505 | |||||
| 2 | Constant | Public | See coding | 20100505 | |||||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_WD_WINDOW | Popup window | 20091215 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | TY_CA_LIST | Currently selected content area | 20091214 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | TT_CA_LIST | List of content areas of conf screen | 20110114 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | TT_CA_LIST | List of content areas of dialog box | 20091214 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | TT_CA_LIST | List of content areas of edit page | 20091214 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | TT_CA_LIST | List of content areas of initial screen | 20091214 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | TT_CA_LIST | List of content areas of main page | 20091214 | |||
| 10 | Instance attribute | Private | Type reference (TYPE) | TT_CA_LIST | List of content areas of suboverview page | 20110114 | |||
| 11 | Instance attribute | Private | Type reference (TYPE) | STRING | 20100701 |
Methods
Events
Class CL_FPM_HCT_NAV_OVP has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_CA_LIST | Protected | See coding | 20100505 | tt_ca_list type standard table of ty_ca_list
|
||
| 2 | TY_CA_LIST | Protected | See coding | 20100505 | begin of ty_ca_list,
id type fpm_content_area_id,
title type fpm_content_area_title,
type type fpm_content_area_type,
type_descr type string,
ca_ref type ref to if_wd_context_element,
read_only type abap_bool,
end of ty_ca_list
|
Method Signatures
Method COPY_CA 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 | 20110117 | |||
| 2 | RO_EL_COPIED | Value transfer | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Interface for Node Element | 20110117 |
Method COPY_CA on class CL_FPM_HCT_NAV_OVP has no exception.
Method GET_CA_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 | 20100505 | |||
| 2 | RS_CA_SELECTED | Value transfer | Type reference (TYPE) | TY_CA_LIST | 20100505 |
Method GET_CA_CURRENT on class CL_FPM_HCT_NAV_OVP has no exception.
Method GET_CA_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_CA_CONF | Call by reference | Type reference (TYPE) | TT_CA_LIST | 20110114 | ||||
| 2 | ET_CA_DIAL | Call by reference | Type reference (TYPE) | TT_CA_LIST | 20100505 | ||||
| 3 | ET_CA_EDIT | Call by reference | Type reference (TYPE) | TT_CA_LIST | 20100505 | ||||
| 4 | ET_CA_INIT | Call by reference | Type reference (TYPE) | TT_CA_LIST | 20100505 | ||||
| 5 | ET_CA_MAIN | Call by reference | Type reference (TYPE) | TT_CA_LIST | 20100505 | ||||
| 6 | ET_CA_SUB | Call by reference | Type reference (TYPE) | TT_CA_LIST | 20110114 | ||||
| 7 | IO_ASSIST | Call by reference | Object reference (TYPE REF TO) | CL_FPM_HCT_UI_ASSIST | Assistance class for FPM configuration editor | 20100505 |
Method GET_CA_LIST on class CL_FPM_HCT_NAV_OVP has no exception.
Method GET_CA_PREDECESSOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_CA | Call by reference | Type reference (TYPE) | TY_CA_LIST | 20140402 | ||||
| 2 | RS_CA | Value transfer | Type reference (TYPE) | TY_CA_LIST | 20140402 |
Method GET_CA_PREDECESSOR on class CL_FPM_HCT_NAV_OVP has no exception.
Method GET_CA_SUCCESSOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_CA | Call by reference | Type reference (TYPE) | TY_CA_LIST | 20140402 | ||||
| 2 | RS_CA | Value transfer | Type reference (TYPE) | TY_CA_LIST | 20140402 |
Method GET_CA_SUCCESSOR on class CL_FPM_HCT_NAV_OVP has no exception.
Method IS_CA_FIRST_LAST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_IS_FIRST | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20140402 | ||||
| 2 | EV_IS_LAST | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20140402 | ||||
| 3 | IS_CA | Call by reference | Type reference (TYPE) | TY_CA_LIST | 20140402 |
Method IS_CA_FIRST_LAST on class CL_FPM_HCT_NAV_OVP 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 | 20091214 | |||
| 2 | EV_STATE_CHANGE | Call by reference | Type reference (TYPE) | FPM_FLOORPLAN_STATE | If specified, new floorplan state | 20091214 | |||
| 3 | IO_ASSIST | Call by reference | Object reference (TYPE REF TO) | CL_FPM_HCT_UI_ASSIST | Assistance class for FPM configuration editor | 20100330 | |||
| 4 | IV_ELEMENT_ID | Call by reference | Type reference (TYPE) | STRING | Element ID from event | 20091214 |
Method PROCESS_ON_ACTION_ADD on class CL_FPM_HCT_NAV_OVP 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 | EV_STATE_CHANGE | Call by reference | Type reference (TYPE) | FPM_FLOORPLAN_STATE | If specified, new floorplan state | 20100701 | |||
| 3 | IO_ASSIST | Call by reference | Object reference (TYPE REF TO) | CL_FPM_HCT_UI_ASSIST | Assistance class for FPM configuration editor | 20100701 | |||
| 4 | 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_OVP 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 | 20110117 | |||
| 2 | IO_ASSIST | Call by reference | Object reference (TYPE REF TO) | CL_FPM_HCT_UI_ASSIST | Assistance class for FPM configuration editor | 20110117 |
Method PROCESS_ON_ACTION_COPY on class CL_FPM_HCT_NAV_OVP 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_OVP has no exception.
Method PROCESS_ON_ACTION_ENTER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_EL_SELECTED | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Interface for Node Element | 20110428 | |||
| 2 | IO_ASSIST | Call by reference | Object reference (TYPE REF TO) | CL_FPM_HCT_UI_ASSIST | Assistance class for FPM configuration editor | 20110428 | |||
| 3 | IV_ELEMENT_ID | Call by reference | Type reference (TYPE) | STRING | Element ID from event | 20110428 |
Method PROCESS_ON_ACTION_ENTER on class CL_FPM_HCT_NAV_OVP has no exception.
Method PROCESS_ON_ACTION_MOVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_EL_SELECTED | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | If specified, added element | 20140402 | |||
| 2 | IO_ASSIST | Call by reference | Object reference (TYPE REF TO) | CL_FPM_HCT_UI_ASSIST | Assistance class for FPM configuration editor | 20140402 | |||
| 3 | IV_MOVE_BY_INDEX | Call by reference | Type reference (TYPE) | FPM_INDEX | Sequential Order of FPM UI Elements | 20140402 |
Method PROCESS_ON_ACTION_MOVE on class CL_FPM_HCT_NAV_OVP 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 | 20100120 | |||
| 2 | IO_UI_ASSIST | Call by reference | Object reference (TYPE REF TO) | CL_FPM_HCT_UI_ASSIST | Assistance class for FPM configuration editor | 20100120 | |||
| 3 | IO_VIEW | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW | Web Dynpro: API of a View | 20100120 |
Method SET_LAYOUT on class CL_FPM_HCT_NAV_OVP has no exception.
History
| Last changed by/on | SAP | 20141120 |
| SAP Release Created in | 730 |