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 GT_ADDED_CATEGORY Static Attribute Private Type reference (TYPE) TY_T_MSG_CATEGORY 20090914
2 GT_ORIG_CATEGORY Static Attribute Private Type reference (TYPE) TY_T_MSG_CATEGORY 20090914
3 GV_ACTION Static Attribute Private Type reference (TYPE) STRING 20090914
4 MO_FPM Static Attribute Private Object reference (TYPE REF TO) IF_FPM Interface for accessing FPM functionality 20090914
5 MO_MESSAGE_MANAGER 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 ADD_MESSAGE_CATEGORY Instance method Private Method Add a message mapping to the table 20090914
2 CONSTRUCTOR Instance method Public Constructor 20090914
3 DISPATCH_PROCESS Instance method Public Method Transfer the process event method from component to class 20090914
4 UPDATE_MESSAGE_CATEGORY Instance method Private Method Add a message mapping to the table 20090914
5 VALIDATE_MSG_CATEGORY 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 Importing IO_COMPONENT Call by reference Object reference (TYPE REF TO) IF_WD_COMPONENT Web Dynpro: Component 20090914
2 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT CL_FPM_EVENT 20091009
3 Changing 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 Changing CO_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20090914
2 Exporting EV_NEED_CONFIRMATION Call by reference Type reference (TYPE) BOOLE_D Result of processing of a specific FPM event 20090914
3 Importing IO_COMPONENT Call by reference Object reference (TYPE REF TO) IF_WD_COMPONENT Web Dynpro: Component 20090914
4 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT CL_FPM_EVENT 20090914
5 Importing 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 Importing IO_COMPONENT Call by reference Object reference (TYPE REF TO) IF_WD_COMPONENT Web Dynpro: Component 20090914
2 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT CL_FPM_EVENT 20091009
3 Changing 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 Exporting EV_ENTRY_VALID Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20090914
2 Importing IO_COMPONENT Call by reference Object reference (TYPE REF TO) IF_WD_COMPONENT Web Dynpro: Component 20090914
3 Importing 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