SAP ABAP Class CL_FPM_MAP_MESSAGE_ASSIST ( FPM_CFG_MAP_MESSAGE)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
⤷
APB_FPM_CONF (Package) FPM: Configuration Editor
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_WD_COMPONENT_ASSISTANCE | Basis for a Web Dynpro assistance class | 20090909 |
Properties
| Class | CL_FPM_MAP_MESSAGE_ASSIST | |
| Short Description | FPM_CFG_MAP_MESSAGE | |
| Super Class | CL_WD_COMPONENT_ASSISTANCE | Basis for a Web Dynpro assistance class |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | APB_FPM_CONF | FPM: Configuration Editor |
| Created | 20090909 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_FPM_MAP_MESSAGE_ASSIST has no forward declaration.
Interfaces
Class CL_FPM_MAP_MESSAGE_ASSIST has no interface implemented.
Friends
Class CL_FPM_MAP_MESSAGE_ASSIST has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | TY_T_MAP_MESSAGE | 20090909 | ||||
| 2 | Static Attribute | Private | Type reference (TYPE) | TY_T_MAP_MESSAGE | 20090914 | ||||
| 3 | Static Attribute | Private | Type reference (TYPE) | STRING | 20090910 | ||||
| 4 | Static Attribute | Private | Object reference (TYPE REF TO) | IF_FPM | Interface for accessing FPM functionality | 20090909 | |||
| 5 | Static Attribute | Private | Object reference (TYPE REF TO) | IF_FPM_MESSAGE_MANAGER | FPM message manager public use | 20090909 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Add a message mapping to the table | 20090909 | |
| 2 | Instance method | Public | Constructor | 20090909 | ||
| 3 | Instance method | Public | Method | Transfer the process event method from component to class | 20090909 | |
| 4 | Instance method | Private | Method | Add a message mapping to the table | 20090910 | |
| 5 | Instance method | Private | Method | Add a message mapping to the table | 20090909 |
Events
Class CL_FPM_MAP_MESSAGE_ASSIST has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_MAP_MESSAGE | Private | See coding | 20090909 | BEGIN OF ty_s_map_message,
mandt type fpm_t_msg_mapper-mandt,
namespace type fpm_t_msg_mapper-namespace,
msg_context type fpm_t_msg_mapper-msg_context,
msg_category type fpm_t_msg_mapper-msg_category,
msgid type fpm_t_msg_mapper-msgid,
msgno type fpm_t_msg_mapper-msgno,
msgty type fpm_t_msg_mapper-msgty,
alt_msgid type fpm_t_msg_mapper-alt_msgid,
alt_msgno type fpm_t_msg_mapper-alt_msgno,
alt_msg type fpm_t_msg_mapper-alt_msg,
alt_msgty type fpm_t_msg_mapper-alt_msgty,
hide_msg type fpm_t_msg_mapper-hide_msg,
final type fpm_t_msg_mapper-final,
END OF ty_s_map_message
|
||
| 2 | TY_T_MAP_MESSAGE | Private | See coding | 20090909 | ty_t_map_message TYPE STANDARD TABLE OF FPM_T_MSG_MAPPER WITH DEFAULT KEY
|
||
| 3 | TY_T_MSG_CATEGORY | Private | See coding | 20090923 | ty_t_msg_category TYPE STANDARD TABLE OF FPM_MSGCATEGORY WITH DEFAULT KEY
|
Method Signatures
Method ADD_MESSAGE_MAPPING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_COMPONENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_COMPONENT | Web Dynpro: Component | 20090910 | |||
| 2 | IO_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_FPM_EVENT | CL_FPM_EVENT | 20091008 | |||
| 3 | IV_ADDED_MESSAGE | Call by reference | Type reference (TYPE) | TY_S_MAP_MESSAGE | MessageMapper | 20090909 |
Method ADD_MESSAGE_MAPPING on class CL_FPM_MAP_MESSAGE_ASSIST has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_FPM_MAP_MESSAGE_ASSIST has no parameter.
Method CONSTRUCTOR on class CL_FPM_MAP_MESSAGE_ASSIST has no exception.
Method DISPATCH_PROCESS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20090909 | |||
| 2 | EV_NEED_CONFIRMATION | Call by reference | Type reference (TYPE) | BOOLE_D | Result of processing of a specific FPM event | 20090909 | |||
| 3 | IO_COMPONENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_COMPONENT | Web Dynpro: Component | 20090909 | |||
| 4 | IO_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_FPM_EVENT | CL_FPM_EVENT | 20090909 | |||
| 5 | IT_INTERFACE_VIEWS | Call by reference | Type reference (TYPE) | STRING_TABLE | Table of Strings | 20090909 |
Method DISPATCH_PROCESS on class CL_FPM_MAP_MESSAGE_ASSIST has no exception.
Method UPDATE_MESSAGE_MAPPING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_COMPONENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_COMPONENT | Web Dynpro: Component | 20090910 | |||
| 2 | IO_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_FPM_EVENT | CL_FPM_EVENT | 20091009 | |||
| 3 | IV_UPDATE_MESSAGE | Call by reference | Type reference (TYPE) | TY_S_MAP_MESSAGE | MessageMapper | 20090910 |
Method UPDATE_MESSAGE_MAPPING on class CL_FPM_MAP_MESSAGE_ASSIST has no exception.
Method VALIDATE_MAPPING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_ENTRY_VALID | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20090909 | |||
| 2 | IO_COMPONENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_COMPONENT | Web Dynpro: Component | 20090909 | |||
| 3 | IV_ADDED_MESSAGE | Call by reference | Type reference (TYPE) | TY_S_MAP_MESSAGE | MessageMapper | 20090909 |
Method VALIDATE_MAPPING on class CL_FPM_MAP_MESSAGE_ASSIST has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 730 |