SAP ABAP Interface IF_FPM_GUIBB_FORM_CFG_GL2 (Form@GL2.0 configuration interface)
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 - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FPM_GUIBB_FORM_CFG_GL2 Configuration API for GUIBB FPM_FORM_UIBB_GL2 20100504
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FPM_GUIBB_LAYOUT_API_FORM_2 Layout Config Form UIBB GL2 20120316
Properties
Interface IF_FPM_GUIBB_FORM_CFG_GL2  
Short Description Form@GL2.0 configuration interface    
General Data
Package APB_FPM_GUIBB   Generic UI building blocks 
Created 20100504   SAP 
Last changed 20141121    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_FPM_GUIBB_ADV_FORM_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 IF_FPM_GUIBB_CONSTANTS Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 IF_FPM_GUIBB_FORM_CFG_READ_GL2 Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_FPM_GUIBB_FORM_CFG_READ_GL2 Form@GL2.0 configuration reader interface 20100504
Friends
Interface IF_FPM_GUIBB_FORM_CFG_GL2 has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MS_FORM_CONTEXT Instance attribute Public Type reference (TYPE) TY_S_FORM_CONTEXT 20110526
Methods
# Method Level Visibility Method type Description Created on
1 ADD_ACTION Instance method Public Method Add an action 20100708
2 ADD_BUTTON Instance method Public Method Add a button with position 20100504
3 ADD_BUTTON_CHOICE Instance method Public Method Add a button choice with position 20100504
4 ADD_BUTTON_ROW Instance method Public Method Add a button row 20100504
5 ADD_DROP_TARGET Instance method Public Method Add a drop target 20100504
6 ADD_ELEMENTS_TO_BUTTON_ROW Instance method Public Method Add buttons, toggle buttons, button choices to a button row 20100708
7 ADD_ELEMENTS_TO_FORM_GROUP Instance method Public Method Add form group elements to a form group 20100708
8 ADD_FORM_GROUP Instance method Public Method Add a form group 20100504
9 ADD_MENU Instance method Public Method Add menu 20120130
10 ADD_MENU_ITEM Instance method Public Method Add menu item 20120130
11 ADD_QUICKVIEW Instance method Public Method Add quickview 20120629
12 ADD_STANDARD_ELEMENT Instance method Public Method Add a standard element with position 20100510
13 ADD_TOGGLE_BUTTON Instance method Public Method Add a toggle button with position 20100504
14 ADD_TOOLBAR_LINK_TO_ACTION Instance method Public Method Add a toolbar link to action with position 20120702
15 SET_FORM_ATTRIBUTES Instance method Public Method Set form attributes 20101018
Events
Interface IF_FPM_GUIBB_FORM_CFG_GL2 has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_FORM_CONTEXT Public See coding 20110526 BEGIN OF ty_s_form_context, is_in_tray TYPE abap_bool, is_swap_uibb TYPE abap_bool, appl_specific_info TYPE string, END OF ty_s_form_context
Method Signatures

Method ADD_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ACTION Call by reference Type reference (TYPE) IF_FPM_GUIBB_FORM_CFG_READ_GL2=>TY_S_ACTION Action da 20100708
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20100708

Method ADD_BUTTON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_BUTTON Call by reference Type reference (TYPE) IF_FPM_GUIBB_FORM_CFG_READ_GL2=>TY_S_BUTTON Button data 20100510
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20100510

Method ADD_BUTTON_CHOICE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_BUTTON_CHOICE Call by reference Type reference (TYPE) IF_FPM_GUIBB_FORM_CFG_READ_GL2=>TY_S_BUTTON_CHOICE Button choice data 20100510
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20100510

Method ADD_BUTTON_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_BUTTON_ROW Call by reference Type reference (TYPE) IF_FPM_GUIBB_FORM_CFG_READ_GL2=>TY_S_BUTTON_ROW Button row 20100707
2 Importing IT_BUTTON Call by reference Type reference (TYPE) IF_FPM_GUIBB_FORM_CFG_READ_GL2=>TY_T_BUTTON Buttons 20100511
3 Importing IT_BUTTON_CHOICE Call by reference Type reference (TYPE) IF_FPM_GUIBB_FORM_CFG_READ_GL2=>TY_T_BUTTON_CHOICE Button choices 20100511
4 Importing IT_TOGGLE_BUTTON Call by reference Type reference (TYPE) IF_FPM_GUIBB_FORM_CFG_READ_GL2=>TY_T_TOGGLE_BUTTON Toggle buttons 20100511
5 Importing IT_TOOLBAR_LINK_TO_ACTION Call by reference Type reference (TYPE) IF_FPM_GUIBB_FORM_CFG_READ_GL2=>TY_T_TOOLBAR_LINK_TO_ACTION Toolbar link to actions 20111128
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20100510

Method ADD_DROP_TARGET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DROP_TARGET Call by reference Type reference (TYPE) IF_FPM_GUIBB_FORM_CFG_READ_GL2=>TY_S_DROP_TARGET Drop target data 20100510
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20100510

Method ADD_ELEMENTS_TO_BUTTON_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_BUTTON Call by reference Type reference (TYPE) IF_FPM_GUIBB_FORM_CFG_READ_GL2=>TY_T_BUTTON Buttons 20100708
2 Importing IT_BUTTON_CHOICE Call by reference Type reference (TYPE) IF_FPM_GUIBB_FORM_CFG_READ_GL2=>TY_T_BUTTON_CHOICE Button choices 20100708
3 Importing IT_BUTTON_ROW_ELEMENT Call by reference Type reference (TYPE) IF_FPM_GUIBB_FORM_CFG_READ_GL2=>TY_T_BUTTON_ROW_ELEMENT Button row element references and indices 20100708
4 Importing IT_TOGGLE_BUTTON Call by reference Type reference (TYPE) IF_FPM_GUIBB_FORM_CFG_READ_GL2=>TY_T_TOGGLE_BUTTON Toggle buttons 20100708
5 Importing IT_TOOLBAR_LINK_TO_ACTION Call by reference Type reference (TYPE) IF_FPM_GUIBB_FORM_CFG_READ_GL2=>TY_T_TOOLBAR_LINK_TO_ACTION Toolbar link to actions 20111128
6 Importing IV_BUTTON_ROW Call by reference Type reference (TYPE) IF_FPM_GUIBB_FORM_CFG_READ_GL2=>TY_S_BUTTON_ROW-ID Button row ID 20100708
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20100708

Method ADD_ELEMENTS_TO_FORM_GROUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_FORM_GROUP_ELEMENT Call by reference Type reference (TYPE) IF_FPM_GUIBB_FORM_CFG_READ_GL2=>TY_T_FORM_GROUP_ELEMENT Form group element references 20100708
2 Importing IV_FORM_GROUP_ID Call by reference Type reference (TYPE) IF_FPM_GUIBB_FORM_CFG_READ_GL2=>TY_S_FORM_GROUP-ID Form group ID 20100708
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20100708

Method ADD_FORM_GROUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_FORM_GROUP Call by reference Type reference (TYPE) IF_FPM_GUIBB_FORM_CFG_READ_GL2=>TY_S_FORM_GROUP Form group data 20100510
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20100510

Method ADD_MENU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MENU_ID Call by reference Type reference (TYPE) IF_FPM_GUIBB_FORM_CFG_READ_GL2=>TY_S_MENU-ID Menu ID 20120130
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20120130

Method ADD_MENU_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_MENU_ITEM Call by reference Type reference (TYPE) IF_FPM_GUIBB_FORM_CFG_READ_GL2=>TY_S_MENU_ITEM Menu item 20120130
2 Importing IV_MENU_ID Call by reference Type reference (TYPE) IF_FPM_GUIBB_FORM_CFG_READ_GL2=>TY_S_MENU-ID Menu ID 20120130
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20120130

Method ADD_QUICKVIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_QUICKVIEW Call by reference Type reference (TYPE) IF_FPM_GUIBB_FORM_CFG_READ_GL2=>TY_S_QUICKVIEW Quickview 20120629
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20120629

Method ADD_STANDARD_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_STANDARD_ELEMENT Call by reference Type reference (TYPE) IF_FPM_GUIBB_FORM_CFG_READ_GL2=>TY_S_STANDARD_ELEMENT Standard element data 20100510
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20100510

Method ADD_TOGGLE_BUTTON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_TOGGLE_BUTTON Call by reference Type reference (TYPE) IF_FPM_GUIBB_FORM_CFG_READ_GL2=>TY_S_TOGGLE_BUTTON Toggle button data 20100510
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20100510

Method ADD_TOOLBAR_LINK_TO_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_TOOLBAR_LINK_TO_ACTION Call by reference Type reference (TYPE) IF_FPM_GUIBB_FORM_CFG_READ_GL2=>TY_S_TOOLBAR_LINK_TO_ACTION Toolbar link to action data 20120702
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20120702

Method SET_FORM_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ARIA_LANDMARK Call by reference Type reference (TYPE) IF_FPM_GUIBB_FORM_CFG_READ_GL2=>TY_S_FORM_ATTRIBUTES-ARIA_LANDMARK Aria Landmark 20131105
2 Importing IV_CHECK_MANDATORY Call by reference Type reference (TYPE) IF_FPM_GUIBB_FORM_CFG_READ_GL2=>TY_S_FORM_ATTRIBUTES-CHECK_MANDATORY Check Mandatory Fields on Screen 20101018
3 Importing IV_CTXT_MENU_ID Call by reference Type reference (TYPE) IF_FPM_GUIBB_FORM_CFG_READ_GL2=>TY_S_FORM_ATTRIBUTES-CTXT_MENU_ID Context Menu ID 20120130
4 Importing IV_DROP_TARGET_ID Call by reference Type reference (TYPE) FPM_DROP_TARGET_ID Drop Target ID 20140717
5 Importing IV_INSTANCE_STYLE Call by reference Type reference (TYPE) IF_FPM_GUIBB_FORM_CFG_READ_GL2=>TY_S_FORM_ATTRIBUTES-INSTANCE_STYLE Instance Style 20140610
6 Importing IV_LAYOUT_TYPE Call by reference Type reference (TYPE) IF_FPM_GUIBB_FORM_CFG_READ_GL2=>TY_S_FORM_ATTRIBUTES-LAYOUT_TYPE Form Layout Type 20101018
7 Importing IV_MINIMUM_FORM_COLUMN_WIDTH Call by reference Type reference (TYPE) IF_FPM_GUIBB_FORM_CFG_READ_GL2=>TY_S_FORM_ATTRIBUTES-MINIMUM_FORM_COLUMN_WIDTH Minimum Form Column Width 20140709
8 Importing IV_NO_ON_ENTER_AFTER_F4 Call by reference Type reference (TYPE) IF_FPM_GUIBB_FORM_CFG_READ_GL2=>TY_S_FORM_ATTRIBUTES-NO_ON_ENTER_AFTER_F4 Avoid onEnter event after value help selection 20110225
9 Importing IV_TITLE Call by reference Type reference (TYPE) IF_FPM_GUIBB_FORM_CFG_READ_GL2=>TY_S_FORM_ATTRIBUTES-TITLE Deprecated 20101018
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20101018
History
Last changed by/on SAP  20141121 
SAP Release Created in 703