SAP ABAP Class CL_FPM_NAVIGATE_TO (Set of navigation targets)
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 - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_NAVIGATE_TO | Navigate to targets | 20080108 |
Properties
| Class | CL_FPM_NAVIGATE_TO | |
| Short Description | Set of navigation targets | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | APB_FPM_CORE | Floorplan Manager (Framework) |
| Created | 20080108 | 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 interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FPM_NAVIGATE_TO | Navigate to targets | 20080108 |
Friends
Class CL_FPM_NAVIGATE_TO has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | STRING | 'NAVIGATION' | Subkey for navigation | 20080108 | ||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_FPM | CL_FPM | 20101117 | |||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_APB_LAUNCHPAD_LAUNCH_API | Launch an application | 20080108 | |||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_FPM_SUBSCRIPTION | Subscription services | 20080108 | |||
| 5 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_WD_COMPONENT | Web Dynpro: Component | 20081209 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | 20081209 | ||
| 2 | Instance method | Private | Method | 20080108 | ||
| 3 | Instance method | Public | Constructor | CONSTRUCTOR | 20080108 |
Events
Class CL_FPM_NAVIGATE_TO has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_CTX_NAVIGATION | Public | See coding | Definition of context to parameter mapping | 20080108 | begin of s_ctx_navigation,
id type fpm_s_navigation_key,
targets type t_ctx_target,
end of s_ctx_navigation
|
|
| 2 | S_CTX_PARAMETER | Public | See coding | Definition of context to parameter mapping | 20080108 | begin of s_ctx_parameter,
parameter type string,
attribute_path type string,
FIX_VALUE type string,
end of s_ctx_parameter
|
|
| 3 | S_CTX_TARGET | Public | See coding | Definition of context to parameter mapping | 20080108 | begin of s_ctx_target,
key type string,
alias type string,
parameter type t_ctx_parameter,
end of s_ctx_target
|
|
| 4 | T_CTX_NAVIGATION | Public | See coding | Definition of context to parameter mapping | 20080108 | t_ctx_navigation type standard table of s_ctx_navigation with default key
|
|
| 5 | T_CTX_PARAMETER | Public | See coding | Definition of context to parameter mapping | 20080108 | t_ctx_parameter type standard table of s_ctx_parameter with default key
|
|
| 6 | T_CTX_TARGET | Public | See coding | Definition of context to parameter mapping | 20080108 | t_ctx_target type standard table of s_ctx_target with default key
|
Method Signatures
Method ADD_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_MESSAGES | Call by reference | Type reference (TYPE) | FPM_T_T100_MESSAGES | Messages exported to be dispalyed in popup | 20081209 | |||
| 2 | EV_ERROR | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20081209 | |||
| 3 | ID_MSGID | Call by reference | Type reference (TYPE) | MSGID | 'APB_FPM_CORE' | Message Identification | 20081209 | ||
| 4 | ID_MSGNO | Call by reference | Type reference (TYPE) | MSGNO | System Message Number | 20081209 | |||
| 5 | ID_PARAMETER_1 | Call by reference | Type reference (TYPE) | SYMSGV | Message variable 01 | 20081209 | |||
| 6 | ID_PARAMETER_2 | Call by reference | Type reference (TYPE) | SYMSGV | Message variable 02 | 20081209 | |||
| 7 | ID_PARAMETER_3 | Call by reference | Type reference (TYPE) | SYMSGV | Message variable 03 | 20081209 | |||
| 8 | ID_PARAMETER_4 | Call by reference | Type reference (TYPE) | SYMSGV | Message variable 04 | 20081209 | |||
| 9 | ID_SEVERITY | Call by reference | Type reference (TYPE) | FPM_MESSAGE_SEVERITY | 'ERR' | Severity of messages reported in FPM | 20081209 |
Method ADD_MESSAGE on class CL_FPM_NAVIGATE_TO has no exception.
Method CAST_MESSAGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGES | Value transfer | Type reference (TYPE) | FPM_T_T100_MESSAGES | Messages exported to be dispalyed in popup | 20080108 | |||
| 2 | IT_MESSAGES | Call by reference | Type reference (TYPE) | APB_LPD_T_BAPIRET1 | Messages | 20080108 |
Method CAST_MESSAGES on class CL_FPM_NAVIGATE_TO has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_FPM | Call by reference | Object reference (TYPE REF TO) | IF_FPM | Interface for accessing FPM functionality | 20101117 | |||
| 2 | IR_APB_LPD_SUSPEND_RESUME | Call by reference | Object reference (TYPE REF TO) | IF_APB_LPD_SUSPEND_RESUME | Suspend and resume functionality | 20080311 | |||
| 3 | IR_WD_COMPONENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_COMPONENT | Web Dynpro: Component | 20080108 | |||
| 4 | IV_INSTANCE | Call by reference | Type reference (TYPE) | APB_LPD_INSTANCE | Instance | 20120710 | |||
| 5 | IV_OBN_USE_USER_SET_OF_ROLES | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20101109 | |||
| 6 | IV_ROLE | Call by reference | Type reference (TYPE) | APB_LPD_ROLE | Role | 20120710 |
Method CONSTRUCTOR on class CL_FPM_NAVIGATE_TO has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 711 |