SAP ABAP Class CL_FPM_GUIBB_SEARCH_RESULT (handles the optional result table)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
     APB_FPM_GUIBB (Package) Generic UI building blocks
Properties
Class CL_FPM_GUIBB_SEARCH_RESULT  
Short Description handles the optional result table    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package APB_FPM_GUIBB   Generic UI building blocks 
Created 20090113   SAP 
Last change 20131127   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 IF_FPM_GUIBB_SEARCH Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 IF_FPM_GUIBB_SEARCH_CFG_ACC Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_FPM_GUIBB_SEARCH_RESULT has no interface implemented.
Friends
Class CL_FPM_GUIBB_SEARCH_RESULT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MC_TOOLBAR_NODE_NAME Constant Protected Type reference (TYPE) STRING 'TOOLBAR' 20091014
2 MO_CONFIG_ASSIST Instance attribute Protected Object reference (TYPE REF TO) CL_FPM_HCT_GUIBB_ASSIST Assistance class for FPM GUIBB config editor 20101022
3 MO_CONFIG_ROOT Instance attribute Private Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20090115
4 MO_FIELD_CATALOG Instance attribute Public Object reference (TYPE REF TO) CL_ABAP_TABLEDESCR Runtime Type Services 20090113
5 MO_ND_DYNAMIC Instance attribute Private Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20090113
6 MO_ND_RESULT Instance attribute Private Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20090114
7 MS_OPTIONS Instance attribute Private Type reference (TYPE) FPMGB_S_SEARCH_OPTIONS FPM Search UIBB: Contains elements for adjustments 20100121
8 MS_TAGGING Instance attribute Private See coding 20120120
9 MT_ACTIONDEF Instance attribute Protected Type reference (TYPE) FPMGB_T_ACTIONDEF Action Definition 20091014
10 MT_COLUMNS Instance attribute Private Type reference (TYPE) T_COLUMN 20090115
11 MT_DATA Instance attribute Public Object reference (TYPE REF TO) DATA 20090113
12 MT_FIELD_DESCRIPTION Instance attribute Private Type reference (TYPE) FPMGB_T_SEARCHRESULT_DESCR field description of the result table of the Search GUIBB 20090115
13 MV_DESIGN_TIME Instance attribute Private Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20101022
14 MV_SEL_MODE Instance attribute Private Type reference (TYPE) WDUI_TSMODE Web Dynpro: TableSelectionMode 20090117
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20090113
2 CREATE_FEEDER_NODE_SPECIFIC Instance method Public Method 20090114
3 GET_LEAD_SEL Instance method Public Method 20100121
4 GET_SELECTED_COLUMNS Instance method Public Method 20090122
5 GET_SELECTED_LINES Instance method Public Method 20090116
6 INIT_COLUMNS Instance method Private Method 20090115
7 INIT_PBO Instance method Public Method 20120120
8 RENDER Instance method Public Method 20090115
9 RESET Instance method Public Method 20100730
10 SET_CONFIG_ASSIST Instance method Public Method 20101022
11 SET_DESIGN_TIME Instance method Public Method 20101022
12 SET_TAGGING_SLEEP_MODE Instance method Public Method 20120120
13 SHOW_RESULT Instance method Public Method 20090113
Events
Class CL_FPM_GUIBB_SEARCH_RESULT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_COLUMN Private See coding 20090115 BEGIN OF s_column, name TYPE name_komp, header TYPE string, display_type TYPE fpmgb_display_type, tag_active TYPE fpmgb_tag_active, tag TYPE fpm_tag_name, context_element TYPE REF TO if_wd_context_element, width TYPE string, END OF s_column
2 T_COLUMN Private See coding 20090115 t_column TYPE STANDARD TABLE OF s_column WITH DEFAULT KEY
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_FIELD_CATALOG Call by reference Object reference (TYPE REF TO) CL_ABAP_TABLEDESCR Runtime Type Services 20090113
2 Importing IS_OPTIONS Call by reference Type reference (TYPE) FPMGB_S_SEARCH_OPTIONS FPM Search UIBB: Contains elements for adjustments 20100121
3 Importing IT_ACTION_DEF Call by reference Type reference (TYPE) FPMGB_T_ACTIONDEF Action Definition 20091014
4 Importing IT_FIELD_DESCRIPTION Call by reference Type reference (TYPE) FPMGB_T_SEARCHRESULT_DESCR field description of the result table of the Search GUIBB 20090115
5 Importing IV_SEL_MODE Call by reference Type reference (TYPE) WDUI_TSMODE Web Dynpro: TableSelectionMode 20090117

Method CONSTRUCTOR on class CL_FPM_GUIBB_SEARCH_RESULT has no exception.

Method CREATE_FEEDER_NODE_SPECIFIC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONFIG_ROOT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20090115
2 Importing IO_ND_DYNAMIC Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20090114

Method CREATE_FEEDER_NODE_SPECIFIC on class CL_FPM_GUIBB_SEARCH_RESULT has no exception.

Method GET_LEAD_SEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_INDEX Value transfer Type reference (TYPE) I 20100121

Method GET_LEAD_SEL on class CL_FPM_GUIBB_SEARCH_RESULT has no exception.

Method GET_SELECTED_COLUMNS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_COLUMN Value transfer Type reference (TYPE) FPMGB_T_SELECTED_FIELDS Selected(Used) Fields 20110228

Method GET_SELECTED_COLUMNS on class CL_FPM_GUIBB_SEARCH_RESULT has no exception.

Method GET_SELECTED_LINES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_SELECTED_LINE Value transfer Type reference (TYPE) IF_FPM_GUIBB_SEARCH=>T_RESULT 20110228

Method GET_SELECTED_LINES on class CL_FPM_GUIBB_SEARCH_RESULT has no exception.

Method INIT_COLUMNS Signature

Method INIT_COLUMNS on class CL_FPM_GUIBB_SEARCH_RESULT has no parameter.
Method INIT_COLUMNS on class CL_FPM_GUIBB_SEARCH_RESULT has no exception.

Method INIT_PBO Signature

Method INIT_PBO on class CL_FPM_GUIBB_SEARCH_RESULT has no parameter.
Method INIT_PBO on class CL_FPM_GUIBB_SEARCH_RESULT has no exception.

Method RENDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTAINER Call by reference Object reference (TYPE REF TO) CL_WD_UIELEMENT_CONTAINER Perforce change= / 20051117-125541 20090115
2 Importing IV_DESIGN_TIME Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20090213

Method RENDER on class CL_FPM_GUIBB_SEARCH_RESULT has no exception.

Method RESET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_RESULT_TITLE Call by reference Type reference (TYPE) STRING 20120807

Method RESET on class CL_FPM_GUIBB_SEARCH_RESULT has no exception.

Method SET_CONFIG_ASSIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONFIG_ASSIST Call by reference Object reference (TYPE REF TO) CL_FPM_HCT_GUIBB_ASSIST Assistance class for FPM GUIBB config editor 20101022

Method SET_CONFIG_ASSIST on class CL_FPM_GUIBB_SEARCH_RESULT has no exception.

Method SET_DESIGN_TIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DESIGN_TIME Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20101022

Method SET_DESIGN_TIME on class CL_FPM_GUIBB_SEARCH_RESULT has no exception.

Method SET_TAGGING_SLEEP_MODE Signature

Method SET_TAGGING_SLEEP_MODE on class CL_FPM_GUIBB_SEARCH_RESULT has no parameter.
Method SET_TAGGING_SLEEP_MODE on class CL_FPM_GUIBB_SEARCH_RESULT has no exception.

Method SHOW_RESULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_RESULT_TITLE Call by reference Type reference (TYPE) STRING 20100809
2 Importing IV_UPDATE_RESULT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20120807
3 Importing IV_VISIBLE Call by reference Type reference (TYPE) ABAP_BOOL 20110228

Method SHOW_RESULT on class CL_FPM_GUIBB_SEARCH_RESULT has no exception.
History
Last changed by/on SAP  20131127 
SAP Release Created in 720