SAP ABAP Class CL_FPM_ADV_FORM_BASE_ASSIST (Base Assistance Class for all GUIBBs based on Advanced Forms)
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_FPM_FORM_UIBB_ASSIST_BASE Basis Assistance Class for all Forms 20111019
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_FPM_FORM_REP_UIBB_ASSIST Assistance class for FPM_FORM_REPEATER_UIBB 20111019
2 Inheritance (c INHERITING FROM c_ref)  CL_FPM_FORM_UIBB_ASSIST_GL2 Assistance Class for FPM_FORM_UIBB_GL2 20111019
Properties
Class CL_FPM_ADV_FORM_BASE_ASSIST  
Short Description Base Assistance Class for all GUIBBs based on Advanced Forms    
Super Class CL_FPM_FORM_UIBB_ASSIST_BASE Basis Assistance Class for all Forms 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package APB_FPM_GUIBB   Generic UI building blocks 
Created 20111019   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_FPM_ADV_FORM_BASE_CFG Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 CL_FPM_ADV_FORM_BASE_DATA_MGR Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
4 CL_FPM_GUIBB_FORM_DATA_MGR_GL2 Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
5 IF_FPM_CONSTANTS Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
6 IF_FPM_GUIBB_ADV_FORM_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_FPM_ADV_FORM_BASE_ASSIST has no interface implemented.
Friends
Class CL_FPM_ADV_FORM_BASE_ASSIST has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_DATA_MANAGER Instance attribute Protected Object reference (TYPE REF TO) CL_FPM_ADV_FORM_BASE_DATA_MGR Base Data Manager Class for all GUIBBs based on Adv. Forms 20111019
2 MO_FIELD_CATALOG Instance attribute Protected Object reference (TYPE REF TO) CL_ABAP_COMPLEXDESCR Runtime Type Services 20111019
3 MR_DATA Instance attribute Protected Object reference (TYPE REF TO) DATA 20111019
4 MS_FEEDER Instance attribute Protected Type reference (TYPE) TY_S_FEEDER Feeder properties 20111019
5 MT_FIELD_USAGE Instance attribute Protected Type reference (TYPE) FPMGB_T_FIELDUSAGE 20111019
6 MT_OVS Instance attribute Protected Type reference (TYPE) TY_T_OVS 20111019
7 MV_CHANGE_LOG_CREATED Instance attribute Protected Type reference (TYPE) ABAP_BOOL 20111019
8 MV_EDIT_MODE_PREVIOUS Instance attribute Protected Type reference (TYPE) FPM_EDIT_MODE Edit Mode 20111019
9 MV_FIELD_USAGE_CHANGED Instance attribute Protected Type reference (TYPE) ABAP_BOOL 20111019
10 MV_FIRST_PBO_PROCESSED Instance attribute Protected Type reference (TYPE) ABAP_BOOL ABAP_FALSE Indicator: First PBO has been processed 20111124
Methods
# Method Level Visibility Method type Description Created on
1 ADJUST_HTML_FIELDS Instance method Protected Method Adjusts HTML- and HTML decorated fields 20121219
2 ADJUST_LABEL_TEXT Instance method Protected Method 20111019
3 ADJUST_PROPERTIES Instance method Protected Method 20111019
4 ADJUST_PROPERTIES_BC Instance method Protected Method 20111019
5 ADJUST_PROPERTIES_BR Instance method Protected Method 20111019
6 ADJUST_PROPERTIES_CT Instance method Protected Method 20111019
7 ADJUST_PROPERTIES_TB Instance method Protected Method 20111118
8 CHECK_MANDATORY Instance method Public Method Determine whether mandatory fields have to be checked 20111019
9 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20111019
10 DETERMINE_FIELD_USAGE Instance method Protected Method 20111019
11 DISPATCH_ACTION Instance method Public Method 20111019
12 DISPATCH_ACTION_MENU_ACTION Instance method Public Method 20111227
13 DISPATCH_AFTER_FAILED_EVENT Instance method Public Method 20111019
14 DISPATCH_CTXT_MENU_ACTION Instance method Public Method 20111026
15 DISPATCH_FLUSH Instance method Public Method 20111019
16 DISPATCH_NEEDS_CONFIRMATION Instance method Public Method 20111019
17 DISPATCH_OVS Instance method Public Method 20111019
18 DISPATCH_PBO Instance method Public Method 20111019
19 DISPATCH_PROCESS_EVENT Instance method Public Method 20111019
20 EXPANDS_WITH_AVAILABLE_SPACE Instance method Public Method Determine whether UIBB expands with available space 20140523
21 GET_CONFIGURED_FIELDS Instance method Public Method Get configured fields with configuration data 20140321
22 GET_FEEDER_MODEL Instance method Public Method Returns feeder model interface (wire model) 20111019
23 INITIALIZE Instance method Public Method Initialize assistance class 20111019
24 INIT_FEEDER Instance method Public Method Initialize feeder 20111019
25 INIT_RENDERER Instance method Protected Method Initialize renderer 20130311
26 ON_DROP Instance method Public Method 20111019
27 PROCESS_CTXT_MENU Instance method Public Method 20111019
28 PROCESS_MESSAGES Instance method Protected Method 20111019
29 RENDER Instance method Public Method 20111019
30 REQUEST_FOCUS_ON_ACTION Instance method Public Method Request focus on action 20120518
31 REQUEST_FOCUS_ON_FIELD Instance method Public Method Request focus on context attribute 20120521
32 SET_ADDITIONAL_EVENT_PARAMS Instance method Protected Method 20120319
33 SET_DATA_RECORD_ON_EVENT Instance method Protected Method Set data record on event 20130211
34 SET_FIELD_NAME_ON_EVENT Instance method Protected Method 20120319
35 SET_WD_INSTANCES Instance method Protected Method Set component and context instance 20111019
Events
Class CL_FPM_ADV_FORM_BASE_ASSIST has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_FEEDER Public See coding 20111019 BEGIN OF ty_s_feeder, name TYPE seoclsname, feeder TYPE REF TO if_fpm_guibb, is_extended TYPE boole_d, is_model TYPE boole_d, is_enhancement_access TYPE boole_d, is_ctxt_menu TYPE boole_d, is_dynamic_action_menu TYPE boole_d, is_quickview_source TYPE boole_d, END OF ty_s_feeder
2 TY_S_OVS Protected See coding 20111019 BEGIN OF ty_s_ovs, field_name TYPE name_komp, ovs_name TYPE seoclsname, ovs_ref TYPE REF TO if_fpm_guibb_ovs, END OF ty_s_ovs
3 TY_T_OVS Protected See coding 20111019 ty_t_ovs TYPE STANDARD TABLE OF ty_s_ovs
Method Signatures

Method ADJUST_HTML_FIELDS 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 20121219
2 Importing IO_VIEW_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20121219

Method ADJUST_HTML_FIELDS on class CL_FPM_ADV_FORM_BASE_ASSIST has no exception.

Method ADJUST_LABEL_TEXT 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 20111019
2 Returning RV_LABEL_TEXTS_CHANGED Value transfer Type reference (TYPE) ABAP_BOOL Indicator: Label texts have been changed 20121026

Method ADJUST_LABEL_TEXT on class CL_FPM_ADV_FORM_BASE_ASSIST has no exception.

Method ADJUST_PROPERTIES 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 20111107
2 Importing IO_VIEW_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20111019

Method ADJUST_PROPERTIES on class CL_FPM_ADV_FORM_BASE_ASSIST has no exception.

Method ADJUST_PROPERTIES_BC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_BC_ENABLED Call by reference Type reference (TYPE) WDY_BOOLEAN Supplement for True Boolean Type: 'X' == True '' == False 20111019
2 Exporting EV_BC_PROPERTIES_CHANGED Call by reference Type reference (TYPE) ABAP_BOOL Indicator: Button choice properties have been changed 20111103
3 Exporting EV_BC_VISIBILITY Call by reference Type reference (TYPE) WDUI_VISIBILITY Web Dynpro: Visibility 20111019
4 Importing IO_BUTTON_CHOICE Call by reference Object reference (TYPE REF TO) CL_WD_BUTTON_CHOICE Web Dynpro: API of a View 20111019
5 Importing IO_TB_BUTTON_CHOICE Call by reference Object reference (TYPE REF TO) CL_WD_TOOLBAR_BTN_CHOICE Perforce change= / 20051117-120623 20111118
6 Importing IO_VIEW_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20111019

Method ADJUST_PROPERTIES_BC on class CL_FPM_ADV_FORM_BASE_ASSIST has no exception.

Method ADJUST_PROPERTIES_BR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_BR_ENABLED Call by reference Type reference (TYPE) WDY_BOOLEAN Supplement for True Boolean Type: 'X' == True '' == False 20111019
2 Exporting EV_BR_PROPERTIES_CHANGED Call by reference Type reference (TYPE) ABAP_BOOL Indicator: Button Row properties have been changed 20111103
3 Exporting EV_BR_VISIBILITY Call by reference Type reference (TYPE) WDUI_VISIBILITY Web Dynpro: Visibility 20111019
4 Importing IO_BUTTON_ROW Call by reference Object reference (TYPE REF TO) CL_WD_BUTTON_ROW Web Dynpro: API of a View 20111019
5 Importing IO_VIEW_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20111019

Method ADJUST_PROPERTIES_BR on class CL_FPM_ADV_FORM_BASE_ASSIST has no exception.

Method ADJUST_PROPERTIES_CT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_CT_ENABLED Call by reference Type reference (TYPE) WDY_BOOLEAN Supplement for True Boolean Type: 'X' == True '' == False 20111128
2 Exporting EV_CT_PROPERTIES_CHANGED Call by reference Type reference (TYPE) ABAP_BOOL Indicator: Properties of the container have been changed 20111128
3 Exporting EV_CT_VISIBILITY Call by reference Type reference (TYPE) WDUI_VISIBILITY Web Dynpro: Visibility 20111128
4 Importing IO_CONTAINER Call by reference Object reference (TYPE REF TO) CL_WD_UIELEMENT_CONTAINER Perforce change= / 20051117-125541 20111019
5 Importing IO_VIEW_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20111019

Method ADJUST_PROPERTIES_CT on class CL_FPM_ADV_FORM_BASE_ASSIST has no exception.

Method ADJUST_PROPERTIES_TB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_TB_ENABLED Call by reference Type reference (TYPE) WDY_BOOLEAN Supplement for True Boolean Type: 'X' == True '' == False 20111118
2 Exporting EV_TB_PROPERTIES_CHANGED Call by reference Type reference (TYPE) ABAP_BOOL Indicator: Toolbar properties have been changed 20111118
3 Exporting EV_TB_VISIBILITY Call by reference Type reference (TYPE) WDUI_VISIBILITY Web Dynpro: Visibility 20111118
4 Importing IO_TOOLBAR Call by reference Object reference (TYPE REF TO) CL_WD_TOOLBAR Perforce change= / 20051117-120623 20111118
5 Importing IO_VIEW_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20111118

Method ADJUST_PROPERTIES_TB on class CL_FPM_ADV_FORM_BASE_ASSIST has no exception.

Method CHECK_MANDATORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_CHECK Value transfer Type reference (TYPE) ABAP_BOOL 20111019

Method CHECK_MANDATORY on class CL_FPM_ADV_FORM_BASE_ASSIST has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COMPONENT_NAME Call by reference Type reference (TYPE) WDY_COMPONENT_NAME Web Dynpro: Component Name 20111019

Method CONSTRUCTOR on class CL_FPM_ADV_FORM_BASE_ASSIST has no exception.

Method DETERMINE_FIELD_USAGE Signature

Method DETERMINE_FIELD_USAGE on class CL_FPM_ADV_FORM_BASE_ASSIST has no parameter.
Method DETERMINE_FIELD_USAGE on class CL_FPM_ADV_FORM_BASE_ASSIST has no exception.

Method DISPATCH_ACTION 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 20111019
2 Importing IO_WD_EVENT Call by reference Object reference (TYPE REF TO) CL_WD_CUSTOM_EVENT Application-Defined Event 20111019
3 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 20111019
4 Importing IV_IS_ROW_ACTION Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Indicator: Action is a row action 20111116

Method DISPATCH_ACTION on class CL_FPM_ADV_FORM_BASE_ASSIST has no exception.

Method DISPATCH_ACTION_MENU_ACTION 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 20111227
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 20111227

Method DISPATCH_ACTION_MENU_ACTION on class CL_FPM_ADV_FORM_BASE_ASSIST has no exception.

Method DISPATCH_AFTER_FAILED_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 20111019
2 Importing IV_REVERT Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20111019

Method DISPATCH_AFTER_FAILED_EVENT on class CL_FPM_ADV_FORM_BASE_ASSIST has no exception.

Method DISPATCH_CTXT_MENU_ACTION 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 20111104
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 20111209

Method DISPATCH_CTXT_MENU_ACTION on class CL_FPM_ADV_FORM_BASE_ASSIST has no exception.

Method DISPATCH_FLUSH Signature

Method DISPATCH_FLUSH on class CL_FPM_ADV_FORM_BASE_ASSIST has no parameter.
Method DISPATCH_FLUSH on class CL_FPM_ADV_FORM_BASE_ASSIST has no exception.

Method DISPATCH_NEEDS_CONFIRMATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_CONF_REQUEST Call by reference Object reference (TYPE REF TO) CL_FPM_CONFIRMATION_REQUEST Requests an end-user confirmation (e.g. data loss warning) 20111019
2 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT CL_FPM_EVENT 20111019

Method DISPATCH_NEEDS_CONFIRMATION on class CL_FPM_ADV_FORM_BASE_ASSIST has no exception.

Method DISPATCH_OVS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_OVS_CALLBACK_OBJECT Call by reference Object reference (TYPE REF TO) IF_WD_OVS 20111019
2 Importing IV_FIELD_NAME Call by reference Type reference (TYPE) NAME_KOMP Component name 20111019

Method DISPATCH_OVS on class CL_FPM_ADV_FORM_BASE_ASSIST has no exception.

Method DISPATCH_PBO 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 20111019

Method DISPATCH_PBO on class CL_FPM_ADV_FORM_BASE_ASSIST has no exception.

Method DISPATCH_PROCESS_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESULT Call by reference Type reference (TYPE) FPM_EVENT_RESULT Result of processing of a specific FPM event 20111019
2 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT CL_FPM_EVENT 20111019

Method DISPATCH_PROCESS_EVENT on class CL_FPM_ADV_FORM_BASE_ASSIST has no exception.

Method EXPANDS_WITH_AVAILABLE_SPACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_IGNORE_SWAP_UIBB_VISIBILITY Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Indicator: Visibility of swap UIBB on page is ignored 20140624
2 Returning RV_IS_EXPANDABLE Value transfer Type reference (TYPE) ABAP_BOOL Indicator: UIBB expands with available space 20140523

Method EXPANDS_WITH_AVAILABLE_SPACE on class CL_FPM_ADV_FORM_BASE_ASSIST has no exception.

Method GET_CONFIGURED_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FIELD Call by reference Type reference (TYPE) IF_FPM_GUIBB_ADV_FORM_TYPES=>TY_T_CONFIGURED_FIELD 20140321
2 Importing IV_NAME Call by reference Type reference (TYPE) NAME_KOMP Component name 20140321

Method GET_CONFIGURED_FIELDS on class CL_FPM_ADV_FORM_BASE_ASSIST has no exception.

Method GET_FEEDER_MODEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_FEEDER_MODEL Value transfer Object reference (TYPE REF TO) IF_FPM_FEEDER_MODEL Feeder Model Interface 20111019

Method GET_FEEDER_MODEL on class CL_FPM_ADV_FORM_BASE_ASSIST has no exception.

Method INITIALIZE 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 20111019
2 Importing IO_CONTEXT_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20111020
3 Importing IV_INTERFACE_VIEW Call by reference Type reference (TYPE) FPM_VIEW_NAME Web Dynpro: Name of a Web Dynpro View 20111019

Method INITIALIZE on class CL_FPM_ADV_FORM_BASE_ASSIST has no exception.

Method INIT_FEEDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_MESSAGE Call by reference Type reference (TYPE) FPMGB_S_T100_MESSAGE FPMGB T100 messages 20111019
2 Exporting EV_ADDITIONAL_ERROR_INFO Call by reference Type reference (TYPE) DOKU_OBJ Documentation Object 20111019
3 Exporting EV_ERROR Call by reference Type reference (TYPE) BOOLE_D Boolean Variable (X=True, -=False, Space=Unknown) 20111019

Method INIT_FEEDER on class CL_FPM_ADV_FORM_BASE_ASSIST has no exception.

Method INIT_RENDERER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_FIELD_DESCRIPTION Call by reference Type reference (TYPE) STANDARD TABLE Field Description 20130311
2 Importing IV_HAS_EXT_FIELD_DESCRIPTION Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Indicator: Extended field description exists 20130311
3 Importing IV_TRANSACTIONAL_MODE Call by reference Type reference (TYPE) FPMGB_TRANSACTIONAL_MODE Transactional Mode 20130710

Method INIT_RENDERER on class CL_FPM_ADV_FORM_BASE_ASSIST has no exception.

Method ON_DROP 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 20111019
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 20111019

Method ON_DROP on class CL_FPM_ADV_FORM_BASE_ASSIST has no exception.

Method PROCESS_CTXT_MENU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_MENU_EVENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_MENU_EVENT 20111019
2 Importing CONTEXT_MENU_MANAGER Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_MENU_MANAGER 20111019
3 Returning MENU Value transfer Object reference (TYPE REF TO) CL_WD_MENU Perforce change= / 20051117-120623 20111019

Method PROCESS_CTXT_MENU on class CL_FPM_ADV_FORM_BASE_ASSIST has no exception.

Method PROCESS_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_MESSAGES Call by reference Type reference (TYPE) FPMGB_T_MESSAGES FPMGB Messages (T100 & Plaintext) 20111019

Method PROCESS_MESSAGES on class CL_FPM_ADV_FORM_BASE_ASSIST has no exception.

Method RENDER 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 20111019
2 Importing IO_VIEW_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20111019
3 Importing IV_ENFORCE_RENDERING Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Indicator: Enforce rendering 20111019
4 Returning RV_VIEW_CHANGED Value transfer Type reference (TYPE) ABAP_BOOL Indicator: Form view was changed 20121026

Method RENDER on class CL_FPM_ADV_FORM_BASE_ASSIST has no exception.

Method REQUEST_FOCUS_ON_ACTION 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 20120518
2 Importing IV_EVENT_ID Call by reference Type reference (TYPE) FPM_EVENT_ID ID of the FPM Event 20120518
3 Importing IV_INDEX Call by reference Type reference (TYPE) I Row index 20120518
4 Returning RV_FOCUS_SET Value transfer Type reference (TYPE) ABAP_BOOL Indicator: Focus has been set 20120518

Method REQUEST_FOCUS_ON_ACTION on class CL_FPM_ADV_FORM_BASE_ASSIST has no exception.

Method REQUEST_FOCUS_ON_FIELD 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 20120521
2 Importing IV_INDEX Call by reference Type reference (TYPE) I Row index 20120521
3 Importing IV_NAME Call by reference Type reference (TYPE) NAME_KOMP Component name 20120521
4 Returning RV_FOCUS_SET Value transfer Type reference (TYPE) ABAP_BOOL Indicator: Focus has been set 20120521

Method REQUEST_FOCUS_ON_FIELD on class CL_FPM_ADV_FORM_BASE_ASSIST has no exception.

Method SET_ADDITIONAL_EVENT_PARAMS 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 20120319
2 Importing IO_WD_EVENT Call by reference Object reference (TYPE REF TO) CL_WD_CUSTOM_EVENT Application-Defined Event 20120319

Method SET_ADDITIONAL_EVENT_PARAMS on class CL_FPM_ADV_FORM_BASE_ASSIST has no exception.

Method SET_DATA_RECORD_ON_EVENT 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 20130211
2 Importing IO_WD_EVENT Call by reference Object reference (TYPE REF TO) CL_WD_CUSTOM_EVENT Application-Defined Event 20130211

Method SET_DATA_RECORD_ON_EVENT on class CL_FPM_ADV_FORM_BASE_ASSIST has no exception.

Method SET_FIELD_NAME_ON_EVENT 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 20120319
2 Importing IO_WD_EVENT Call by reference Object reference (TYPE REF TO) CL_WD_CUSTOM_EVENT Application-Defined Event 20120319

Method SET_FIELD_NAME_ON_EVENT on class CL_FPM_ADV_FORM_BASE_ASSIST has no exception.

Method SET_WD_INSTANCES 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 20111019

Method SET_WD_INSTANCES on class CL_FPM_ADV_FORM_BASE_ASSIST has no exception.
History
Last changed by/on SAP  20141120 
SAP Release Created in 732