SAP ABAP Class CL_FPM_HCT_GUIBB_FORM_ASSIST (Assistance class for FPM GUIBB config editor: Form)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
     APB_FPM_HCT (Package) Harmonized Configuration Tool
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_FPM_HCT_GUIBB_ASSIST Assistance class for FPM GUIBB config editor 20090604
Properties
Class CL_FPM_HCT_GUIBB_FORM_ASSIST  
Short Description Assistance class for FPM GUIBB config editor: Form    
Super Class CL_FPM_HCT_GUIBB_ASSIST Assistance class for FPM GUIBB config editor 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package APB_FPM_HCT   Harmonized Configuration Tool 
Created 20090604   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)
Interfaces
Class CL_FPM_HCT_GUIBB_FORM_ASSIST has no interface implemented.
Friends
Class CL_FPM_HCT_GUIBB_FORM_ASSIST has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CV_ACTION_ADD_TOOLBAR Constant Public Type reference (TYPE) STRING 'ADD_TOOLBAR' 20100613
2 CV_ADD_GROUP Constant Public Type reference (TYPE) STRING 'ADD_GROUP' 20090604
3 CV_ADD_MELTEL Constant Public Type reference (TYPE) STRING 'ADD_MELT_GRP_ELEMENT' 20090604
4 CV_ADD_MGROUP Constant Public Type reference (TYPE) STRING 'ADD_MGROUP' 20090604
5 CV_CHOOSE_FIELDS Constant Public Type reference (TYPE) STRING 'CHOOSE_FIELDS' 20090604
6 CV_CHOOSE_MELTEL Constant Public Type reference (TYPE) STRING 'CHOOSE_MELTEL' 20090604
7 CV_DND_LABEL Constant Private Type reference (TYPE) STRING ' Drop Attributes' 20100113
8 CV_DROP_NODE Constant Private Type reference (TYPE) STRING 'HOOK_DROP' 20100113
9 CV_ENTER_ACTION Constant Private Type reference (TYPE) STRING 'ENTER' 20100113
10 CV_RENDER_CLASS Constant Private Type reference (TYPE) SEOCLSNAME 'CL_FPM_GUIBB_FORM_RENDER' Object Type Name 20090604
11 MO_GTYPE Instance attribute Private Type reference (TYPE) FPMGB_GROUP_TYPE Group type 20090604
12 MR_NEW_GRPELEMENT Instance attribute Private Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20090604
13 MT_GTYPE_CHANGED Instance attribute Private Type reference (TYPE) T_GROUP_MODIFIED 20100816
14 MT_ROW_COL_CHANGED Instance attribute Private Type reference (TYPE) T_ELEM_MODIFIED Supplement for True Boolean Type: 'X' == True '' == False 20100716
15 MV_ADDED_ELEMENT Instance attribute Private Type reference (TYPE) BOOLEAN Web Dynpro: Interface for Node Element 20090604
16 MV_INDEX_OLD Instance attribute Private Type reference (TYPE) FPM_INDEX Sequential Order of FPM UI Elements 20090604
17 MV_LOCATION_OLD Instance attribute Private Type reference (TYPE) FPM_LOCATION Index in Layoutbox where UIBB is located 20090604
18 MV_PREVIEW_DROPPED Instance attribute Private Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20110201
19 MV_SCHEMA_INT_DROPPED Instance attribute Private Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20110624
Methods
# Method Level Visibility Method type Description Created on
1 ADD_SUB_COMPONENTS Instance method Private Method 20090604
2 APPLY_DND_REP_ALL Instance method Private Method 20110629
3 CHANGE_BR_ELEM Instance method Private Method 20110615
4 CHANGE_ELEM_TO_MELTEL Instance method Private Method 20110614
5 CHANGE_GROUPELEM_DND Instance method Private Method 20110620
6 CHANGE_MELTEL_TO_ELEM Instance method Private Method 20110610
7 CHANGE_MG_ELEM Instance method Private Method 20110615
8 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20090604
9 CREATE_DROP_ELEMENT Instance method Private Method Sets internally buffered feeder class 20100113
10 FILL_MT_CHANGED_ELEM Instance method Private Method 20100816
11 FILL_MT_CHANGED_GTYPE Instance method Private Method 20100830
12 FILL_MT_CHANGED_ROW_COL Instance method Private Method 20100830
13 FIND_ASSIGNED_GROUP Instance method Private Method 20110628
14 GET_COL_MAX Instance method Private Method Maximum column number 20090604
15 GET_GROUP_ELEMENTS_SORTED Instance method Private Method 20100719
16 GET_GROUP_FIELD_CATALOG Instance method Private Method Catalog of group elements defined by the feeder 20090604
17 GET_GROUP_MEMBERS Instance method Private Method Members of chosen group for browse&collect 20090604
18 GET_MGROUP_MEMBERS Instance method Private Method Members of chosenmelting group for browse&collect 20090604
19 GET_NEXT_ELEMENT_POSITION Instance method Private Method 20090604
20 GET_NODE Instance method Private Method Returns the lower level action node if there is any 20100113
21 MOVE_RIGHT_COL_ELEMENT Instance method Private Method 20110628
22 RECALC_GROUP_ROWS Instance method Private Method 20110627
23 SET_CONFIG_PROPERTIES Instance method Private Method Feeds the config info 20090604
24 SET_DROP_ATTRIBUTES Instance method Private Method Sets internally buffered feeder class 20100113
25 SET_GROUP_INDEXES_FOR_LAYOUT Instance method Private Method 20090604
26 SET_GROUP_MEMBERS_POSITION Instance method Private Method Determine row and column of the group members 20090604
27 UPDATE_ELEMENT_HOOK_GROUP_NODE Instance method Private Method 20100113
Events
Class CL_FPM_HCT_GUIBB_FORM_ASSIST has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_ELEM_MODIFIED Protected See coding 20100716 BEGIN OF s_elem_modified, o_elem TYPE REF TO if_wd_context_element, " new or updated element o_node TYPE REF TO if_wd_context_node, " corresponding node row_old TYPE fpmgb_row, column_old TYPE fpmgb_column, row_new TYPE fpmgb_row, column_new TYPE fpmgb_column, row_changed TYPE wdy_boolean, column_changed TYPE wdy_boolean, END OF s_elem_modified
2 S_ELEM_MODIFY_SORT Protected See coding 20090604 BEGIN OF s_elem_modify_sort, o_elem TYPE REF TO if_wd_context_element, " new or updated element o_node TYPE REF TO if_wd_context_node, " corresponding node row TYPE fpmgb_row, column TYPE fpmgb_column, new type wdy_boolean, END OF s_elem_modify_sort
3 S_GROUP_MODIFIED Protected See coding 20100816 BEGIN OF s_group_modified , o_elem TYPE REF TO if_wd_context_element, " new or updated element o_node TYPE REF TO if_wd_context_node, " corresponding node index_old TYPE fpm_index, index_new TYPE fpm_index, gtype_old TYPE fpmgb_group_type, gtype_new TYPE fpmgb_group_type, index_changed type wdy_boolean, gtype_changed type wdy_boolean, END OF s_group_modified
4 T_ELEM_MODIFIED Protected See coding 20100716 t_elem_modified TYPE STANDARD TABLE OF s_elem_modified
5 T_ELEM_MODIFY_SORT Protected See coding 20090604 t_elem_modify_sort TYPE STANDARD TABLE OF s_elem_modify_sort
6 T_GROUP_MODIFIED Protected See coding 20100816 t_group_modified TYPE STANDARD TABLE OF s_group_modified
Method Signatures

Method ADD_SUB_COMPONENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_COMPONENT Call by reference Type reference (TYPE) ABAP_COMPONENT_TAB 20090604

Method ADD_SUB_COMPONENTS on class CL_FPM_HCT_GUIBB_FORM_ASSIST has no exception.

Method APPLY_DND_REP_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EF_SUCCESS Call by reference Type reference (TYPE) ABAP_BOOL 20110629
2 Exporting EO_ADDED_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20110629
3 Exporting ET_ADDED_ELEMENT Call by reference Type reference (TYPE) WDR_CONTEXT_ELEMENT_SET Web Dynpro: Number of Context Node Elements 20110629
4 Importing IO_DROP_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20110629
5 Importing IT_CHOSEN Call by reference Type reference (TYPE) T_BC_CHOSEN 20110629
6 Importing IV_LEVEL Call by reference Type reference (TYPE) I 20110629
7 Importing IV_OFFSET Call by reference Type reference (TYPE) I 20110629

Method APPLY_DND_REP_ALL on class CL_FPM_HCT_GUIBB_FORM_ASSIST has no exception.

Method CHANGE_BR_ELEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_ADDED_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20110615
2 Exporting EV_SUCCESS_IND Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20110615
3 Importing IO_BRELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT actual selected button row element 20110615
4 Importing IO_BR_NEW Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT new button row where element was dropped on 20110615
5 Importing IO_BR_OLD Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT button row where element comes from 20110615
6 Importing IV_INDEX Call by reference Type reference (TYPE) WDY_CONF_INDEX index where element should be dropped on 20110615

Method CHANGE_BR_ELEM on class CL_FPM_HCT_GUIBB_FORM_ASSIST has no exception.

Method CHANGE_ELEM_TO_MELTEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_ADDED_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20110614
2 Exporting EV_SUCCESS_IND Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20110614
3 Importing IO_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20110614
4 Importing IO_MELTEL_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20110614
5 Importing IV_MELTELEMENT_INFO Call by reference Type reference (TYPE) FPMGB_S_MGELEMENT structure of element in a group 20110614

Method CHANGE_ELEM_TO_MELTEL on class CL_FPM_HCT_GUIBB_FORM_ASSIST has no exception.

Method CHANGE_GROUPELEM_DND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_ADDED_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20110620
2 Exporting ET_ADDED_ELEMENT Call by reference Type reference (TYPE) WDR_CONTEXT_ELEMENT_SET Web Dynpro: Number of Context Node Elements 20110620
3 Exporting EV_SUCCESS_IND Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20110620
4 Importing IO_DROP_ROW_ELEMENT_REF Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20110620
5 Importing IO_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20110624
6 Importing IV_LEVEL Call by reference Type reference (TYPE) I 20110622
7 Importing IV_OFFSET Call by reference Type reference (TYPE) I 20110620

Method CHANGE_GROUPELEM_DND on class CL_FPM_HCT_GUIBB_FORM_ASSIST has no exception.

Method CHANGE_MELTEL_TO_ELEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_ADDED_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20110610
2 Exporting EV_SUCCESS_IND Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20110610
3 Importing IO_ELEMENT_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20110610
4 Importing IO_MG_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20110610
5 Importing IV_ELEMENT_INFO Call by reference Type reference (TYPE) FPMGB_S_ELEMENT structure of element in a group 20110610

Method CHANGE_MELTEL_TO_ELEM on class CL_FPM_HCT_GUIBB_FORM_ASSIST has no exception.

Method CHANGE_MG_ELEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_ADDED_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20110615
2 Exporting EV_SUCCESS_IND Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20110615
3 Importing IO_MGELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT actual selected button row element 20110615
4 Importing IO_MG_NEW Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT new button row where element was dropped on 20110615
5 Importing IO_MG_OLD Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT button row where element comes from 20110615
6 Importing IV_INDEX Call by reference Type reference (TYPE) WDY_CONF_INDEX index where element should be dropped on 20110615

Method CHANGE_MG_ELEM on class CL_FPM_HCT_GUIBB_FORM_ASSIST has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_FPM_HCT_GUIBB_FORM_ASSIST has no parameter.
Method CONSTRUCTOR on class CL_FPM_HCT_GUIBB_FORM_ASSIST has no exception.

Method CREATE_DROP_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_ELEM Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20100113
2 Importing IO_DROP_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20100113
3 Importing IS_DND_DEFINITION Call by reference Type reference (TYPE) FPMGB_S_DND_DEFINITION Drag and Drop Attributes Definition 20100113

Method CREATE_DROP_ELEMENT on class CL_FPM_HCT_GUIBB_FORM_ASSIST has no exception.

Method FILL_MT_CHANGED_ELEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ATTRIBUTE_VIEW Call by reference Type reference (TYPE) WDY_BOOLEAN Supplement for True Boolean Type: 'X' == True '' == False 20100818
2 Importing IV_SCHEMA Call by reference Type reference (TYPE) TY_SCHEMA 20100818

Method FILL_MT_CHANGED_ELEM on class CL_FPM_HCT_GUIBB_FORM_ASSIST has no exception.

Method FILL_MT_CHANGED_GTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20100830
2 Importing IS_CHANGE_LOG Call by reference Type reference (TYPE) WDR_CONTEXT_CHANGE Web Dynpro: Change to Context Entry 20100830
3 Importing IV_ATTR_NAME Call by reference Type reference (TYPE) STRING 20100830
4 Importing IV_TYPE_NAME Call by reference Type reference (TYPE) STRING 20100830

Method FILL_MT_CHANGED_GTYPE on class CL_FPM_HCT_GUIBB_FORM_ASSIST has no exception.

Method FILL_MT_CHANGED_ROW_COL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20100830
2 Importing IS_CHANGE_LOG Call by reference Type reference (TYPE) WDR_CONTEXT_CHANGE Web Dynpro: Change to Context Entry 20100830
3 Importing IV_ATTR_NAME Call by reference Type reference (TYPE) STRING 20100830
4 Importing IV_TYPE_NAME Call by reference Type reference (TYPE) STRING 20100830

Method FILL_MT_CHANGED_ROW_COL on class CL_FPM_HCT_GUIBB_FORM_ASSIST has no exception.

Method FIND_ASSIGNED_GROUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EO_GROUP Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20110628
2 Importing IO_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20110628

Method FIND_ASSIGNED_GROUP on class CL_FPM_HCT_GUIBB_FORM_ASSIST has no exception.

Method GET_COL_MAX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_GROUP_TYPE Call by reference Type reference (TYPE) FPMGB_GROUP_TYPE Group type 20090604
2 Returning RV_COL_MAX Value transfer Type reference (TYPE) I 20090604

Method GET_COL_MAX on class CL_FPM_HCT_GUIBB_FORM_ASSIST has no exception.

Method GET_GROUP_ELEMENTS_SORTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_GROUP_ELEMENTS Call by reference Type reference (TYPE) T_ELEM_MODIFY_SORT 20100719
2 Importing IO_GROUP Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20100719

Method GET_GROUP_ELEMENTS_SORTED on class CL_FPM_HCT_GUIBB_FORM_ASSIST has no exception.

Method GET_GROUP_FIELD_CATALOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CATALOG Call by reference Type reference (TYPE) T_BC_CATALOG 20090604
2 Importing IV_NODE_NAME Call by reference Type reference (TYPE) STRING 20090604

Method GET_GROUP_FIELD_CATALOG on class CL_FPM_HCT_GUIBB_FORM_ASSIST has no exception.

Method GET_GROUP_MEMBERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MEMBERS Call by reference Type reference (TYPE) T_BC_CHOSEN 20090604
2 Importing IV_COL_MAX Call by reference Type reference (TYPE) I 20090604
3 Importing IV_GTYPE Call by reference Type reference (TYPE) FPMGB_GROUP_TYPE Group type 20090604

Method GET_GROUP_MEMBERS on class CL_FPM_HCT_GUIBB_FORM_ASSIST has no exception.

Method GET_MGROUP_MEMBERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MEMBERS Call by reference Type reference (TYPE) T_BC_CHOSEN 20090604
2 Importing IV_NODE_NAME Call by reference Type reference (TYPE) STRING 20100610

Method GET_MGROUP_MEMBERS on class CL_FPM_HCT_GUIBB_FORM_ASSIST has no exception.

Method GET_NEXT_ELEMENT_POSITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_COL Call by reference Type reference (TYPE) I 20090604
2 Changing C_ROW Call by reference Type reference (TYPE) I 20090604
3 Importing IV_GROUP_TYPE Call by reference Type reference (TYPE) FPMGB_GROUP_TYPE Group type 20090604
4 Importing IV_NODE_NAME Call by reference Type reference (TYPE) STRING Node name of current element 20090604

Method GET_NEXT_ELEMENT_POSITION on class CL_FPM_HCT_GUIBB_FORM_ASSIST has no exception.

Method GET_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20100113
2 Importing IV_NODE_NAME Call by reference Type reference (TYPE) STRING 20100113
3 Returning RO_ACTION_NODE Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20100113

Method GET_NODE on class CL_FPM_HCT_GUIBB_FORM_ASSIST has no exception.

Method MOVE_RIGHT_COL_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing EV_ROW Call by reference Type reference (TYPE) I 20110628
2 Importing IO_DROP_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20110628
3 Importing IV_LEVEL Call by reference Type reference (TYPE) I 20110628
4 Importing IV_OFFSET Call by reference Type reference (TYPE) I 20110628

Method MOVE_RIGHT_COL_ELEMENT on class CL_FPM_HCT_GUIBB_FORM_ASSIST has no exception.

Method RECALC_GROUP_ROWS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20110627

Method RECALC_GROUP_ROWS on class CL_FPM_HCT_GUIBB_FORM_ASSIST has no exception.

Method SET_CONFIG_PROPERTIES Signature

Method SET_CONFIG_PROPERTIES on class CL_FPM_HCT_GUIBB_FORM_ASSIST has no parameter.
Method SET_CONFIG_PROPERTIES on class CL_FPM_HCT_GUIBB_FORM_ASSIST has no exception.

Method SET_DROP_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_DROP_ELEM Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20100113
2 Importing IT_DND_DEFINITION Call by reference Type reference (TYPE) FPMGB_T_DND_DEFINITION Drag and Drop Attributes Definition 20100113

Method SET_DROP_ATTRIBUTES on class CL_FPM_HCT_GUIBB_FORM_ASSIST has no exception.

Method SET_GROUP_INDEXES_FOR_LAYOUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20090604
2 Importing IO_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20090604
3 Importing IV_LAYOUT_TYPE Call by reference Type reference (TYPE) FPM_LAYOUT_TYPE Layout Type 20090604
4 Returning RT_CHANGED Value transfer Type reference (TYPE) WDR_CONTEXT_ELEMENT_SET Web Dynpro: Number of Context Node Elements 20100910

Method SET_GROUP_INDEXES_FOR_LAYOUT on class CL_FPM_HCT_GUIBB_FORM_ASSIST has no exception.

Method SET_GROUP_MEMBERS_POSITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ELEMENT Call by reference Type reference (TYPE) T_ELEM_MODIFY 20090604
2 Importing IV_GROUP_TYPE Call by reference Type reference (TYPE) FPMGB_GROUP_TYPE 20090604

Method SET_GROUP_MEMBERS_POSITION on class CL_FPM_HCT_GUIBB_FORM_ASSIST has no exception.

Method UPDATE_ELEMENT_HOOK_GROUP_NODE Signature

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

Method UPDATE_ELEMENT_HOOK_GROUP_NODE on class CL_FPM_HCT_GUIBB_FORM_ASSIST has no exception.
History
Last changed by/on SAP  20131127 
SAP Release Created in 730