SAP ABAP Class CL_FPM_MAPPED_MSG_SEARCH (Search the mapped messages)
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 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_GUIBB Generic UI Building Block 20090909
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_GUIBB_SEARCH Generic Search UI Building Block 20090909
Properties
Class CL_FPM_MAPPED_MSG_SEARCH  
Short Description Search the mapped messages    
Super 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_MAPPED_MSG_SEARCH has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_FPM_GUIBB Generic UI Building Block 20090909
2 IF_FPM_GUIBB_SEARCH Generic Search UI Building Block 20090909
Friends
Class CL_FPM_MAPPED_MSG_SEARCH has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_FIELD_CATALOG Instance attribute Private Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR Runtime Type Services 20090909
2 MO_FPM Static Attribute Private Object reference (TYPE REF TO) IF_FPM Interface for accessing FPM functionality 20090911
3 MO_MESSAGE_MANAGER Static Attribute Private Object reference (TYPE REF TO) IF_FPM_MESSAGE_MANAGER FPM message manager public use 20090911
4 MO_NAVIGATION Static Attribute Private Object reference (TYPE REF TO) IF_FPM_NAVIGATION List of Navigationtargets 20090915
Methods
# Method Level Visibility Method type Description Created on
1 GET_MAPPED_MESSAGES Instance method Private Method Fetch the mapped messages 20090909
Events
Class CL_FPM_MAPPED_MSG_SEARCH 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, 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_MAPPED_RESULT Private See coding 20090909 ty_t_mapped_result TYPE STANDARD TABLE OF fpm_t_msg_mapper WITH DEFAULT KEY
3 TY_T_MAP_MESSAGE Private See coding 20090909 ty_t_map_message TYPE STANDARD TABLE OF ty_s_map_message WITH DEFAULT KEY
Method Signatures

Method GET_MAPPED_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MAPPED_RESULT Call by reference Type reference (TYPE) TY_T_MAPPED_RESULT Temp table for Message Mapper 20090909
2 Importing IT_FPM_SEARCH_CRITERIA Call by reference Type reference (TYPE) FPMGB_T_SEARCH_CRITERIA search criteria for GUIBB Search 20100429

Method GET_MAPPED_MESSAGES on class CL_FPM_MAPPED_MSG_SEARCH has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 730