SAP ABAP Class CL_FPM_ACT_BOL_OBJ_TREE_FEEDER (Feeder Class for the Tree GUIBB in the BOL ACT)
Hierarchy
WEBCUIF (Software Component) SAP Web UI Framework
   CA-UI2-INT-BE (Application Component) Backend Enablement
     APB_FPM_BOL_CORE (Package) Bol Adaptation for FPM
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_GUIBB Generic UI Building Block 20110408
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_GUIBB_TREE Generic Tree UI Building Block 20110408
Properties
Class CL_FPM_ACT_BOL_OBJ_TREE_FEEDER  
Short Description Feeder Class for the Tree GUIBB in the BOL ACT    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package APB_FPM_BOL_CORE   Bol Adaptation for FPM 
Created 20110408   SAP 
Last change 20130531   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)
2 CL_FPM_ACT_BOL_OBJ_FORM_FEEDER Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 CL_FPM_CFG_BO_ACT_SERVICE_UTIL Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
4 CL_FPM_OVP_CONFIG_WRITER 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...
Interfaces
# Interface Abstract Final Description Created on
1 IF_FPM_GUIBB Generic UI Building Block 20110408
2 IF_FPM_GUIBB_TREE Generic Tree UI Building Block 20110408
Friends
Class CL_FPM_ACT_BOL_OBJ_TREE_FEEDER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_BOL_ACT_HIERARCHY_CONSTANTS Constant Protected See coding 20110408
2 MO_COMPONENT_MODEL Instance attribute Protected Object reference (TYPE REF TO) IF_GENIL_OBJ_MODEL Interface for Access to Central Object Model 20110408
3 MS_BOL_COMPONENT_DETAILS Instance attribute Protected Type reference (TYPE) CL_FPM_ACT_BOL_OBJ_FORM_FEEDER=>TY_S_BOL_COMPONENT_SELECT 20110408
4 MT_HIERARCHY Instance attribute Protected Type reference (TYPE) TY_T_BOL_TREE_CATALOG 20110408
5 MV_INCLUDE_ROOT_OBJ Instance attribute Protected Type reference (TYPE) FPM_BOL_ACT_SHOW_ALL_RELATIONS BOL ACT: Include related root objects 20110601
6 MV_OLD_NAMESPACE Instance attribute Protected Type reference (TYPE) NAMESPACE Namespace 20110516
Methods
# Method Level Visibility Method type Description Created on
1 ADD_NEXT_LEVEL_UIBBS_OVP Instance method Protected Method Recursion: Add UIBB's at different levels on the edit page 20110712
2 ADD_UIBB_WIRES Instance method Protected Method Recursion: Add wires for a UIBB in the hierachy 20110512
3 ADJUST_CHILDREN_PAGE_TYPE Instance method Protected Method Recursion: Adjust the page type 20120419
4 APPLY_NAMESPACE Instance method Protected Method Applies the namespace to GUIBB configurations in hierarchy 20110705
5 CONVERT_GUIBB_TYPE_TO_COMP Instance method Protected Method Convert GUIBB type into WD Component and Window 20110408
6 CONVERT_UPPER_CAMEL_CASE Instance method Protected Method Converts upper camel case to upper case with separator 20120719
7 GET_BOL_MODEL_ENTRY Instance method Protected Method Create the BOL component hierarchy entry 20110711
8 GET_BOL_MODEL_HIERARCHY Instance method Protected Method Explode the BOL component and generate the object hierarchy 20110711
9 GET_BUTTONS_AND_ACTIONS_OVP Instance method Protected Method Get the button and action details for the OVP floorplan 20110712
10 GET_DEPENDENCY_PARAMS Instance method Protected Method Convert BOL Relation into parameter string 20110408
11 GET_EXPOSED_PORT_ID Instance method Protected Method Creates the port ID from the (joined) object name 20110524
12 GET_HIERARCHY_CHILDREN Instance method Protected Method Recusrsion: Add the heirarchy children for a specific record 20110711
13 GET_IMAGE_SOURCE Instance method Protected Method 20130124
14 GET_JOIN_CONFIG_DETAILS Instance method Protected Method Generate the hierarchy for the Joined Configurations 20110408
15 GET_PAGE_ID Instance method Protected Method Creates the page ID from the relation name and page type 20120426
16 GET_RELATED_CONFIG_ID Instance method Protected Method 20120427
17 GET_RELATED_HIER_TEXT Instance method Protected Method 20120427
18 GET_RELATION_OBJECT Instance method Protected Method Get the BO from the BOL Relation 20110408
19 HANDLE_COLLECTION_PATTERN Instance method Protected Method Handle the collection pattern dependencies 20120418
20 HANDLE_FLOORPLAN_LAYOUT_DETAIL Instance method Protected Method Handle all the details for the floorplan Layout 20110408
21 HANDLE_GUIBB_DETAILS Instance method Protected Method Handle all the details for the GUIBB's 20110408
22 HANDLE_JC_AND_CU_CHECKBOXES Instance method Protected Method Handles the checkbox behavior for Join Configs 20110408
23 HANDLE_WIRE_DETAILS Instance method Protected Method Handle the wires for the GUIBB's in the floorplan layout 20110711
24 HAS_RELATED_GUIBBS Instance method Protected Method Recursion: Are there dependent GUIBBs 20120425
25 SET_CONF_SCREEN_UIBB_A_LAYOUT Instance method Protected Method Set Confirmation Screen UIBB's and their Layout 20120629
26 SET_INIT_SCREEN_UIBB_A_LAYOUT Instance method Protected Method Set Initial Screen UIBB's and their Layout 20110408
Events
Class CL_FPM_ACT_BOL_OBJ_TREE_FEEDER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_BOL_TREE_CATALOG Protected See coding 20110616 BEGIN OF ty_s_bol_tree_catalog, row_key TYPE string, parent_key TYPE string, hierarchy_level TYPE i, master TYPE string, bol_object TYPE crmt_ext_obj_name, object_relation TYPE crmt_relation_name, page_type TYPE fpm_content_area_type, guibb_type TYPE fpm_cfg_guibb_type, feeder_class TYPE seoclname, create_guibb TYPE boole_d, join_config TYPE boole_d, expanded TYPE boole_d, is_leaf TYPE boole_d, text TYPE fpm_text, children_loaded TYPE boole_d, image_src TYPE fpmgb_image_src, config_id TYPE wdy_config_id, config_desc TYPE string, fast_entry_allowed TYPE boole_d, create_guibb_buf TYPE boole_d, join_config_buf TYPE boole_d, create_guibb_ro TYPE boole_d, join_config_ro TYPE boole_d, config_id_ro TYPE boole_d, config_id_vis TYPE boole_d, col_pattern TYPE fpm_cfg_act_collection_pattern, has_col_pattern TYPE boole_d, is_swap_uibb TYPE boole_d, cu_page_type TYPE fpm_content_area_type, END OF ty_s_bol_tree_catalog
2 TY_T_BOL_TREE_CATALOG Protected See coding 20110616 ty_t_bol_tree_catalog TYPE STANDARD TABLE OF ty_s_bol_tree_catalog
Method Signatures

Method ADD_NEXT_LEVEL_UIBBS_OVP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_ACTION Call by reference Type reference (TYPE) CL_FPM_CFG_BO_ACT_SERVICE_UTIL=>TS_OVP_TOOLBAR_ACTIONS-ACTIONS 20110712
2 Changing CT_TOOLBAR Call by reference Type reference (TYPE) CL_FPM_CFG_BO_ACT_SERVICE_UTIL=>TS_OVP_CONFIG-TOOLBARS 20110712
3 Changing CT_UIBB Call by reference Type reference (TYPE) CL_FPM_CFG_BO_ACT_SERVICE_UTIL=>TTY_OVP_UIBB_DETAILS 20110712
4 Importing IV_PAGE_ID Call by reference Type reference (TYPE) FPM_CONTENT_AREA_ID FPM: Content Area ID 20120426
5 Importing IV_PAGE_TYPE Call by reference Type reference (TYPE) FPM_CONTENT_AREA_TYPE Content Area Type 20120426
6 Importing IV_PARENT_KEY Call by reference Type reference (TYPE) STRING 20120426
7 Importing IV_SECTION_ID Call by reference Type reference (TYPE) FPM_SECTION_ID Section Identifier 20110712

Method ADD_NEXT_LEVEL_UIBBS_OVP on class CL_FPM_ACT_BOL_OBJ_TREE_FEEDER has no exception.

Method ADD_UIBB_WIRES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_HIERARCHY Call by reference Type reference (TYPE) TY_S_BOL_TREE_CATALOG 20110512
2 Returning RT_WIRE Value transfer Type reference (TYPE) CL_FPM_CFG_BO_ACT_SERVICE_UTIL=>TY_T_WIRES 20110512

Method ADD_UIBB_WIRES on class CL_FPM_ACT_BOL_OBJ_TREE_FEEDER has no exception.

Method ADJUST_CHILDREN_PAGE_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PAGE_TYPE Call by reference Type reference (TYPE) FPM_CONTENT_AREA_TYPE Content Area Type 20120419
2 Importing IV_PARENT_PAGE_TYPE Call by reference Type reference (TYPE) FPM_CONTENT_AREA_TYPE Content Area Type 20120419
3 Importing IV_ROW_KEY Call by reference Type reference (TYPE) STRING 20120419

Method ADJUST_CHILDREN_PAGE_TYPE on class CL_FPM_ACT_BOL_OBJ_TREE_FEEDER has no exception.

Method APPLY_NAMESPACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NAMESPACE Call by reference Type reference (TYPE) NAMESPACE Namespace 20110705

Method APPLY_NAMESPACE on class CL_FPM_ACT_BOL_OBJ_TREE_FEEDER has no exception.

Method CONVERT_GUIBB_TYPE_TO_COMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_WD_COMPONENT_NAME Call by reference Type reference (TYPE) CSEQUENCE 20110408
2 Exporting EV_WD_INTERFACE_VIEW Call by reference Type reference (TYPE) CSEQUENCE 20110408
3 Importing IV_GUIBB_TYPE Call by reference Type reference (TYPE) FPM_CFG_GUIBB_TYPE GUIBB Type 20110408

Method CONVERT_GUIBB_TYPE_TO_COMP on class CL_FPM_ACT_BOL_OBJ_TREE_FEEDER has no exception.

Method CONVERT_UPPER_CAMEL_CASE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CAMEL_TEXT Call by reference Type reference (TYPE) CSEQUENCE 20120719
2 Returning RV_TEXT Value transfer Type reference (TYPE) STRING 20120719

Method CONVERT_UPPER_CAMEL_CASE on class CL_FPM_ACT_BOL_OBJ_TREE_FEEDER has no exception.

Method GET_BOL_MODEL_ENTRY Signature

Method GET_BOL_MODEL_ENTRY on class CL_FPM_ACT_BOL_OBJ_TREE_FEEDER has no parameter.
Method GET_BOL_MODEL_ENTRY on class CL_FPM_ACT_BOL_OBJ_TREE_FEEDER has no exception.

Method GET_BOL_MODEL_HIERARCHY Signature

Method GET_BOL_MODEL_HIERARCHY on class CL_FPM_ACT_BOL_OBJ_TREE_FEEDER has no parameter.
Method GET_BOL_MODEL_HIERARCHY on class CL_FPM_ACT_BOL_OBJ_TREE_FEEDER has no exception.

Method GET_BUTTONS_AND_ACTIONS_OVP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_ACTION Call by reference Type reference (TYPE) CL_FPM_CFG_BO_ACT_SERVICE_UTIL=>TS_OVP_TOOLBAR_ACTIONS-ACTIONS 20110712
2 Exporting ET_BUTTON Call by reference Type reference (TYPE) CL_FPM_CFG_BO_ACT_SERVICE_UTIL=>TS_OVP_TOOLBAR-TB_BUTTONS 20110712
3 Importing IV_CONFIG_ID Call by reference Type reference (TYPE) WDY_CONFIG_ID 20110712
4 Importing IV_CONTENT_AREA_TYPE Call by reference Type reference (TYPE) FPM_CONTENT_AREA_TYPE Content Area Type 20110712
5 Importing IV_GUIBB_TYPE Call by reference Type reference (TYPE) FPM_CFG_GUIBB_TYPE 20110712
6 Importing IV_NO_CREATE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20110712
7 Importing IV_NO_EDIT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20110712
8 Importing IV_TARGET_AREA Call by reference Type reference (TYPE) STRING 20110712
9 Importing IV_TBAR_POSITION Call by reference Type reference (TYPE) STRING 20110712

Method GET_BUTTONS_AND_ACTIONS_OVP on class CL_FPM_ACT_BOL_OBJ_TREE_FEEDER has no exception.

Method GET_DEPENDENCY_PARAMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OBJECT_RELATION Call by reference Type reference (TYPE) CRMT_RELATION_NAME 20110408
2 Returning RV_DEPENDENCY_PARAM Value transfer Type reference (TYPE) STRING 20110408

Method GET_DEPENDENCY_PARAMS on class CL_FPM_ACT_BOL_OBJ_TREE_FEEDER has no exception.

Method GET_EXPOSED_PORT_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OBJECT_NAME Call by reference Type reference (TYPE) CRMT_EXT_OBJ_B_NAME External Name of Assigned Object 20110524
2 Returning RV_EXPOSED_PORT_ID Value transfer Type reference (TYPE) FPM_MODEL_PORT_IDENTIFIER FPM Wire Model: Port Identifier 20110524

Method GET_EXPOSED_PORT_ID on class CL_FPM_ACT_BOL_OBJ_TREE_FEEDER has no exception.

Method GET_HIERARCHY_CHILDREN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CHECK_ONLY Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20110711
2 Importing IV_OBJECT_NAME Call by reference Type reference (TYPE) CRMT_EXT_OBJ_NAME External Name of Object 20110711
3 Importing IV_PAGE_TYPE Call by reference Type reference (TYPE) FPM_CONTENT_AREA_TYPE IF_FPM_CONSTANTS=>GC_CONTENT_AREA_TYPE-MAIN_AREA Content Area Type 20110711
4 Importing IV_PARENT_HIERARCHY_LEVEL Call by reference Type reference (TYPE) I 20110711
5 Importing IV_PARENT_KEY Call by reference Type reference (TYPE) STRING 30 Characters 20110711
6 Returning RV_CHILDREN_EXIST Value transfer Type reference (TYPE) ABAP_BOOL 20110711

Method GET_HIERARCHY_CHILDREN on class CL_FPM_ACT_BOL_OBJ_TREE_FEEDER has no exception.

Method GET_IMAGE_SOURCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_HIERARCHY Call by reference Type reference (TYPE) TY_S_BOL_TREE_CATALOG 20130124
2 Returning RV_IMAGE_SOURCE Value transfer Type reference (TYPE) TY_S_BOL_TREE_CATALOG-IMAGE_SRC 20130124

Method GET_IMAGE_SOURCE on class CL_FPM_ACT_BOL_OBJ_TREE_FEEDER has no exception.

Method GET_JOIN_CONFIG_DETAILS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_JOIN_CONFIG Call by reference Type reference (TYPE) FPM_BOL_T_JOIN FPM BOL Join Definition 20110715
2 Exporting EV_HAS_CHILD_GUIBBS Call by reference Type reference (TYPE) ABAP_BOOL 20110715
3 Importing IV_COMPONENT_NAME Call by reference Type reference (TYPE) CRMT_COMPONENT_NAME Component Name 20110408
4 Importing IV_ROW_KEY Call by reference Type reference (TYPE) STRING 30 Characters 20110408
5 Importing IV_SET_PARENT_KEY Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Set Parent key 20110715

Method GET_JOIN_CONFIG_DETAILS on class CL_FPM_ACT_BOL_OBJ_TREE_FEEDER has no exception.

Method GET_PAGE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PAGE_TYPE Call by reference Type reference (TYPE) FPM_CONTENT_AREA_TYPE Content Area Type 20120426
2 Importing IV_RELATION_NAME Call by reference Type reference (TYPE) CRMT_RELATION_NAME Relation Name 20120426
3 Returning RV_PAGE_ID Value transfer Type reference (TYPE) FPM_CONTENT_AREA_ID FPM: Content Area ID 20120426

Method GET_PAGE_ID on class CL_FPM_ACT_BOL_OBJ_TREE_FEEDER has no exception.

Method GET_RELATED_CONFIG_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_GUIBB_TYPE Call by reference Type reference (TYPE) TY_S_BOL_TREE_CATALOG-GUIBB_TYPE 20120427
2 Importing IV_RELATION_NAME Call by reference Type reference (TYPE) TY_S_BOL_TREE_CATALOG-OBJECT_RELATION 20120427
3 Returning RV_CONFIG_ID Value transfer Type reference (TYPE) TY_S_BOL_TREE_CATALOG-CONFIG_ID 20120427

Method GET_RELATED_CONFIG_ID on class CL_FPM_ACT_BOL_OBJ_TREE_FEEDER has no exception.

Method GET_RELATED_HIER_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_GUIBB_TYPE Call by reference Type reference (TYPE) TY_S_BOL_TREE_CATALOG-GUIBB_TYPE 20120427
2 Importing IV_OBJECT_NAME Call by reference Type reference (TYPE) TY_S_BOL_TREE_CATALOG-BOL_OBJECT 20120427
3 Returning RV_HIER_TEXT Value transfer Type reference (TYPE) TY_S_BOL_TREE_CATALOG-CONFIG_DESC 20120427

Method GET_RELATED_HIER_TEXT on class CL_FPM_ACT_BOL_OBJ_TREE_FEEDER has no exception.

Method GET_RELATION_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_RELATION_NAME Call by reference Type reference (TYPE) CRMT_RELATION_NAME 20110408
2 Returning RV_RELATION_OBJECT Value transfer Type reference (TYPE) CRMT_EXT_OBJ_B_NAME External Name of Assigned Object 20110408

Method GET_RELATION_OBJECT on class CL_FPM_ACT_BOL_OBJ_TREE_FEEDER has no exception.

Method HANDLE_COLLECTION_PATTERN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ROW_KEY Call by reference Type reference (TYPE) STRING 20120425

Method HANDLE_COLLECTION_PATTERN on class CL_FPM_ACT_BOL_OBJ_TREE_FEEDER has no exception.

Method HANDLE_FLOORPLAN_LAYOUT_DETAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_OVP_CONFIG Call by reference Type reference (TYPE) CL_FPM_CFG_BO_ACT_SERVICE_UTIL=>TS_OVP_CONFIG 20110712
2 Importing IT_GUIBB_CONFIGS Call by reference Type reference (TYPE) CL_FPM_CFG_BO_ACT_SERVICE_UTIL=>TTY_GUIBB_CONF_DETAILS GUIBB Configuration Details Table 20110408
3 Importing IV_FLOORPLAN_TYPE Call by reference Type reference (TYPE) FPM_CFG_FLOORPLAN Application Creation Tool: Floorplan Type 20110408

Method HANDLE_FLOORPLAN_LAYOUT_DETAIL on class CL_FPM_ACT_BOL_OBJ_TREE_FEEDER has no exception.

Method HANDLE_GUIBB_DETAILS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_GUIBB_DETAILS Call by reference Type reference (TYPE) CL_FPM_CFG_BO_ACT_SERVICE_UTIL=>TTY_GUIBB_CONF_DETAILS 20110408

Method HANDLE_GUIBB_DETAILS on class CL_FPM_ACT_BOL_OBJ_TREE_FEEDER has no exception.

Method HANDLE_JC_AND_CU_CHECKBOXES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACTIVATE Call by reference Type reference (TYPE) ABAP_BOOL Boolean 20110408
2 Importing IV_ROW_KEY Call by reference Type reference (TYPE) STRING 30 Characters 20110408

Method HANDLE_JC_AND_CU_CHECKBOXES on class CL_FPM_ACT_BOL_OBJ_TREE_FEEDER has no exception.

Method HANDLE_WIRE_DETAILS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_WIRE_MODEL Call by reference Type reference (TYPE) CL_FPM_CFG_BO_ACT_SERVICE_UTIL=>TY_WIRING_DETAILS 20110711
2 Importing IT_GUIBB_CONFIGS Call by reference Type reference (TYPE) CL_FPM_CFG_BO_ACT_SERVICE_UTIL=>TTY_GUIBB_CONF_DETAILS GUIBB Configuration Details Table 20110711

Method HANDLE_WIRE_DETAILS on class CL_FPM_ACT_BOL_OBJ_TREE_FEEDER has no exception.

Method HAS_RELATED_GUIBBS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ROW_KEY Call by reference Type reference (TYPE) STRING 20120425
2 Returning RV_HAS_RELATED_GUIBBS Value transfer Type reference (TYPE) ABAP_BOOL 20120425

Method HAS_RELATED_GUIBBS on class CL_FPM_ACT_BOL_OBJ_TREE_FEEDER has no exception.

Method SET_CONF_SCREEN_UIBB_A_LAYOUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_OVP_PAGE Call by reference Type reference (TYPE) CL_FPM_CFG_BO_ACT_SERVICE_UTIL=>TS_OVP_CONFIG-PAGES 20120629
2 Importing IV_FLOORPLAN_TYPE Call by reference Type reference (TYPE) FPM_CFG_FLOORPLAN Application Creation Tool: Floorplan Type 20120629

Method SET_CONF_SCREEN_UIBB_A_LAYOUT on class CL_FPM_ACT_BOL_OBJ_TREE_FEEDER has no exception.

Method SET_INIT_SCREEN_UIBB_A_LAYOUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_OVP_PAGE Call by reference Type reference (TYPE) CL_FPM_CFG_BO_ACT_SERVICE_UTIL=>TS_OVP_CONFIG-PAGES 20110712
2 Importing IV_FLOORPLAN_TYPE Call by reference Type reference (TYPE) FPM_CFG_FLOORPLAN Application Creation Tool: Floorplan Type 20110408

Method SET_INIT_SCREEN_UIBB_A_LAYOUT on class CL_FPM_ACT_BOL_OBJ_TREE_FEEDER has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 731