SAP ABAP Class CL_FPM_FORM_REP_CONFIG_WRITER (Configuration Writer Form Repeater)
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_ADV_FORM_CONFIG_WRITER Configuration Writer for Advanced Form 20111109
Properties
Class CL_FPM_FORM_REP_CONFIG_WRITER  
Short Description Configuration Writer Form Repeater    
Super Class CL_FPM_ADV_FORM_CONFIG_WRITER Configuration Writer for Advanced Form 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package APB_FPM_GUIBB   Generic UI building blocks 
Created 20111109   SAP 
Last change 20141120    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_FPM_FORM_REP_CONFIG_WRITER has no forward declaration.
Interfaces
Class CL_FPM_FORM_REP_CONFIG_WRITER has no interface implemented.
Friends
Class CL_FPM_FORM_REP_CONFIG_WRITER has no friend class.
Attributes
Class CL_FPM_FORM_REP_CONFIG_WRITER has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ADD_GROUPING Instance method Public Method 20111109
2 ADD_SWAP_EVENT Instance method Public Method 20111109
3 ADD_SWAP_UIBB Instance method Public Method 20111109
4 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20111109
5 SET_ATTRIBUTES Instance method Public Method 20120103
Events
Class CL_FPM_FORM_REP_CONFIG_WRITER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_GROUPING Public See coding 20111109 BEGIN OF ty_s_grouping, element_id TYPE fpm_element_id, name TYPE name_komp, index TYPE fpm_index, instance_style TYPE fpm_instance_style, END OF ty_s_grouping
2 TY_S_SWAP_EVENT Public See coding 20111109 BEGIN OF ty_s_swap_event, element_id TYPE fpm_element_id, event_id TYPE fpm_event_id, type TYPE fpm_swap_type, condition TYPE fpm_event_condition, END OF ty_s_swap_event
3 TY_S_SWAP_UIBB Public See coding 20111109 BEGIN OF ty_s_swap_uibb, component TYPE fpm_component_name, interface_view TYPE fpm_window_name, config_id TYPE wdy_config_id, config_type TYPE wdy_config_type, config_var TYPE wdy_config_var, instance_id TYPE fpm_instance_id, END OF ty_s_swap_uibb
4 TY_T_GROUPING Public See coding 20111109 ty_t_grouping TYPE STANDARD TABLE OF ty_s_grouping
5 TY_T_SWAP_EVENT Public See coding 20111109 ty_t_swap_event TYPE STANDARD TABLE OF ty_s_swap_event
Method Signatures

Method ADD_GROUPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_GROUPING Call by reference Type reference (TYPE) TY_T_GROUPING 20111109

Method ADD_GROUPING on class CL_FPM_FORM_REP_CONFIG_WRITER has no exception.

Method ADD_SWAP_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_SWAP_EVENT Call by reference Type reference (TYPE) TY_T_SWAP_EVENT 20111109

Method ADD_SWAP_EVENT on class CL_FPM_FORM_REP_CONFIG_WRITER has no exception.

Method ADD_SWAP_UIBB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_SWAP_UIBB Call by reference Type reference (TYPE) TY_S_SWAP_UIBB 20111109

Method ADD_SWAP_UIBB on class CL_FPM_FORM_REP_CONFIG_WRITER has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_APPL_WRITER Call by reference Object reference (TYPE REF TO) IF_WD_CONFIG_APPL_MODIFIER Write Interface for Application Configuration 20111109
2 Importing IR_COMP_READER Call by reference Object reference (TYPE REF TO) IF_WD_CONFIG_COMP_READER Read Interface for the Component Configuration 20111109
3 Importing IR_COMP_WRITER Call by reference Object reference (TYPE REF TO) IF_WD_CONFIG_COMP_MODIFIER Write Interface for the Component Configuration 20111109
4 Importing IR_CONFIG_TOOL_COMP Call by reference Object reference (TYPE REF TO) IF_WD_CONFIG_TOOL_COMP API Configuration Component 20111109
5 Importing IV_CONFIGURATION_ID Call by reference Type reference (TYPE) WDY_CONFIG_ID Configuration Identification 20111109
6 Importing IV_CONFIG_TYPE Call by reference Type reference (TYPE) WDY_CONFIG_TYPE Type of Web Dynpro Configuration 20111109
7 Importing IV_CREATE Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20111109
# Exception Resumable Description Created on
1 CX_FPM_FLOORPLAN Floorplan exceptions 20111109

Method SET_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACCESSIBILITY_DESCRIPTION Call by reference Type reference (TYPE) FPM_ACCESSIBILITY_DESCR Accessibility Description 20120103
2 Importing IV_ARIA_LANDMARK Call by reference Type reference (TYPE) FPM_ARIA_LANDMARK Aria Landmark 20131105
3 Importing IV_CHECK_MANDATORY Call by reference Type reference (TYPE) FPMGB_CHECK_MANDATORY Indicator: Check Mandatory Fields on Screen 20120103
4 Importing IV_CTXT_MENU_ID Call by reference Type reference (TYPE) FPM_CTXT_MENU_ID Context Menu ID 20120103
5 Importing IV_DROP_TARGET_ID Call by reference Type reference (TYPE) FPM_DROP_TARGET_ID Drop Target ID 20120103
6 Importing IV_FEEDER Call by reference Type reference (TYPE) FPMGB_FEEDER_CLASS Feeder Class Name 20120103
7 Importing IV_FORM_SEPARATOR Call by reference Type reference (TYPE) FPM_SEPARATOR Separator 20120103
8 Importing IV_INSTANCE_STYLE Call by reference Type reference (TYPE) FPM_INSTANCE_STYLE UI Element Style 20140710
9 Importing IV_LAYOUT_TYPE Call by reference Type reference (TYPE) FPMGB_LAYOUT_TYPE_GL2 Layout Type for Form GL2 20120103
10 Importing IV_MINIMUM_FORM_COLUMN_WIDTH Call by reference Type reference (TYPE) FPM_MINIMUM_COLUMN_WIDTH Minimum Column Width 20140717
11 Importing IV_NO_DATA_TEXT Call by reference Type reference (TYPE) FPM_NO_DATA_TEXT Alternative display Text if No Data is Available 20120103
12 Importing IV_NO_ON_ENTER_AFTER_F4 Call by reference Type reference (TYPE) FPMGB_NO_ON_ENTER_AFTER_F4 No Automatic Event on After Closing of DDIC F4 Help Event 20120103
13 Importing IV_SHOW_NO_DATA_DEFAULT_TEXT Call by reference Type reference (TYPE) FPM_SHOW_NO_DATA_DEFAULT_TEXT Indicator: Display default text if no data is available 20120109
14 Importing IV_VISIBLE_ROW_COUNT Call by reference Type reference (TYPE) FPMGB_ROW_COUNT Visible Row Count 20120220
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20120103
2 CX_WD_PERSONALIZATION Personalization Error 20120103
History
Last changed by/on SAP  20141120 
SAP Release Created in 732