SAP ABAP Class CL_FPM_GUIBB_ASSIST (GUIBB Assistence Base Class)
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
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 20090310
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_FPM_ATTR_FILTER_UIBB_ASSIST Assistance Class for Attribute Filter UIBB 20140512
2 Inheritance (c INHERITING FROM c_ref)  CL_FPM_BICS_GRID_UIBB_ASSIST Assistance Class for FPM_BICS_GRID_RUIBB 20130422
3 Inheritance (c INHERITING FROM c_ref)  CL_FPM_CAROUSEL_UIBB_ASSIST Assistance Class for FPM_CAROUSEL_UIBB 20140113
4 Inheritance (c INHERITING FROM c_ref)  CL_FPM_CHART_UIBB_ASSIST Assistance Class for FPM_CHART_UIBB 20130109
5 Inheritance (c INHERITING FROM c_ref)  CL_FPM_FORM_UIBB_ASSIST_BASE Basis Assistance Class for all Forms 20110614
6 Inheritance (c INHERITING FROM c_ref)  CL_FPM_GUIBB_BASE_ASSIST Base assistance class for lists and trees 20090811
7 Inheritance (c INHERITING FROM c_ref)  CL_FPM_LIST_UIBB_ASSIST_ATS Assistance Class of the FPM_LIST_UIBB ATS Component 20101013
8 Inheritance (c INHERITING FROM c_ref)  CL_FPM_SEARCH_UIBB_ASSIST FPM_SEARCH_UIBB 20090703
9 Inheritance (c INHERITING FROM c_ref)  CL_FPM_VISBIZ_UIBB_ASSIST Assistance Class for FPM_VISBIZ_UIBB 20130305
Properties
Class CL_FPM_GUIBB_ASSIST  
Short Description GUIBB Assistence Base Class    
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_GUIBB   Generic UI building blocks 
Created 20090310   SAP 
Last change 20141120    
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 CL_WD_TRANSPARENT_CONTAINER Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 IF_FPM_CONSTANTS Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
4 IF_FPM_DYNAMIC_ACTION_MENU Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_FPM_GUIBB_ASSIST has no interface implemented.
Friends
Class CL_FPM_GUIBB_ASSIST has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MC_DTAEC_PREFIX Constant Protected Type reference (TYPE) STRING 'DTAEC_' 20111104
2 MC_NAME Constant Protected Type reference (TYPE) STRING 'NAME' 20090915
3 MO_COMPONENT Instance attribute Protected Object reference (TYPE REF TO) IF_WD_COMPONENT Web Dynpro: Component 20100729
4 MO_FPM Instance attribute Public Object reference (TYPE REF TO) CL_FPM CL_FPM 20101116
5 MO_RENDER Instance attribute Protected Object reference (TYPE REF TO) IF_FPM_GUIBB_RENDER GUIBB Rendering 20100903
6 MO_TABLE_READER Instance attribute Protected Object reference (TYPE REF TO) IF_WD_PERS_TABLE_READER Reads the configuration data as a table 20121124
7 MO_TRANSACTION_HANDLER Instance attribute Public Object reference (TYPE REF TO) IF_FPM_TRANSACTION Provides save methods 20110311
8 MO_UIBB_API Instance attribute Protected Object reference (TYPE REF TO) IF_FPM_UIBB_API Api for UIBBs 20090310
9 MO_WORK_PROTECTION_HANDLER Instance attribute Public Object reference (TYPE REF TO) IF_FPM_WORK_PROTECTION Interface for accessing FPM functionality 20110906
10 MS_CONFIG_KEY Instance attribute Public Type reference (TYPE) WDY_CONFIG_KEY Key Components of Configuration Tables 20090310
11 MT_ACTIONDEF Instance attribute Public Type reference (TYPE) FPMGB_T_ACTIONDEF Action Definition 20090310
12 MT_ACTION_USAGE Instance attribute Protected Type reference (TYPE) FPMGB_T_ACTIONUSAGE Action usage 20090310
13 MT_CHANGELOG Instance attribute Protected Type reference (TYPE) FPMGB_T_CHANGELOG Field Changelog 20110225
14 MT_SPECIAL_GROUP Instance attribute Protected Type reference (TYPE) FPMGB_T_SPECIAL_GROUPS Special Groups for GUIBB Field Grouping 20101115
15 MV_ACTION_CHANGED Instance attribute Protected Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20090312
16 MV_COMPONENT_NAME Instance attribute Public Type reference (TYPE) WDY_COMPONENT_NAME Web Dynpro: Component Name 20090310
17 MV_DESIGNTIME_MODE Instance attribute Protected Type reference (TYPE) WDY_BOOLEAN Supplement for True Boolean Type: 'X' == True '' == False 20100708
18 MV_EDIT_MODE Instance attribute Public Type reference (TYPE) FPM_EDIT_MODE Edit Mode of UIBBs in OVP Floorplan 20101026
19 MV_EVENT_FAILED Instance attribute Protected Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20120718
20 MV_INSTANCE_ID Instance attribute Protected Type reference (TYPE) FPM_INSTANCE_ID Instance ID of a UIBB 20100902
21 MV_INTERFACE_VIEW Instance attribute Protected Type reference (TYPE) FPM_VIEW_NAME Web Dynpro: Name of a Web Dynpro View 20090318
22 MV_IS_ACCESSIBLE Instance attribute Protected Type reference (TYPE) ABAP_BOOL 20131023
23 MV_IS_MULTI_INSTANTIABLE Instance attribute Public Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20101116
24 MV_NO_ON_ENTER_AFTER_F4 Instance attribute Protected Type reference (TYPE) FPMGB_NO_ON_ENTER_AFTER_F4 No automatic on event after closing DDIC F4 help 20110228
Methods
# Method Level Visibility Method type Description Created on
1 ADD_CONTEXT_NODES Instance method Private Method 20140512
2 CALL_ERROR_PAGE Instance method Public Method 20090701
3 CHECK_OWN_EVENT Instance method Protected Method Checks if event was raised by own UI 20090312
4 CHIP_DO_EXIT Instance method Public Method CHIP: Clean up 20101108
5 CHIP_DO_INIT Instance method Public Method CHIP: Initialization 20101108
6 CLEAN_UP_FIELD_DESCRIPTION Instance method Protected Method remove unnecessary entries from field description table 20090915
7 CLOSE_OVERLAYMODE Instance method Public Method 20100716
8 CREATE_EVENT Instance method Protected Method Creates and prepares a GUIBB event 20100831
9 CREATE_NAVIGATION_EVENT Instance method Protected Method Creates and prepares a navigation event 20101207
10 DECODE_PARAMETERS Static method Public Method Decode parameters from XML string 20100513
11 DETERMINE_ACTION_USAGE Instance method Protected Method Create action usage table 20090312
12 DISPATCH_BEFORE_ACTION Instance method Public Method Dispatch Before Action 20140221
13 ENCODE_PARAMETERS Static method Public Method Encode parameters to XML string 20100513
14 FILL_DTA_NODE Instance method Public Method 20100716
15 FPM_INITIALIZE Instance method Public Method FPM multi instantiation initialization 20101116
16 GET_ACC_MODE_INFOS Instance method Protected Method Get information for accessibility mode 20131106
17 GET_EDIT_MODE Instance method Protected Method Returns the current edit mode state 20100830
18 GET_ENHANCEMENT_ACCESS Instance method Public Method Get Enhancement API 20101220
19 GET_EVENT_CONTEXT_ELEMENT Instance method Public Method Returns the context element for a WD event 20110530
20 GET_FEEDER_INSTANCE Instance method Protected Method Returns the feeder instance 20101108
21 GET_FIELD_NAME_FOR_WD_EVENT Instance method Protected Method Provides the relevant field name of a WD element 20140109
22 GET_FOCUS_VIEW_ELEMENT_ID Instance method Public Method Get ID of the view element that should get the focus 20121026
23 GET_FPM_EVENT_ID Instance method Protected Method Get the FPM event ID from WD event 20101001
24 GET_INSTANCE_ID Instance method Protected Method Returns the instance id 20100729
25 GET_MENU_BY_CONTROL_ID Instance method Protected Method 20120321
26 GET_MIN_MAX_ACTION_NAME Instance method Protected Method Get the name of the WD action that is used for Min/ Max 20140221
27 GET_MIN_MAX_BUTTON_DETAILS Instance method Public Method Get button details of Minimize/ Maximize button 20140219
28 GET_QUICKVIEWS Instance method Public Method 20120223
29 GET_QUICKVIEWS_EXT Instance method Public Method Get Quickviews for external use 20140116
30 GET_QUICKVIEW_ASSIGNMENTS_EXT Instance method Public Method Get assignment of Quickviews to feeder fields for ext. use 20140116
31 GET_RECORD_FOR_WD_EVENT Instance method Protected Method Retrieve data record (structure) for a WD event 20140109
32 GET_STANDARD_ACTIONS Instance method Protected Method Defines the GUIBB standard Actions 20100219
33 GET_UNADAPTED_CONFIG_KEY Instance method Protected Method 20111220
34 GOTO_CONFIG Instance method Public Method 20100716
35 HANDLE_OVS_PHASE_3 Instance method Protected Method 20110225
36 HANDLE_UIBB_API_PBO Instance method Protected Method UIBB PBO: Modify Exposable Actions 20090310
37 INITIALIZE_UIBB_API Instance method Protected Method Initialize UIBB API: Set Exposable Actions 20090310
38 ON_HIDE Instance method Public Method To be called onHide 20120120
39 OPEN_QUICKVIEW Instance method Public Method 20140109
40 PREPARE_QUICKVIEW_NAVIGATION Instance method Public Method 20120223
41 PROCESS_DYNAMIC_QV_EVENT Instance method Protected Method 20121011
42 RAT_TRACE Instance method Protected Method Runtime Analysis Tool: Trace of Single Value Items 20120801
43 RAT_TRACE_FEEDER Instance method Protected Method 20120911
44 RAT_TRACE_SUBKEY Instance method Protected Method Runtime Analysis Tool: Trace of Entry with Subkey 20120816
45 READ_APP_PARAMETER Instance method Protected Method Reads application parameter (as string) 20101110
46 READ_CONFIGURATION Instance method Protected Method 20140512
47 READ_ELEMENT Instance method Private Method 20140512
48 RELOCATE_QUICKVIEW Instance method Protected Method 20120223
49 REPLACE_ROOT_CONT_FOR_STYLE Instance method Protected Method Replace root container for instance styling 20140623
50 REPLACE_ROOT_CONT_IN_ACC_MODE Instance method Protected Method Replace root container for aria landmark in accessib. mode 20131104
51 RESET_DYNAMIC_AND_CONFIG_DATA Instance method Protected Method Reset dynamic context, config. context, int. config. data 20131113
52 RETRIEVE_ELEMENT_ATTRIBUTES Instance method Protected Method Proviedes attribute values for a context element 20130903
53 SET_EVENT_PARAMETERS Instance method Protected Method Sets the event parameters 20100831
54 SET_EVENT_SOURCE Instance method Protected Method Sets the identifier 20100831
55 SET_INTERFACE_VIEW Instance method Public Method Initial Call 20090318
56 SUPPORTS_TRANSACTION_HANDLING Instance method Public Method 20110311
57 SUPPORTS_WORK_PROTECTION Instance method Public Method 20110906
58 SWITCH_TO_OVERLAYMODE Instance method Public Method 20100716
Events
Class CL_FPM_GUIBB_ASSIST has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_CONTEXT_NODE Private See coding 20140512 BEGIN OF ty_s_context_node, name TYPE string, parent TYPE string, multiple TYPE wdy_boolean, END OF ty_s_context_node
2 TY_S_DTA_DATA Protected See coding 20100716 begin of TY_S_DTA_DATA, view_element_id type string, design type WDUI_DTEDESIGN, tb_id type string, layer TYPE i, end of TY_S_DTA_DATA
3 TY_S_META_DATA Private See coding 20100513 BEGIN OF ty_s_meta_data, component TYPE abap_componentdescr-name, type TYPE abap_typename, END OF ty_s_meta_data
4 TY_T_CONTEXT_NODE Private See coding 20140512 ty_t_context_node TYPE STANDARD TABLE OF ty_s_context_node WITH KEY name
5 TY_T_META_DATA Private See coding 20100513 ty_t_meta_data TYPE STANDARD TABLE OF ty_s_meta_data WITH NON-UNIQUE DEFAULT KEY
Method Signatures

Method ADD_CONTEXT_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_NODE Call by reference Type reference (TYPE) TY_T_CONTEXT_NODE 20140512
2 Importing IO_RTTI Call by reference Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR Runtime Type Services 20140512
3 Importing IV_PARENT_ID Call by reference Type reference (TYPE) STRING 20140512

Method ADD_CONTEXT_NODES on class CL_FPM_GUIBB_ASSIST has no exception.

Method CALL_ERROR_PAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_EXCEPTION_OBJ Call by reference Object reference (TYPE REF TO) CX_ROOT Abstract Superclass for All Global Exceptions 20110419
2 Importing IS_BAPIRET2 Call by reference Type reference (TYPE) BAPIRET2 Return Parameter 20110419
3 Importing IS_MESSAGE Call by reference Type reference (TYPE) FPMGB_S_T100_MESSAGE FPMGB T100 messages 20090701
4 Importing IV_ADDITIONAL_INFO Call by reference Type reference (TYPE) DOKU_OBJ Documentation Object 20090701
5 Importing IV_ERROR_ID Call by reference Type reference (TYPE) STRING 20090701
6 Importing IV_OTR_ALIAS Call by reference Type reference (TYPE) SOTR_ALIAS Unique Alias Name for OTR Concept 20110419
7 Importing IV_OTR_KEY Call by reference Type reference (TYPE) SOTR_CONC Key for Logical Object in the OTR 20110419
8 Importing IV_TECHNICAL_EXCEPTION Call by reference Type reference (TYPE) FPM_TEXT FPM: Text for the Explanation Control 20090701

Method CALL_ERROR_PAGE on class CL_FPM_GUIBB_ASSIST has no exception.

Method CHECK_OWN_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT CL_FPM_EVENT 20090312
2 Returning RV_OWN_EVENT Value transfer Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20090312

Method CHECK_OWN_EVENT on class CL_FPM_GUIBB_ASSIST has no exception.

Method CHIP_DO_EXIT Signature

Method CHIP_DO_EXIT on class CL_FPM_GUIBB_ASSIST has no parameter.
Method CHIP_DO_EXIT on class CL_FPM_GUIBB_ASSIST has no exception.

Method CHIP_DO_INIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CHIP_API Call by reference Object reference (TYPE REF TO) IF_CHIP_API CHIP API 20101108

Method CHIP_DO_INIT on class CL_FPM_GUIBB_ASSIST has no exception.

Method CLEAN_UP_FIELD_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_FIELD_DESCRIPTION Call by reference Type reference (TYPE) STANDARD TABLE 20090915
2 Importing IT_NECESSARY_FIELDS Call by reference Type reference (TYPE) ANY TABLE Table of components 20090915
3 Importing IV_NAME_QUALIFIER Call by reference Type reference (TYPE) STRING MC_NAME 20090915

Method CLEAN_UP_FIELD_DESCRIPTION on class CL_FPM_GUIBB_ASSIST has no exception.

Method CLOSE_OVERLAYMODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW Web Dynpro: API of a View 20100716

Method CLOSE_OVERLAYMODE on class CL_FPM_GUIBB_ASSIST has no exception.

Method CREATE_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_WD_EVENT Call by reference Object reference (TYPE REF TO) CL_WD_CUSTOM_EVENT Application-Defined Event 20100831
2 Importing IV_ACTION_TYPE Call by reference Type reference (TYPE) FPM_ACTION_TYPE IF_FPM_CONSTANTS=>GC_ACTION_TYPE-STANDARD Type of FPM Event Action 20110120
3 Importing IV_IS_ROW_ACTION Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20101117
4 Returning RO_FPM_EVENT Value transfer Object reference (TYPE REF TO) CL_FPM_EVENT CL_FPM_EVENT 20100831

Method CREATE_EVENT on class CL_FPM_GUIBB_ASSIST has no exception.

Method CREATE_NAVIGATION_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_WD_EVENT Call by reference Object reference (TYPE REF TO) CL_WD_CUSTOM_EVENT Application-Defined Event 20101207
2 Returning RO_FPM_EVENT Value transfer Object reference (TYPE REF TO) CL_FPM_EVENT CL_FPM_EVENT 20101207

Method CREATE_NAVIGATION_EVENT on class CL_FPM_GUIBB_ASSIST has no exception.

Method DECODE_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_XML Call by reference Type reference (TYPE) STRING Encoded parameters 20100513
2 Returning RT_PARAMETER Value transfer Type reference (TYPE) FPM_T_PARAMETER_VALUE Decoded parameters 20100513

Method DECODE_PARAMETERS on class CL_FPM_GUIBB_ASSIST has no exception.

Method DETERMINE_ACTION_USAGE Signature

Method DETERMINE_ACTION_USAGE on class CL_FPM_GUIBB_ASSIST has no parameter.
Method DETERMINE_ACTION_USAGE on class CL_FPM_GUIBB_ASSIST has no exception.

Method DISPATCH_BEFORE_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_VIEW_CONTROLLER Call by reference Object reference (TYPE REF TO) IF_WD_VIEW_CONTROLLER Web Dynpro: View Controller 20140221

Method DISPATCH_BEFORE_ACTION on class CL_FPM_GUIBB_ASSIST has no exception.

Method ENCODE_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_XML Value transfer Type reference (TYPE) STRING Encoded parameters 20100513
2 Importing IT_PARAMETER Call by reference Type reference (TYPE) FPM_T_PARAMETER_VALUE Decoded parameters 20100513

Method ENCODE_PARAMETERS on class CL_FPM_GUIBB_ASSIST has no exception.

Method FILL_DTA_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20100716
2 Importing IO_VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW Web Dynpro: API of a View 20101124

Method FILL_DTA_NODE on class CL_FPM_GUIBB_ASSIST has no exception.

Method FPM_INITIALIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_FPM Call by reference Object reference (TYPE REF TO) IF_FPM Interface for accessing FPM functionality 20101116

Method FPM_INITIALIZE on class CL_FPM_GUIBB_ASSIST has no exception.

Method GET_ACC_MODE_INFOS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ACC_DESCRIPTION Call by reference Type reference (TYPE) FPM_ACCESSIBILITY_DESCR Accessibility Description 20131106
2 Exporting EV_ARIA_LANDMARK Call by reference Type reference (TYPE) FPM_ARIA_LANDMARK Aria Landmark 20131106
3 Importing IO_CONTEXT_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20131106

Method GET_ACC_MODE_INFOS on class CL_FPM_GUIBB_ASSIST has no exception.

Method GET_EDIT_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_EDIT_MODE Value transfer Type reference (TYPE) FPM_EDIT_MODE FPM: Edit Mode 20100830

Method GET_EDIT_MODE on class CL_FPM_GUIBB_ASSIST has no exception.

Method GET_ENHANCEMENT_ACCESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_ENHANCEMENT_ACCESS Value transfer Object reference (TYPE REF TO) IF_FPM_FEEDER_ENH_BO_ACCESS 20101220

Method GET_ENHANCEMENT_ACCESS on class CL_FPM_GUIBB_ASSIST has no exception.

Method GET_EVENT_CONTEXT_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_WD_EVENT Call by reference Object reference (TYPE REF TO) CL_WD_CUSTOM_EVENT Application-Defined Event 20110530
2 Returning RO_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20110530

Method GET_EVENT_CONTEXT_ELEMENT on class CL_FPM_GUIBB_ASSIST has no exception.

Method GET_FEEDER_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_FEEDER Value transfer Object reference (TYPE REF TO) IF_FPM_GUIBB Generic UI Building Block 20101108

Method GET_FEEDER_INSTANCE on class CL_FPM_GUIBB_ASSIST has no exception.

Method GET_FIELD_NAME_FOR_WD_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_WD_EVENT Call by reference Object reference (TYPE REF TO) CL_WD_CUSTOM_EVENT Application-Defined Event 20140109
2 Returning RV_FIELD_NAME Value transfer Type reference (TYPE) NAME_KOMP Component name 20140109

Method GET_FIELD_NAME_FOR_WD_EVENT on class CL_FPM_GUIBB_ASSIST has no exception.

Method GET_FOCUS_VIEW_ELEMENT_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW Web Dynpro: API of a View 20121026
2 Importing IO_WD_EVENT Call by reference Object reference (TYPE REF TO) CL_WD_CUSTOM_EVENT Application-Defined Event 20121026
3 Importing IV_EVENT_PARAMETER_NAME Call by reference Type reference (TYPE) STRING 'ID' Name of the relevant WD event parameter 20121026
4 Returning RV_VIEW_ELEMENT_ID Value transfer Type reference (TYPE) STRING Id of view element that should get the focus 20121026

Method GET_FOCUS_VIEW_ELEMENT_ID on class CL_FPM_GUIBB_ASSIST has no exception.

Method GET_FPM_EVENT_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_WD_EVENT Call by reference Object reference (TYPE REF TO) CL_WD_CUSTOM_EVENT Application-Defined Event 20101001
2 Returning RV_FPM_EVENT_ID Value transfer Type reference (TYPE) FPM_EVENT_ID ID of the FPM Event 20101001

Method GET_FPM_EVENT_ID on class CL_FPM_GUIBB_ASSIST has no exception.

Method GET_INSTANCE_ID Signature

Method GET_INSTANCE_ID on class CL_FPM_GUIBB_ASSIST has no parameter.
Method GET_INSTANCE_ID on class CL_FPM_GUIBB_ASSIST has no exception.

Method GET_MENU_BY_CONTROL_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONTROL_ID Call by reference Type reference (TYPE) STRING 20120321
2 Returning RS_MENU Value transfer Type reference (TYPE) IF_FPM_DYNAMIC_ACTION_MENU=>YS_MENU 20120321

Method GET_MENU_BY_CONTROL_ID on class CL_FPM_GUIBB_ASSIST has no exception.

Method GET_MIN_MAX_ACTION_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_ACTION_NAME Value transfer Type reference (TYPE) STRING Name of the WD action for Minimize/ Maximize 20140221

Method GET_MIN_MAX_ACTION_NAME on class CL_FPM_GUIBB_ASSIST has no exception.

Method GET_MIN_MAX_BUTTON_DETAILS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ACTION_TYPE Call by reference Type reference (TYPE) FPM_ACTION_TYPE Action Type 20140219
2 Exporting EV_EVENT_ID Call by reference Type reference (TYPE) FPM_EVENT_ID ID of the FPM Event 20140219
3 Exporting EV_IMAGE Call by reference Type reference (TYPE) FPM_IMAGE Image Source 20140219
4 Exporting EV_VISIBILITY Call by reference Type reference (TYPE) FPM_VISIBILITY FPM: Defines the Visibility of UI Elements 20140219

Method GET_MIN_MAX_BUTTON_DETAILS on class CL_FPM_GUIBB_ASSIST has no exception.

Method GET_QUICKVIEWS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT CL_FPM_EVENT 20121015
2 Returning RT_UIBB Value transfer Type reference (TYPE) FPM_T_UIBB_KEY Table type of UIBB keys 20120223

Method GET_QUICKVIEWS on class CL_FPM_GUIBB_ASSIST has no exception.

Method GET_QUICKVIEWS_EXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_QUICKVIEW_INFO_EXTERNAL Value transfer Type reference (TYPE) FPM_T_QUICKVIEW_INFO_EXTERNAL External Quickview Information 20140116

Method GET_QUICKVIEWS_EXT on class CL_FPM_GUIBB_ASSIST has no exception.

Method GET_QUICKVIEW_ASSIGNMENTS_EXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_QUICKVIEW_ASSIGNMENT Value transfer Type reference (TYPE) FPM_T_QUICKVIEW_ASSIGNMENT Assignment of Quickview to Feeder Field 20140116

Method GET_QUICKVIEW_ASSIGNMENTS_EXT on class CL_FPM_GUIBB_ASSIST has no exception.

Method GET_RECORD_FOR_WD_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_WD_EVENT Call by reference Object reference (TYPE REF TO) CL_WD_CUSTOM_EVENT Application-Defined Event 20140109
2 Returning RR_RECORD Value transfer Object reference (TYPE REF TO) DATA 20140109

Method GET_RECORD_FOR_WD_EVENT on class CL_FPM_GUIBB_ASSIST has no exception.

Method GET_STANDARD_ACTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_STANDARD_ACTION Call by reference Type reference (TYPE) FPM_T_ACTIONDEF Action Definition 20100219

Method GET_STANDARD_ACTIONS on class CL_FPM_GUIBB_ASSIST has no exception.

Method GET_UNADAPTED_CONFIG_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CONFIG_KEY Call by reference Type reference (TYPE) WDY_CONFIG_KEY Key Components of Configuration Tables 20111220
2 Returning RS_CONFIG_KEY Value transfer Type reference (TYPE) WDY_CONFIG_KEY Key Components of Configuration Tables 20111220

Method GET_UNADAPTED_CONFIG_KEY on class CL_FPM_GUIBB_ASSIST has no exception.

Method GOTO_CONFIG 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 20100716
2 Importing IS_UIBB Call by reference Type reference (TYPE) FPM_S_UIBB_INSTANCE_KEY UIBB Instance Key 20111104
3 Importing IV_CONTAINER_ID Call by reference Type reference (TYPE) STRING 20111104

Method GOTO_CONFIG on class CL_FPM_GUIBB_ASSIST has no exception.

Method HANDLE_OVS_PHASE_3 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_FPM_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT CL_FPM_EVENT 20110225
2 Importing IO_OVS Call by reference Object reference (TYPE REF TO) IF_FPM_GUIBB_OVS Interface providing callback methods for using OVS with POWL 20110228
3 Importing IO_OVS_CALLBACK_OBJECT Call by reference Object reference (TYPE REF TO) IF_WD_OVS 20110225
4 Importing IV_FIELD_NAME Call by reference Type reference (TYPE) NAME_KOMP Component name 20110225
5 Importing IV_WD_CONTEXT_ATTR_NAME Call by reference Type reference (TYPE) STRING 20110228

Method HANDLE_OVS_PHASE_3 on class CL_FPM_GUIBB_ASSIST has no exception.

Method HANDLE_UIBB_API_PBO Signature

Method HANDLE_UIBB_API_PBO on class CL_FPM_GUIBB_ASSIST has no parameter.
Method HANDLE_UIBB_API_PBO on class CL_FPM_GUIBB_ASSIST has no exception.

Method INITIALIZE_UIBB_API Signature

Method INITIALIZE_UIBB_API on class CL_FPM_GUIBB_ASSIST has no parameter.
Method INITIALIZE_UIBB_API on class CL_FPM_GUIBB_ASSIST has no exception.

Method ON_HIDE Signature

Method ON_HIDE on class CL_FPM_GUIBB_ASSIST has no parameter.
Method ON_HIDE on class CL_FPM_GUIBB_ASSIST has no exception.

Method OPEN_QUICKVIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_VIEW_CONTROLLER Call by reference Object reference (TYPE REF TO) IF_WD_VIEW_CONTROLLER Web Dynpro: View Controller 20140109
2 Importing IO_WD_EVENT Call by reference Object reference (TYPE REF TO) CL_WD_CUSTOM_EVENT Application-Defined Event 20140109

Method OPEN_QUICKVIEW on class CL_FPM_GUIBB_ASSIST has no exception.

Method PREPARE_QUICKVIEW_NAVIGATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_VIEW_CONTROLLER Call by reference Object reference (TYPE REF TO) IF_WD_VIEW_CONTROLLER Web Dynpro: View Controller 20120223

Method PREPARE_QUICKVIEW_NAVIGATION on class CL_FPM_GUIBB_ASSIST has no exception.

Method PROCESS_DYNAMIC_QV_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT CL_FPM_EVENT 20121011

Method PROCESS_DYNAMIC_QV_EVENT on class CL_FPM_GUIBB_ASSIST has no exception.

Method RAT_TRACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DATA Call by reference Type reference (TYPE) ANY 20120801
2 Importing IV_KEY Call by reference Type reference (TYPE) STRING 20120801

Method RAT_TRACE on class CL_FPM_GUIBB_ASSIST has no exception.

Method RAT_TRACE_FEEDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_PARAMETER_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20120911
2 Importing IT_PARAMETER Call by reference Type reference (TYPE) FPM_T_PARAMETER Parameter 20121120
3 Importing IV_CLASSNAME Call by reference Type reference (TYPE) SEOCLSNAME Object Type Name 20120911

Method RAT_TRACE_FEEDER on class CL_FPM_GUIBB_ASSIST has no exception.

Method RAT_TRACE_SUBKEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DATA Call by reference Type reference (TYPE) ANY 20120816
2 Importing IV_KEY Call by reference Type reference (TYPE) STRING 20120816
3 Importing IV_SUBKEY Call by reference Type reference (TYPE) STRING 20120816

Method RAT_TRACE_SUBKEY on class CL_FPM_GUIBB_ASSIST has no exception.

Method READ_APP_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NAME Call by reference Type reference (TYPE) STRING 20101110
2 Returning RV_VALUE Value transfer Type reference (TYPE) STRING 20101110

Method READ_APP_PARAMETER on class CL_FPM_GUIBB_ASSIST has no exception.

Method READ_CONFIGURATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_CONFIG Call by reference Type reference (TYPE) DATA 20140512
2 Importing IO_READER Call by reference Object reference (TYPE REF TO) IF_WD_PERS_TABLE_READER Reads the configuration data as a table 20140512
3 Importing IV_ROOT_NODE_NAME Call by reference Type reference (TYPE) STRING 20140513

Method READ_CONFIGURATION on class CL_FPM_GUIBB_ASSIST has no exception.

Method READ_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_DATA Call by reference Type reference (TYPE) DATA 20140512
2 Importing IO_READER Call by reference Object reference (TYPE REF TO) IF_WD_PERS_TABLE_READER Reads the configuration data as a table 20140512
3 Importing IT_NODE Call by reference Type reference (TYPE) TY_T_CONTEXT_NODE 20140512
4 Importing IV_INDEX Call by reference Type reference (TYPE) I 1 20140512
5 Importing IV_NODE_ID Call by reference Type reference (TYPE) STRING 20140512
6 Importing IV_NODE_NAME Call by reference Type reference (TYPE) STRING 20140512

Method READ_ELEMENT on class CL_FPM_GUIBB_ASSIST has no exception.

Method RELOCATE_QUICKVIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_VIEW_CONTROLLER Call by reference Object reference (TYPE REF TO) IF_WD_VIEW_CONTROLLER Web Dynpro: View Controller 20120223
2 Importing IO_WD_EVENT Call by reference Object reference (TYPE REF TO) CL_WD_CUSTOM_EVENT Application-Defined Event 20120223

Method RELOCATE_QUICKVIEW on class CL_FPM_GUIBB_ASSIST has no exception.

Method REPLACE_ROOT_CONT_FOR_STYLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW Web Dynpro: API of a View 20140623
2 Importing IV_REBUILD_VIEW Call by reference Type reference (TYPE) ABAP_BOOL Indicator: View is rebuilt 20140624

Method REPLACE_ROOT_CONT_FOR_STYLE on class CL_FPM_GUIBB_ASSIST has no exception.

Method REPLACE_ROOT_CONT_IN_ACC_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTEXT_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20131106
2 Importing IO_VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW Web Dynpro: API of a View 20131104
3 Importing IV_REBUILD_VIEW Call by reference Type reference (TYPE) ABAP_BOOL Indicator: View is rebuilt 20140624

Method REPLACE_ROOT_CONT_IN_ACC_MODE on class CL_FPM_GUIBB_ASSIST has no exception.

Method RESET_DYNAMIC_AND_CONFIG_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONFIGURATION_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Configuration context node 20131113
2 Importing IO_DYNAMIC_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Dynamic context node 20131113
3 Importing IR_CONFIGURATION_DATA Call by reference Object reference (TYPE REF TO) DATA Configuration data (nested structure) 20131113

Method RESET_DYNAMIC_AND_CONFIG_DATA on class CL_FPM_GUIBB_ASSIST has no exception.

Method RETRIEVE_ELEMENT_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_DATA Call by reference Type reference (TYPE) DATA 20130903
2 Importing IO_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20130903
3 Importing IT_REQUESTED Call by reference Type reference (TYPE) STRING_TABLE Table of Strings 20130903

Method RETRIEVE_ELEMENT_ATTRIBUTES on class CL_FPM_GUIBB_ASSIST has no exception.

Method SET_EVENT_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_FPM_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT CL_FPM_EVENT 20100831
2 Importing IO_WD_EVENT Call by reference Object reference (TYPE REF TO) CL_WD_CUSTOM_EVENT Application-Defined Event 20100831
3 Importing IV_IS_ROW_ACTION Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20101117

Method SET_EVENT_PARAMETERS on class CL_FPM_GUIBB_ASSIST has no exception.

Method SET_EVENT_SOURCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT CL_FPM_EVENT 20100831

Method SET_EVENT_SOURCE on class CL_FPM_GUIBB_ASSIST has no exception.

Method SET_INTERFACE_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_INTERFACE_VIEW Call by reference Type reference (TYPE) FPM_VIEW_NAME Web Dynpro: Name of a Web Dynpro View 20090318

Method SET_INTERFACE_VIEW on class CL_FPM_GUIBB_ASSIST has no exception.

Method SUPPORTS_TRANSACTION_HANDLING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_VALUE Value transfer Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20110311

Method SUPPORTS_TRANSACTION_HANDLING on class CL_FPM_GUIBB_ASSIST has no exception.

Method SUPPORTS_WORK_PROTECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_VALUE Value transfer Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20110906

Method SUPPORTS_WORK_PROTECTION on class CL_FPM_GUIBB_ASSIST has no exception.

Method SWITCH_TO_OVERLAYMODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW Web Dynpro: API of a View 20100716

Method SWITCH_TO_OVERLAYMODE on class CL_FPM_GUIBB_ASSIST has no exception.
History
Last changed by/on SAP  20141120 
SAP Release Created in 720