SAP ABAP Class CL_FPM_MSG_CATEGORY_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 | 20090914 |
Properties
| Class | CL_FPM_MSG_CATEGORY_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 | 20090914 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_FPM_MSG_CATEGORY_ASSIST has no forward declaration.
Interfaces
Class CL_FPM_MSG_CATEGORY_ASSIST has no interface implemented.
Friends
Class CL_FPM_MSG_CATEGORY_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_MSG_CATEGORY | 20090914 | ||||
| 2 | Static Attribute | Private | Type reference (TYPE) | TY_T_MSG_CATEGORY | 20090914 | ||||
| 3 | Static Attribute | Private | Type reference (TYPE) | STRING | 20090914 | ||||
| 4 | Static Attribute | Private | Object reference (TYPE REF TO) | IF_FPM | Interface for accessing FPM functionality | 20090914 | |||
| 5 | Static Attribute | Private | Object reference (TYPE REF TO) | IF_FPM_MESSAGE_MANAGER | FPM message manager public use | 20090914 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Add a message mapping to the table | 20090914 | |
| 2 | Instance method | Public | Constructor | 20090914 | ||
| 3 | Instance method | Public | Method | Transfer the process event method from component to class | 20090914 | |
| 4 | Instance method | Private | Method | Add a message mapping to the table | 20090914 | |
| 5 | Instance method | Private | Method | Add a message mapping to the table | 20090914 |
Events
Class CL_FPM_MSG_CATEGORY_ASSIST has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_MSG_CATEGORY | Private | See coding | 20090914 | BEGIN OF ty_s_msg_category,
mandt type fpm_vmsgcategory-mandt,
namespace type fpm_vmsgcategory-namespace,
msg_category type fpm_vmsgcategory-msg_category,
msg_category_nam type fpm_vmsgcategory-msg_category_nam,
END OF ty_s_msg_category
|
||
| 2 | TY_T_MSGCATEG | Private | See coding | 20091005 | ty_t_msgcateg TYPE STANDARD TABLE OF fpm_msgcategory WITH DEFAULT KEY
|
||
| 3 | TY_T_MSGCATEGT | Private | See coding | 20091005 | ty_t_msgcategt TYPE STANDARD TABLE OF fpm_categoryt WITH DEFAULT KEY
|
||
| 4 | TY_T_MSG_CATEGORY | Private | See coding | 20090914 | ty_t_msg_category TYPE STANDARD TABLE OF ty_s_msg_category WITH DEFAULT KEY
|
Method Signatures
Method ADD_MESSAGE_CATEGORY 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 | 20090914 | |||
| 2 | IO_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_FPM_EVENT | CL_FPM_EVENT | 20091009 | |||
| 3 | IV_MSG_CATEGORY | Call by reference | Type reference (TYPE) | TY_S_MSG_CATEGORY | MessageMapper | 20090914 |
Method ADD_MESSAGE_CATEGORY on class CL_FPM_MSG_CATEGORY_ASSIST has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_FPM_MSG_CATEGORY_ASSIST has no parameter.
Method CONSTRUCTOR on class CL_FPM_MSG_CATEGORY_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 | 20090914 | |||
| 2 | EV_NEED_CONFIRMATION | Call by reference | Type reference (TYPE) | BOOLE_D | Result of processing of a specific FPM event | 20090914 | |||
| 3 | IO_COMPONENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_COMPONENT | Web Dynpro: Component | 20090914 | |||
| 4 | IO_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_FPM_EVENT | CL_FPM_EVENT | 20090914 | |||
| 5 | IT_INTERFACE_VIEWS | Call by reference | Type reference (TYPE) | STRING_TABLE | Table of Strings | 20090914 |
Method DISPATCH_PROCESS on class CL_FPM_MSG_CATEGORY_ASSIST has no exception.
Method UPDATE_MESSAGE_CATEGORY 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 | 20090914 | |||
| 2 | IO_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_FPM_EVENT | CL_FPM_EVENT | 20091009 | |||
| 3 | IV_MSG_CATEGORY | Call by reference | Type reference (TYPE) | TY_S_MSG_CATEGORY | MessageMapper | 20090914 |
Method UPDATE_MESSAGE_CATEGORY on class CL_FPM_MSG_CATEGORY_ASSIST has no exception.
Method VALIDATE_MSG_CATEGORY 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 (=' ') | 20090914 | |||
| 2 | IO_COMPONENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_COMPONENT | Web Dynpro: Component | 20090914 | |||
| 3 | IV_MSG_CATEGORY | Call by reference | Type reference (TYPE) | TY_S_MSG_CATEGORY | MessageMapper | 20090914 |
Method VALIDATE_MSG_CATEGORY on class CL_FPM_MSG_CATEGORY_ASSIST has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 730 |